home *** CD-ROM | disk | FTP | other *** search
/ Freelog 42 / Freelog042.iso / Bas / Bureautique / Mpad35 / metapad.txt < prev   
Text File  |  2002-05-12  |  10KB  |  233 lines

  1. ½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗
  2.  
  3.                               metapad 3.5
  4.  
  5.                     The Ultimate Notepad Replacement
  6.  
  7.                                 May 2002
  8.  
  9. ½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗½º╗
  10.  
  11.               (C) Copyright Alexander Davidson, 1999-2002
  12.  
  13. Contents
  14. --------
  15. - What?
  16. - Why?
  17. - How?
  18. - Installation
  19. - Changes
  20. - Contact
  21. - Disclaimer
  22.  
  23. What?
  24. =====
  25. If you are like me, one of the most useful programs for everyday use is
  26. Microsoft Notepad. I realized that Notepad was quite powerful and did 
  27. almost everything I wanted in a simple text editor. Yet I found the UI 
  28. to be unlike most 32-bit Windows applications and actually quite poor...
  29.  
  30. metapad is a small, fast (and completely free) text editor for Windows 
  31. 9x and Windows NT (2000) with similar features to Microsoft Notepad but 
  32. with many extra (and rather useful) features. It was designed to 
  33. completely replace Notepad since it includes (just about) all of 
  34. Notepad's features and much, much more.
  35.  
  36. Why?
  37. ====
  38. I created this program as a personal project. I was simply annoyed with
  39. the poor usability of Notepad and it was clear that Microsoft wasn't 
  40. ever going to improve it (although their latest versions now have some 
  41. minor improvements). I was pleased with the outcome of metapad (I 
  42. actually renamed notepad.exe to notepadx.exe and use metapad instead of
  43. Notepad) so I decided to release it as freeware.
  44.  
  45. How?
  46. ====
  47. metapad was created (as was Notepad) in pure ANSI C with the Win32 API.
  48. It contained around 1200 lines of code as of version 1 and now has about
  49. 7000 lines as of version 3.0. Thus, it is almost as small and just about
  50. as fast as Notepad is. Unlike some other so-called Notepad replacements,
  51. metapad actually loads in an instant. (Those other programs tend to 
  52. approach 1 or 2MB instead of being under 100KB and are written using C++
  53. with MFC or even, gasp!, Visual Basic.) 
  54.  
  55. Installation
  56. ============
  57. metapad was designed to completely replace Notepad. To see how you can
  58. install metapad to replace Notepad see the metaFAQ page on the metapad 
  59. web site (see contact information at the end of this document).
  60.  
  61. Changes
  62. =======
  63.  
  64. (+ indicates bug fix, - indicates new feature)
  65.  
  66. 3.5  - support for GUI language plugins (see web site)
  67.      - ten quick buffers (ctrl+alt+numbers to set, alt+numbers to paste)
  68.      - added native Windows XP theme support
  69.      - new Windows XP icon (truecolor with shadow)
  70.      - new Insert File function
  71.      - toolbar button for always on top
  72.      - read only status rechecked on save
  73.      - scroll window horizontally with Alt+Left & Alt+Right
  74.      - sentence case capitalization after any ?, ! and \n
  75.      - no maximum number of favourites (was 16)
  76.      - Shift+Escape for quick save and exit
  77.      - command line option to override plugin version checking
  78.      - command line option to skip loading language plugin
  79.      - opening the settings dialog loads all options from registry
  80.      - can use non-executable files as viewers (e.g., scripts)
  81.      + fixed page at a time mouse scroll wheel bug
  82.      + fixed Chinese Windows copy text bug
  83.      + Shift+Enter adds carriage return
  84.      + fixed crash on loading BOM-less unicode files
  85.      + fixed single character lines changing in WinXP bug
  86.      + fixed minor replace "\n" bug 
  87.      + fixed goto line 5 digit limitation
  88.      + upper/lower case changes for intl characters
  89.      + additional minor bug fixes
  90.      
  91. 3.0  - basic Unicode text file support (ANSI code page only)
  92.      - new favourites menu
  93.      - freaky new transparent mode (requires Win2K)
  94.      - new selection margin (see the settings view tab)
  95.      - new block quote function (add "> " to each line)
  96.      - new strip trailing whitespace function
  97.      - new secondary external viewer
  98.      - find & replace now support newlines (\n) and tab characters (\t)
  99.      - sentence case, title case & inverted case functions
  100.      - new launch default (associated) viewer function
  101.      - five new toolbar buttons (word wrap, font, two viewers & refresh)
  102.      - find & replace dialogs use current font option
  103.      - Ctrl+Up and Ctrl+Down scrolls window
  104.      - recent files menu does not dynamically resize
  105.      - now reads Macintosh text files (converts to Unix)
  106.      - separate secondary font colours
  107.      - option to always print with secondary font
  108.      - option to hide the scrollbars when possible (not in LE)
  109.      - option to not select text at cursor for find (uses last find)
  110.      - option to automatically close find dialog
  111.      - can clear find/replace & recent file histories
  112.      - separate option to save find/replace history
  113.      - can specify default file format
  114.      - can suppress "undo buffer" prompt
  115.      - can suppress solitary carriage returns warning
  116.      - replace all in selection will preserve the selection
  117.      - status bar now uses default GUI font (removed status font width)
  118.      - arrow cursor instead of hand for double-click links
  119.      - delete (clear text) on context menu
  120.      - new /e cmdline option to go to end of file
  121.      + Shift+Enter will not lead to invalid files
  122.      + select all menu item updates cut/copy toolbar buttons
  123.      + insert date updates properly over multi-line selections
  124.      + fixed bottom scrollbar disappearing on load
  125.      + paste is now deactivated when no text is on the clipboard
  126.      + initial messageboxes caused no cursor in main window
  127.      + fixed display bug for block indent more than one screen of text 
  128.      + recent files list is now case insensitive
  129.      + minor recent files menu display bug fixed
  130.      + fixed .LOG scrolling bug (in LE only)
  131.      + fixed /g command line bug (in LE only)
  132.      + the '&' now appears on printed output (in LE only)
  133.  
  134. 2.0  - no file size limit on Win9X (not in LE)
  135.      - multiple undo/redo (not in LE)
  136.      - show hyperlinks option (not in LE)
  137.      - drag & drop text editing (not in LE)
  138.      - insert/overwrite mode (not in LE)
  139.      - improved printing
  140.      - print selected text
  141.      - custom print margins
  142.      - replace in selection
  143.      - new toolbar (with flat option)
  144.      - find/replace history
  145.      - custom font & background colours
  146.      - always on top mode
  147.      - commit word wrap function
  148.      - unwrap lines function
  149.      - upper & lower case conversion
  150.      - ANSI to OEM text conversion
  151.      - smart home (like DevStudio)
  152.      - launch new instance feature
  153.      - read only toggles file attribute option
  154.      - custom recent files menu size (0 to 16)
  155.      - revamped settings dialog
  156.      + various bug fixes
  157.  
  158. 1.42 + fixed bug concerning long UNC file names
  159.      + fixed wordwrap bug for large binary files
  160.      + fixed minor edit menu bug when Recent on own and Read Only 
  161.      + fixed minor status bar redraw bug
  162.      + Replace All was unnecessarily scrolling main window
  163. 1.41 - advanced setting controls the status bar width
  164.      + a couple of minor bugs fixed
  165. 1.4  - status bar: line, column & total lines; DOS/UNIX/BIN; bytes;
  166.      - Find Next Word (Ctrl+F3, also Ctrl+Shift+F3 for reverse)
  167.      - Strip First Character menu item (for removing '>'s from email)
  168.      - custom file filters in Open and Save As dialogs (see FAQ)
  169.      - goto line offset (in goto dialog)
  170.      - insert date is now on menu (now F6)
  171.      - new long date format menu item (F7)
  172.      - new read only mode (gets set when file is read only)
  173.      - cmdline goto row/col ("/g row:col")
  174.      - no prompt when loading binary files option
  175.      - no time on date insert option
  176.      - no prompt to launch large file in viewer
  177.      - sticky window position feature
  178.      - hide goto offset option (for old behaviour)
  179.      - option to have Recent Files on its own
  180.      - binary files become read only option
  181.      - no save prompt for empty new file
  182.      - files are now opened with full share access
  183.      - faster printing
  184.      - hotkeys for UNIX<->DOS
  185.      - UNIX<->DOS causes dirty file
  186.      + goto line bug fixed (scrolls to cursor)
  187.      + short filename (TESTIN~1.TXT) sendto bug fixed 
  188.      + various bugs fixed
  189.         
  190. 1.3  - seamless UNIX text file support
  191.      - block indent and unindent (Tab, Shift+Tab)
  192.      - recent file list
  193.      - "insert tabs as spaces" option
  194.      - refresh current file
  195.      - external printing (/p on cmdline)
  196.      - command line arguments to external viewer
  197.      - separate "save menu settings" option
  198.      - optional smart select double-click
  199.  
  200. 1.2  - Auto-indent mode
  201.      - Go to Line
  202.      - "Hide directory in caption" option
  203.      - "Select current word" (Ctrl+space)
  204.      - doubleclick override (correctly selects word under cursor)
  205.      - reverse searching (Shift+F3)
  206.      - match whole word in Find/Replace
  207.      - optional autosearch from beginning or end (i.e. don't prompt)
  208.      - added quotes to launch filename
  209.      + fixed print dialog bug ("An error occurred...")
  210.  
  211. 1.1  - Added WYSIWYG (optional) printing support. Added more options.
  212. 1.0b + Fixed infinite loop when doing Replace All on the same text
  213. 1.0a + Fixed Ctrl+A keyboard accelerator
  214. 1.0  - Initial release
  215.  
  216. Contact
  217. =======
  218. When submitting bugs or asking questions please make sure to check this
  219. document and the online FAQ beforehand!
  220.  
  221.         Web:   http://liquidninja.com/metapad/
  222.         or     http://welcome.to/metapad/
  223.  
  224.         email: mailto:metapad@canada.com
  225.         or     mailto:metapad@bigfoot.com
  226.  
  227. Disclaimer
  228. ==========
  229. metapad is freeware and is freely distributable in its unmodified zip 
  230. file. Use it at your own risk. The author, Alexander Davidson, cannot
  231. be held responsible for any problems encountered while using this 
  232. software.
  233.