home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 March / Freesoft_1997-03_cd.bin / recenz / 935 / Readme.txt < prev   
Text File  |  1996-09-24  |  8KB  |  178 lines

  1. RogSoft NotePad+ 1.02 Readme file
  2. =================================
  3.  
  4. NotePad+ is a free drop-in replacement for Windows 95/NT Notepad, that
  5. retains all functionality of the standard Notepad but adds the following:
  6.  
  7. - no more 64kB file size barrier under Windows 95
  8. - opens more than one file (Multiple Document Interface)
  9. - MAPI enabled to send files through e-mail
  10. - drag-and-drop of selected text within open file and between open files
  11. - fonts & colors completely user-definable (including fixed/proportional
  12.   switch)
  13. - smarter hot keys (almost every function has a hot key)
  14. - several other improvements over standard Notepad
  15.  
  16. In short: NotePad+ eats standard Windows 95 Notepad for lunch!
  17.  
  18.  
  19. Contents of this file:
  20. ----------------------
  21. 1. Installation
  22. 2. Un-install
  23. 3. The Story
  24. 4. Tips
  25. 5. Credits
  26. 6. History
  27. 7. License & Disclaimer
  28.  
  29.  
  30. 1. Installation:
  31. ----------------
  32. Copy the standard Notepad program file from your Windows directory into a
  33. temporary directory. Then place the executable file from the distribution
  34. archive of NotePad+ (also named Notepad) in your Windows directory,
  35. confirm the overwriting of standard Notepad. After that you can rename the
  36. old Notepad in the temporary directory (for example, rename it to
  37. Notepad Original) and move it back to your Windows directory (that's
  38. necessary for the un-install).
  39.  
  40. Make sure that you copy, not move, the old Notepad out of the Windows
  41. directory first before dropping NotePad+ in, and also not rename it before
  42. dropping NotePad+ in. Otherwise Windows will automatically change the
  43. path or name of the associated executable, in Option/File Types for files
  44. types that are associated with Notepad, to the temporary directory or new
  45. name. Looks like there's is some object-orientedness in the Windows 95
  46. GUI after all. :)
  47.  
  48.  
  49. 2. Un-install:
  50. -------------
  51. In case you want to return to your old Notepad, just rename the original
  52. back to "Notepad" and confirm overwriting of NotePad+. Voila, your old
  53. Notepad is back. You also might want to remove the keys in the Registry
  54. for Notepad+, but it's not necessity. They're located at
  55. HKEY_CURRENT_USER\Software\RogSoft\NotePad+.
  56.  
  57.  
  58. 3. The Story:
  59. -------------
  60. I hated the limitations of standard Windows 95 Notepad so much, that I
  61. decided to write a better one. :)
  62.  
  63. My goal was to go beyond standard Notepad's possibilities without making
  64. NotePad+ a full-featured text-editor, in order to retain a fast executable
  65. and smooth operation in memory-constraint environments.
  66.  
  67. This is also my first Delphi 2.0 project and the first program I ever
  68. distributed. It is a 100% 32-bit compiled executable, so no run-time
  69. libraries are necessary to run NotePad+. I hope you'll enjoy this program,
  70. and would like as much feedback as possible.
  71.  
  72. Comments, suggestions, bug reports etc. are welcome at:
  73. 0meurs01@lelystad.flnet.nl
  74.  
  75. Updates will be placed at the RogSoft NotePad+ Home Page:
  76. http://lelystad.flnet.nl/~0meurs01
  77.  
  78.  
  79. 4. Tips:
  80. --------
  81. You've probably noticed the behaviour of Windows 95 applications, to
  82. automatically add an extension to a file that is saved. Naturally, this
  83. has a reason. The extensions are associated with programs and you are able
  84. to open a file by just double-clicking it.
  85.  
  86. But sometimes it can be annoying, especially with files for which you
  87. prefer it would not automatically get any extension. You can overrule this
  88. behaviour by typing the filename in the Save dialog box like this: ["test"]
  89. (without brackets). In this case the file will be saved without any
  90. extension. This works for NotePad+, but also for other Win95 applications.
  91.  
  92. Another thing is that Windows 95 applications (including NotePad+) can save
  93. a file with the particular extension you want it to have, just by typing in
  94. the file and extension you want it to have in the Save-dialog box, for
  95. example: [file_id.diz] (without brackets) will save your file with the
  96. extension "diz", not "txt". Therefore, even though ".txt" is the only
  97. default extension in (this version of) NotePad+, specifying your own
  98. extension in the Save-dialog box will save your file with the extension you
  99. want it to have.
  100.  
  101. To make use of the e-mail functionality of NotePad+, you have to have a
  102. MAPI-server installed. If you would like Euroda to act as your MAPI-server, 
  103. do the following: go to Tools/Options/MAPI in Eudora, set 'Use Eudora MAPI
  104. server' to Always. That's all there is to it.
  105.  
  106.  
  107. 5. Credits:
  108. -----------
  109. Thanx to:
  110.  -  Ed Jay, Bas Rijniersce and Richard van der Steen for beta testing.
  111.  -  Envy Technologies for their Win95 style About box (which I adapted to
  112.     my own needs in NotePad+ but was very useful to learn how several
  113.     things are done, like system resources).
  114.  -  Erik C. Nielsen for his FileDrag component.
  115.  -  Users in the Delphi newsgroups for their tips.
  116.  
  117.  
  118. 6. History:
  119. -----------
  120. Versions with an increased number at the end of the version number are
  121. mainly bug fixes. Versions with additional functionality will have an
  122. increased number directly after the dot.
  123.  
  124. For example, 1.1 will have more functionality than 1.0, while 1.02 has no
  125. significant extra functionality over 1.01. You can always check out the 
  126. NotePad+ Home Page for the latest version.
  127.  
  128. 1.0    September 17 1996: First release
  129.  
  130. 1.01   September 18 1996: Fixes 'Invalid data type for Alternative' error.
  131.  
  132. 1.02   September 25 1996: Fixes bug in Fonts/Colors preferences. NotePad+
  133.                           would change fonts/colors for current session of
  134.                           application even though the Preferences box was
  135.                           cancelled after you had messed around with the
  136.                           Fonts/Colors preferences. (You would only have
  137.                           noticed this if you used the fixed/proportional
  138.                           switch after closing the Preferences box.)
  139.  
  140.                           Fixes bug where Find function would not highlight
  141.                           first string found (very irritating!).
  142.  
  143.                           About dialog now checks under what OS the 
  144.                           application is running. Skips System Resources
  145.                           when running under NT (NT has unlimited system
  146.                           resources). NotePad+ is now fully NT capable.
  147.                          
  148.                           Reduced program executable's size by >70kB(!) by
  149.                           removing an un-needed source code unit that Delphi
  150.                           had automatically added when I was trying some
  151.                           things out before the first release.
  152.  
  153.                           Several other (minor) bug-fixes and adjustments.
  154.                           Polished the program a bit more.
  155.  
  156.  
  157. 7. License & Disclaimer:
  158. ------------------------
  159. This version of NotePad+ is distributed as Freeware. This means you don't
  160. have to pay for this software, just enjoy it! You are not allowed to modify
  161. this software. You may distribute it by making it available on online-
  162. services and distribution CD's and/or other media (I would appreciate being
  163. notified if this program will be distributed on these media, for example on
  164. a Share/Freeware CD). You may not ask money for the program itself, only
  165. for the distribution of the program. Use of this program is at your own
  166. risk.
  167.  
  168. Rogier Meurs reserves the right to release future versions of NotePad+ not
  169. as Freeware. This means future version may become Shareware, that must be
  170. registered. Although future versions of NotePad+ may become Shareware, you
  171. may always use this version (1.02) for free for as long as you like.
  172.  
  173.  
  174. Happy editing!
  175.  
  176. Rogier Meurs
  177. Author of NotePad+
  178.