home *** CD-ROM | disk | FTP | other *** search
- E Editor Help Directory of Help Panels
- Page 1: Function Keys and (F1 - F10)
- Alt+Keys (Alt+F1 - Alt+F10)
- Page 2: Shift+Keys and (Shift+F1 - Shift+F10)
- Ctrl+ Keys (Ctrl+F1 - Ctrl+F10)
- Page 3: Alt+ Summary (Alt - Alt+O)
- Page 4: Alt+Summary and (Alt+P - Alt+=)
- Ctrl+ Summary (Ctrl+Enter - Ctrl+Backspace)
- Page 5: Ctrl+ Summary (Ctrl - Ctrl+Z)
- Page 6-9: Command Summary
- Page 10: Edit Commands
- Page 11: Termination Commands
- Page 12: Cursor Movement Controls
- Page 13: Copying, Moving, and Deleting text
- Page Down F3=Exit
- E Editor Help Function Keys and Alt+ Keys (F1 - F10) Page 1
-
- Alt +
- ESC Moves cursor between the edit area
- and the command line
- F1 Display help text Box characters
- F2 Save file and continue
- F3 Quit without saving file
- F4 Save file and quit
- F5
- F6 Show draw options
- F7 Change filename Shift mark left
- F8 Edit new file Shift mark right
- F9 Undo current line
- F10 Next file Previous file
- Page Down Page Up F3=Exit
- E Editor Help Shift+ and Ctrl+ Keys (F1 - F10) Page 2
-
- Shift + Ctrl +
- F1 Scroll left Uppercase word
- F2 Scroll right Lowercase word
- F3 Scroll down Uppercase mark
- F4 Scroll Up Lowercase mark
- F5 Center line vertical Cursor to beginning of word
- F6 Cursor to end of word
- F7
- F8
- F9
- F10
- Page Down Page Up F3=Exit
-
- E Editor Help Alt+ Keys (Alt - Alt+R) Page 3
- Alt : change function line descriptions
- Alt+A : ADJUST marked area, blank old
- Alt+B : mark BLOCK
- Alt+C : COPY mark
- Alt+D : DELETE marked area
- Alt+E : cursor to END of marked area
- Alt+F : FILL marked area
- Alt+J : JOIN (with following line)
- Alt+L : mark LINE
- Alt+M : MOVE marked area
- Alt+N : key in file NAME at cursor
- Alt+O : OVERLAY blocked area
- Alt+P : reformat following PARAGRAPH
- Alt+R : REFLOW marked area
- Page Down Page Up F3=Exit
-
- E Editor Help Alt+ Keys (Alt+S - Alt+=) and Ctrl Keys Page 4
- Alt+S : SPLIT line at cursor
- Alt+T : CENTER text in marked block
- Alt+U : UNMARK
- Alt+W : mark WORD
- Alt+X : ESCAPE (allow special characters)
- Alt+Y : cursor to beginning of mark
- Alt+Z : mark, character mode
- Alt+1 : Edit file named on current line
- Alt+= : Execute the current line or marked set of lines as commands
- Ctrl Keys
- Ctrl : change function line descriptions
- Ctrl+Backspace : delete a line
- Ctrl+Enter : like Enter except no new line
- Page Down Page Up F3=Exit
-
- E Editor Help Ctrl+ Keys (Ctrl+A - Ctrl+Z) Page 5
- Ctrl+A : change window style
- Ctrl+D : DELETE word
- Ctrl+E : ERASE to end of line
- Ctrl+F : repeat previous FIND command
- Ctrl+H : split screen HORIZONTALLY
- Ctrl+L : copy text LINE to command line
- Ctrl+M : toggle tiled (non-overlapping)/MESSY (overlapping) window style
- Ctrl+R : RECORD key sequence
- Ctrl+T : play recorded key sequence
- Ctrl+V : split screen VERTICALLY
- Ctrl+W : move to next WINDOW
- Ctrl+X : force syntax expansion
- Ctrl+Z : ZOOM window to full screen
- Page Down Page Up F3=Exit
- E Editor Help Command Summary (1 of 4) Page 6
- Command Syntax
- [L] /pattern/[c|e] [m|a][-|+] [r|f] - locates string
- C /old/new/[c|e] [m|a][-|+] [r|f] - changes string
- c = ignore case e = match case exactly
- m = within marked area a = all file
- - = backwards in file + = forward in file
- r = search Right to Left f = search from Left to Right
- EDIT, EXIT, FILE, QUIT - see Pages 10 and 11
- NAME, N [filespec] - renames for next save
- PRINT - prints current file
- SAVE, S [filespec] - saves file
- PUT filespec - saves marked area to file
- APPEND [filespec] - appends marked area to file
- GET filespec - gets and inserts file
- Page Down Page Up F3=Exit
-
- E Editor Help Command Summary (2 of 4) Page 7
- Command Syntax
- BOX [1|2|C|P|A|E|R]
- KEY #### [character] - repeats key horizontally
- LOOPKEY ####|ALL [character] - repeats key vertically
- LIST, FINDFILE filespec - loads a list of files
- MATCHTAB [ON | OFF]
- EXPAND [ON | OFF]
- MArgins # # # - left, right margin, new-paragraph
- TABS [n1 n2 n3 ... n20] - sets tab at column listed
- AUTOSAVE [####] - autosaves file after #### lines
- WS 1|2|3|4 - sets window style
- QTime - shows current time
- QDate - shows current date
- Page Down Page Up F3=Exit
-
- E Editor Help Command Summary (3 of 4) Page 8
- Command Syntax
- DRAW [1][2][3][4][5][6][B][/any character]
- MATH expression
- Operators -,+,*,/,%
- Numbers decimal, hex (leading x), octal (leading o)
- Example: math 10*30/5
- MATHX - same as math, result shown in hex
- MATHO - same as math, result shown in octal
- ASC [char] - gives ASCII value of character (e.g.
- ASC X=88). If no argument specified,
- uses current text character
- CHR ### - shows character corresponding to ASCII #
- ADD - adds marked column of numbers
- Page Down Page Up F3=Exit
-
- E Editor Help Command Summary (4 of 4) Page 9
- Command Syntax
-
- SORT - sorts marked area or all
- SIZE - changes window size
- DRAG - moves window
- #### - goes to line ####
- +[#] - down # lines (or End of file)
- -[#] - up # lines (or Top of file)
-
-
- AUTOSHELL [ON | OFF]
- [DOS] [command] - any DOS command can be typed on the
- command line if AUTOSHELL is on
- Page Down Page Up F3=Exit
-
- E Editor Help Edit Commands Page 10
- How To Edit Additional Files during one EDIT session:
-
- EDIT,ED,E [d:][\path\]filename.ext
-
- Loads the file if it is not already loaded.
-
- Typing the EDIT command without the file specification switches
- you to the next loaded file in the ring (works the same as
- pressing F10.) After the last file, you are returned to the first
- file in the ring of loaded files.
-
-
-
- Page Down Page Up F3=Exit
-
- E Editor Help Editor Termination Commands Page 11
- How to get out of the E Editor
-
- FILE, F command (F4) saves and then removes file from memory.
-
- QUIT, Q command (F3) removes file from memory without saving.
-
- If QUIT is entered after file has been altered, the message:
- "Quit without saving? Press Y or N"
-
- is displayed on the bottom line. Typing N cancels the QUIT,
- typing Y discards all changes since the last SAVE or FILE.
-
- EXIT quits all files without saving and exits the E Editor. Use with care!
- Page Down Page Up F3=Exit
- E Editor Help Cursor Movement Page 12
- Up, Down Arrows Moves one line up/down.
- Left, Right Arrows Moves one character to the left/right.
- Home Moves to column 1 of the current line.
- End Moves to the end of the current line.
- Page Up Displays text above current page.
- Page Down Displays text below current page.
- Ctrl+Home Moves to top line of file.
- Ctrl+End Moves to bottom line of file.
- Tab, Shift+Tab Moves to next and previous tab stops.
- Ctrl+PgUp Moves to top of screen.
- Ctrl+PgDn Moves to bottom of screen.
- Ctrl+Left Arrow Moves to beginning of word left of cursor.
- Ctrl+Right Arrow Moves to beginning of word to right of cursor.
- Ctrl+Enter Moves to column 1 of next line.
- Page Down Page Up F3=Exit
- E Editor Help Copying, Moving, Deleting Text Page 13
- 1. Press a Mark key (see list on left) once at the
- beginning of the text and again at the end of the text to highlight
- the text to be copied, moved, or deleted.
- 2. To copy or move, move the cursor to the desired destination.
- 3. Press the operator keys (see list on right).
-
- TEXT MARKERS:MARKED TEXT OPERATORS:
- Alt+L: LINE mark for one Alt+C: COPY mark
- line or paragraph Alt+M: MOVE mark
- Alt+Z: mark, character mode Alt+D: DELETE mark
- Alt+B: BLOCK mark rectangles Alt+O: OVERLAY mark
- Alt+U: UNMARK any area Alt+A: ADJUST mark (Alt+O with fill)
- Alt+W: WORD mark
-
- Page Up F3=Exit