home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1486 / pwredit.doc < prev    next >
Encoding:
Text File  |  1994-01-25  |  10.0 KB  |  236 lines

  1.                    ╔════════════╗
  2.                    ║ Power Edit ║
  3.                    ╚════════════╝
  4.                 Version 1.03
  5.               Multi-Window Full Featured Editor
  6.        Copyright (c) 1993, 1994  CyberNyte Software Productions (CNSP)
  7.                
  8.  
  9. Author:  Eddie Burnett
  10.  
  11.  
  12. Welcome To Power Edit!
  13. ======================
  14.  
  15.      Welcome to Power Edit, a multi-window full featured file editor.
  16. Providing unlimited editor windows running at once, Power Edit gives the user much
  17. control. Power Edit is useful to programmers as well, speeding up the time
  18. needed to complete several tasks at once. Please make sure you read on,
  19. as you may miss some important information you will need to know.
  20.  
  21. You Should Have The Following Files Included With Your Copy Of Power Edit:
  22.  
  23. PWREDIT.EXE   =   Main program
  24. PWREDIT.DOC   =   Documentation (The File You Are Reading Now)
  25. HELP.DAT      =   Power Edit online help file
  26. PE.BAT        =   Batch file to run Power Edit
  27.  
  28. If any of these are missing, or have been modified in any way, please write
  29. to the address below and you will be sent the full shareware version.
  30.  
  31. Registration And Legal Stuff
  32. ============================
  33.  
  34.      All users dislike this part in a shareware program, but it must be
  35. included, so please do not skip this section. If you do, your conscience
  36. will bother you forever. 
  37.  
  38. Legal Stuff:
  39.  
  40.      You may distribute this program freely ONLY if it is in its original
  41. and unchanged form. Any modification to the program itself or any of
  42. the included files violates our copyright and the sharewhere laws.
  43.  
  44.      We are not responsible for any damage caused by this program, although
  45. the chances of damage are HIGHLY unlikely.
  46.  
  47. Registration:
  48.  
  49.      This is a shareware program distributed under the shareware laws and is
  50. not free. You may use Power Edit for a period of no more than 45 days until a
  51. registration fee is paid to the author. Please respect the author's time and
  52. work put into this program and send the amount of $10 (Yep, Thats It! Just
  53. $10!) check or money order (Made Out To Eddie Burnett) to the address below.
  54. AS SOON as we receive your payment you will be sent confirmation of your
  55. registration, the newest registered version of the program (and newer ones as 
  56. they become availible), any information of new programs made availible by 
  57. CNSP, a nice thank-you note from the author, and you will be added to our 
  58. mailing list. (Coming Soon...Support BBS!)
  59.  
  60. Send your $10 registration, your name, address, and any comments, questions,
  61. or software you may be interested in to:
  62.            
  63.             Eddie Burnett
  64.             154 Spring Creek Lane
  65.             Wilmington, NC  28405
  66.  
  67. We Thank You For Your Cooperation And Support.
  68.  
  69.  
  70. Usage
  71. =====
  72. Executing Power Edit: 
  73.  
  74.      To run Power Edit from the command line, type the following:
  75.  
  76.     PWREDIT [FILENAME(S)] [OPTION(S)]
  77.  
  78. [FILENAME(S)] are the name(s) of the text files to be edited. If more than 
  79. one filename is entered, each file will be loaded into a seperate window. If
  80. no filename is entered, it can be loaded from the File menu in Power Edit.
  81. [OPTION(S)] may be several command line switches, explained below:
  82.  
  83.     /G   Runs Power Edit in Graphics mode. (EGA/VGA or better required)
  84.     /M   Runs Power Edit in Black/White mode. (Monochrome)  
  85.     /I   Runs Power Edit with a quick start instruction screen.
  86.     /28  Runs Power Edit in 28-line high-resolution mode.
  87.     /43  Runs Power Edit in 43-line high-resolution mode.
  88.     /50  Runs Power Edit in 50-line high-resolution mode.
  89.  
  90.  
  91. Power Edit Screen:
  92.  
  93. The initial display has three areas.  The main menu occupies the top line
  94. of the display.  The bottom line is used for messages.  The center of the
  95. screen contains one or more notepads.
  96.  
  97. The main menu can be entered in three ways.  The F10 key will transfer
  98. control to the menu.  Holding the Alt key and pressing one of the
  99. highlighted letters in the main menu will start the main menu and pull
  100. down the corresponding sub-menu.  Third, the left mouse button can be
  101. clicked with the mouse pointer on the menu.
  102.  
  103. Each notepad has several areas that respond to the mouse.  The top
  104. border can be used to move the notepad.  Simply click and hold the mouse
  105. button and drag the notepad to the desired location.  The corners and
  106. left edge of the notepad can be dragged to change the size of the
  107. viewport.  The title has three buttons.  The two buttons on the right
  108. maximize or minimize the viewport.  The button on the left is connected
  109. to a menu.  When the mouse is clicked inside a notepad, that notepad
  110. is moved to the front and becomes the current notepad.  This allows
  111. typing into that notepad.  If the notepad is already current, the cursor
  112. is moved to the place where the mouse was clicked.  The notepad window
  113. also has vertical and horizontal scroll bars.
  114.  
  115.  
  116. Creating a New File:
  117.  
  118. An empty notepad can be created by the "New" command in the file menu or
  119. by holding the control key while pressing 'K' and then 'N'.  The cursor
  120. starts at the top left corner and a '-' is on the second line to indicate
  121. the end of the text.  Characters can be entered and when the Enter key is
  122. pressed (in insert mode) a new line is started and the '-' is moved down
  123. by a line.
  124.  
  125. By default, the initial size of the notepad window is 80 columns by
  126. 100 rows of characters.  When the notepad window is full, an error
  127. message is displayed.  The window size must then be expanded by the
  128. user, if additional lines of text are to be inserted.  The notepad
  129. window is expanded by pressing the F5 key or selecting "sIze window"
  130. from the window menu.
  131.  
  132.  
  133. Editing an Existing File:
  134.  
  135. An existing file can be edited using the "Edit" command from the files
  136. menu.  This creates a new notepad and loads the file.  If the entire
  137. contents of the file to be loaded cannot fit within the current
  138. notepad window size, then the window is expanded.  If the file is too
  139. large to be edited by the notepad, an appropriate error message is
  140. displayed and the file cannot be edited.  An existing file can also
  141. be loaded into an existing notepad using the "Open" command in the file
  142. menu.
  143.  
  144.  
  145. Entering Text:
  146.  
  147. As characters are typed, they are entered into the current notepad.  The
  148. current notepad is the one that is on top.  The current notepad can be
  149. changed using the "Next" command from the Windows menu or Ctrl/O.
  150. Initially, a notepad is insert mode.  When a notepad is in insert mode,
  151. characters are inserted at the cursor and the remainder of the line is
  152. moved to the right to make room.  Insert mode can be switched on and off
  153. with the Ins key on the keyboard.
  154.  
  155. Letters, digits and other printable characters are inserted into the notepad.
  156. Other keys on the keyboard such as arrow and function keys execute notepad
  157. commands.  The F1 key or "Help" on the main menu will display a summary of
  158. the commands and the keys that execute them.
  159.  
  160.  
  161. Keyboard Commands: 
  162.  
  163.  ----------Cursor Movement-----------   -----------Block Commands----------
  164.  Lt Arrow  = Cursor Left                F8       = Mark Beginning of Block
  165.  Rt Arrow  = Cursor Right               Shift/F8 = Mark End of Block
  166.  Up Arrow  = Cursor Up                  Ctrl/Ins = Copy Block
  167.  Dn Arrow  = Cursor Down                Ctrl/Del = Delete Block
  168.  Ctrl+ Rt  = Next Word                  F7       = Insert Block
  169.  Ctrl+ Lt  = Previous Word
  170.  Home      = Top of Viewport            -----------Search Commands---------
  171.  End       = Bottom of Viewport         F2       = Find String
  172.  PgUp      = Previous Page              Shift/F2 = Replace String
  173.  PgDn      = Next Page                  F3       = Find Next String
  174.  Ctrl+Home = Beginning of File          Shift/F3 = Replace Next String
  175.  Ctrl+End  = End of File
  176.                     ------------Miscellaneous----------
  177.  ------Text Insertion/Deletion-------   F1       = Help
  178.  Backspace = Rubout Character           F10      = Notepad Menu
  179.  Del       = Delete Character           F4       = Move Window Viewport
  180.  Ctrl/Y    = Delete Line                Shift/F4 = Re-size Viewport
  181.  Ctrl/Q,Y  = Delete to End of Line      F5       = Re-size Window
  182.  Ins       = Toggle Insert Mode         F6       = Next Notepad
  183.  Ctrl/N    = Insert Line                F9       = Exit from Power Edit
  184.  
  185. Additional Shortcuts & Commands:
  186.  
  187.  -------- Menu Shortcuts --------       ------- Cursor Movement --------
  188.  Alt/F     = Files Menu                 Ctrl+S    = Cursor Left
  189.  Alt/E     = Edit Menu                  Ctrl+D    = Cursor Right
  190.  Alt/S     = Search Menu                Ctrl+E    = Cursor Up
  191.  Alt/W     = Window Menu                Ctrl+X    = Cursor Down
  192.  Alt/C     = Colors Menu                Ctrl+F    = Next Word
  193.  Alt/I     = Notepad Information        Ctrl+A    = Previous Word
  194.  Alt/H     = Help Summary               Ctrl+R    = Previous Page
  195.                     Ctrl+C    = Next Page
  196.  ------- Block Manipulation --------    Ctrl+O    = Select Next Notepad
  197.  Ctrl+K,b  = Mark Beginning of Block    Ctrl+Z    = Viewport Down 1 line
  198.  Ctrl+K,k  = Mark End of Block          Ctrl+W    = Viewport Up 1 line
  199.  Ctrl+K,d  = Delete Block               Ctrl+Q,s  = Beginning of Line
  200.  Ctrl+K,y  = Delete Block               Ctrl+Q,d  = End of Line
  201.  Ctrl+K,i  = Insert Block from Buffer   Ctrl+Q,e  = Top of Viewport
  202.  Ctrl+K,c  = Copy Block to Buffer       Ctrl+Q,x  = Bottom of Viewport
  203.                     Ctrl+Q,r  = Beginning of File
  204.                     Ctrl+Q,c  = End of File
  205.  
  206.  
  207.  ------- File Manipulation --------
  208.  Ctrl+K,s  = Save File
  209.  Ctrl+K,o  = Open File
  210.  Ctrl+K,n  = New Notepad
  211.  Ctrl+K,e  = Edit File in New Notepad
  212.  Ctrl+K,x  = Exit from Power Edit
  213.  
  214. ----------- Miscellaneous ---------
  215.  Ctrl+Q,f  = Find String
  216.  Ctrl+L    = Find Next
  217.  Ctrl+N    = Insert Line
  218.  Ctrl+Y    = Delete Line
  219.  Ctrl+U    = Undelete Line
  220.  Ctrl+V    = Toggle Insert Mode
  221.  Ctrl+G    = Delete Character
  222.  
  223.  
  224. Thank You For Choosing Power Edit!
  225. ==================================
  226.      My customers come first. I try to help out in any way I can.
  227. We hope you are pleased with this quality product and welcome all input.
  228. If you have any futher questions, comments, ideas, or would just like
  229. to say Hi, I can be reached at any of the following Online Services:
  230.  
  231.      CompuServe:  72614,1270
  232.      GEnie:       E.BURNETT
  233.      
  234.     
  235. Thank You!
  236.