home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 028A / GMUED18.ZIP / GMUEDIT.TXT < prev    next >
Text File  |  1996-07-17  |  7KB  |  195 lines

  1. The GMUtant Editor                           
  2. version 1.08
  3.  
  4. (c) 1996, Clyde W. Grotophorst, GMUtant Software
  5.  
  6. This is an ASCII editor that provides you a bit more
  7. functionality than the Windows notepad.  Hope you find
  8. the program useful.  Feel free to distribute it to others if
  9. they have a need for an ASCII editor that:
  10.  
  11. - edits files of almost unlimited size.
  12. - supports drag & drop movement of text within a document
  13. - supports fixed as well as proportional fonts
  14. - supports column mode with fixed font (e.g., SYSTEM)
  15. - offers find and replace
  16. - supports multi-level "undo" 
  17. - allows you to edit several files simultaneously
  18. - supports changing fonts
  19. - supports the clipboard
  20. - offers a toolbar for easy access to most options
  21. - provides a rudimentary printing option
  22. - limited support for HTML coding (with right-mouse popup menus)
  23.  
  24. and more...
  25.  
  26. -----------------------------------------------------------------------------
  27. update note:
  28.  
  29. Release 1.08 saves the font color..previously this
  30. was omitted. Thanks to Noah Kaplan for pointing
  31. this out...it was (unlike many suggestions) an
  32. easy one to fix/implement.
  33.  
  34. Release 1.07 adds an HTML pop-up menu system. Toggle
  35. right-mouse popup menus from toolbar (under options)
  36. then when editing a document, pressing the right
  37. mouse button will pop up a menu of common HTML
  38. codes (bold, italic, ordered list, paragraph, etc.).
  39. Left click on the element you want inserted in your
  40. text.  For HTML elements that go on either end of
  41. a text string (e.g., <B>bold text</B>), the editor
  42. inserts both the beginning and ending tag at the
  43. cursor...use the drag&drop feature to move one of
  44. the tags to the desired location.
  45.  
  46. Statement added to GMUEDIT.INI
  47.  
  48. [Miscellaneous]
  49. HTMLMenusOn=Yes
  50.  
  51. ---
  52.  
  53. Release 1.06  Added a few shortcut keys (e.g., CTRL-P
  54. to print, CTRL-F for find).  Improved sizing of windows
  55. when opening existing files--release 1.05 wasn't always
  56. using the settings from GMUEDIT.INI.
  57.  
  58. ---
  59.  
  60. Release 1.05  Added a SAVE FILE button to the
  61. Toolbar.  Also added ability to store window position
  62. for the notepad window as well as the EDITOR
  63. main window.  Set the size of the notepad where
  64. you like it, then under options, select the SAVE
  65. WINDOW POSITIONS choice to store the
  66. size(s) in GMUEDIT.INI.
  67.  
  68. New entries in GMUEDIT.INI:
  69.  
  70. [NoteWinSize]
  71. NoteWidth=8970
  72. NoteHeight=7845
  73.  
  74. ---
  75.  
  76. Release 1.04 stores wrap & wrap whole words settings
  77. between sessions.  Each time you toggle the value of
  78. these settings, the state is written to your GMUEDIT.INI
  79. file.  When the program next starts, it begins with the
  80. values as they were when you last exited the program.
  81.  
  82. ---
  83.  
  84. Release 1.03 improves printing. Earlier releases could
  85. not print a new file from the edit window--if it said "New File"
  86. on the title bar, the editor wouldn't print it.  There's still
  87. much room for improvement in printing support so stay
  88. tuned.
  89.  
  90. -------
  91.  
  92. A Visual Basic application, the GMUtant Editor is based
  93. on the Early Morning Editor Control, distributed via SHAREWARE
  94. by Ted Stockwell (Compuserve ID 74454,1002).  If you're a
  95. VB programmer in need of a text control, the $ 30.00 you
  96. spend to register Mr. Stockwell's work is money well spent.
  97.  
  98. Here are the files included with the GMUtant Editor:
  99.  
  100. GMUEDIT.EXE - the program
  101. CMDIALOG.VBX - the common dialog control
  102. EMEDIT.VBX - the early morning editor control
  103. VBRUN300.DLL - the VB 3.0 runtime DLL 
  104.  (this is not included in all versions of the ZIP file)
  105. GMUEDIT.TXT - this text file.
  106.  
  107. A configuration file (GMUEDIT.INI) is created in your
  108. Windows directory (typically C:\WINDOWS). Here's
  109. what's contained there:
  110.  
  111. [Recent Files]
  112.   this lists the full path to the 4 files you've edited
  113.  most recently. They show up under the FILE
  114.  menu on the main editing window
  115. RecentFile1=
  116. RecentFile2=
  117. RecentFile3=
  118. RecentFile4=
  119.  
  120. [Font Info]
  121.  
  122.  if you ask GMUEDIT to store the font you select
  123.  as your default font, the info is written here.  A "-1"
  124.  value means true, a "0" means false.
  125.  
  126. FontName=MS Sans Serif
  127. FontSize=10
  128. FontBold=-1
  129. FontItalic=0
  130.  
  131. [WindowPosition]
  132.  
  133. This is where we store your main window size and
  134. postion. Anytime you Set Window Position this info
  135. is updated.
  136.  
  137. Top=2865
  138. Height=8085
  139. Left=1905
  140. Width=9120
  141.  
  142. [Miscellaneous]
  143. LeftMargin=  put a number from 0 to whatever here. This
  144.        one you have to do manually.  Affects the onscreen
  145.        display, not the printout!
  146. ShowToolBarOnStartup=  Yes or No.   This gets set
  147.        one way or the other each time you turn the toolbar
  148.        on or off via the options menu.  Turn off the toolbar
  149.        and this will be set to "No."  Assuming you don't turn
  150.        it back on during a session, it will be off when you
  151.       next start the program.   This is new in 1.02
  152. WordWrapOnStartup= Yes or No
  153. WrapWholeWords=Yes or No
  154.  
  155.  
  156. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  157. GMUtant Software provides a number of other software
  158. packages you might find interesting:
  159.  
  160. BIBL for Windows (current release 2.40). A full-featured
  161. package for managing your personal and/or office
  162. library.  Features: multiple databases; large (up to 24K)
  163. note field for each record; full-text searching; spell-checker 
  164. for note field; link text, word processing (Word, WordPerfect, 
  165. AmiPro, or Write) or sound (*.WAV) files to records & view 
  166. with BIBL's built-in native format viewer; value field totals across
  167. a database; find/replace; powerful report generator; & 
  168. more.  You can get an evaluation (SHAREWARE) copy
  169. of BIBL via CompuServe (GO WINSHARE, filename
  170. BIBWIN.ZIP); our BBS (703)  993-2219; ftp: gmutant.wrlc.org
  171. /pub/gmutant/biblwin.zip; or via the WWW:
  172. http://bluehaze.wrlc.org/gmutant
  173.  
  174. Registration is $ 29.00 and includes a utility program for 
  175. importing CD-ROM, MedLine and other download files 
  176. into a BIBL database.
  177.  
  178. BIBL (for DOS). Release 8.66.  As above, but a DOS-based
  179. program.  Registration fee: $ 39.00.  Filename: BIBL.ZIP
  180. (on compuserve) or BIBL864.ZIP on our BBS and ftp servers.
  181.  
  182. InfoPop.   InfoPop/Windows is a Winhelp guide to the
  183. Internet (typical filename on BBS's is IPWINxxx.ZIP).
  184. This 1 Mb+ database is now included in Que Publishing's
  185. Using the Internet (on the accompanying CD) or is
  186. available via Compuserve (GO INETFORUM) or our
  187. BBS (703 993-2219); or via anonymous ftp: gmutant.wrlc.org
  188. /pub/gmutant/ipwin124.zip.  Freeware
  189.  
  190. ------------------------------------
  191. Questions, comments?  Send email to:
  192.  
  193. internet: wallyg@fen1.gmu.edu 
  194. Compuserve: 70404,3376
  195.