home *** CD-ROM | disk | FTP | other *** search
- %TITLE "Editor Help File"
- %VERSION 1 0
- %SAVE NO
- %MODE TEXT
- %SIZE 80 15
- %BORDERCOL WHITE
- %PROMPTCOL YELLOW
- %HIGHLIGHTCOL GREEN
- %TEXTCOL WHITE
- %ENTRIES 5
-
- %ENTRY 1
- %REFERENCES 3
- %KEYWORD "Copyright" 2
- %KEYWORD "Help System" 3
- %KEYWORD "Editor System" 4
- %TEXT
- "
- $Opening Screen$
-
-
-
- STI_EDIT Version 1.0
- Copyright (C) 1989,1990,1991
- By Software Tecnology International
- All Rights Reserved
-
- "
- %ENDTEXT
-
-
- %ENTRY 2
- %REFERENCES 2
- %KEYWORD "Editor System" 4
- %KEYWORD "Opening Screen" 1
- %TEXT
- "
- $Copyright Notice$
-
- This software is copyrighted by
- Software Technology International. No
- Part of this software may be copied or
- distributed by any means, without the
- written consent of Software Technology
- International.
- "
- %ENDTEXT
-
-
- %ENTRY 3
- %REFERENCES 2
- %KEYWORD "Opening Screen" 1
- %KEYWORD "Editor System" 4
- %TEXT
- "
- $Help on Help$
-
- This is a simple help system. It takes the
- following keys.
- ESC : End the program
- up arrow : Move the highlight to the
- keyword above
- down arrow : Move the highlight to the
- keyword below
- -> : Scroll text area
- <- : Scroll text area
- RET : Select keyword to jump to
- "
- %ENDTEXT
-
-
- %ENTRY 4
- %REFERENCES 2
- %KEYWORD "Opening Screen" 1
- %KEYWORD "Commands" 5
- %TEXT
- "
- $About STI_EDIT Ver 1.0$
-
- This is a unit that with one call supplies
- an editor to your application. While it is not
- intended for serious editing tasks, it is more
- than functional enough for simple tasks. The
- main limitation is that it edits on memory, so
- the size of the file it may edit is limited.
-
- Some of the interesting features of this
- unit are that it allows you to specify help,
- directory and pass-on procedures. The pass on
- procedure allows you to access special key
- combinations not used by the editor. This way
- you can emulate the TP/TC/TD system of having
- keys that take you to a menu.
-
- Other interesting points are things like,
- word and line upper & lower case conversion,
- line centering, etc etc. The editor is also
- resizable, within certain limits, and the
- colors are changable.
-
- Also, the data structures used by the
- program are available, making it easy fo you
- to add-on functions. Also, as you can escape
- from the editor then return, it is possible to
- have more than one editor working at once,
- though memory would be a problem..
-
- We hope you find this unit useful.
- "
- %ENDTEXT
-
-
- %ENTRY 5
- %REFERENCES 2
- %KEYWORD "Opening Screen" 1
- %KEYWORD "Editor System" 4
- %TEXT
- "
-
- $Commands$
-
- The editor supports the following commands.
-
- BS : deletes character to the left
- TAB : works as one would expect
- RET : works as normal
- ESC : read, but ignored
- HELP : calls help routine is specified
- F1 : same as help
- F2 : save the current file
- F3 : load a file
- F4 : Search
- F5 : Search and Replace
- F6 : Mark block start
- F7 : Mark block end
- F8 : Copy a block
- F9 : Erase a block
- F10 : Quit
- Arrow : They work as is normal
-
- ^PP : Print editor file
- ^PB : Print a block
- ^S : Left one character
- ^D : Right one character
- ^E : Up one line
- ^X : Down one line
- ^A : One word left
- ^F : One word right
- ^R : One screen up
- ^C : One screen down
- ^G : Delete character at cursor
- ^I : Insert mode toggle
- ^Y : Erase one line
- ^T : Erase next word
- ^KD : Quit
- ^KQ : Quit
- ^KS : Save
- ^KB : Mark Block Start
- ^KC : Copy a block
- ^KK : Mark Block End
- ^KY : Delete a Block
- ^KV : Move a Block
- ^KW : Write a block
- ^KR : Read a block
- ^QQ : Search and Replace
- ^QH : Erase line contents
- ^QF : Search
- ^QC : Jump to end of file
- ^QR : Jump to start of file
- ^LU : Uppercase Line
- ^LD : Lowercase Line
- ^LC : Centre Line (to 128 char 7width)
- ^LR : Trim right side of line
- ^LL : Trim left side of line
- ^WU : Uppercase word
- ^WD : Lowercase word
-
- ^DELETE : Delete word(^T)
- ^LEFT ARROW : Start of line
- ^RIGHT ARROW : End of line
- ^UP ARROW : One screen up
- ^DOWN ARROW : One screen down
-
- SHIFT+TAB : Reset tab width
- SHIFT+ROLL UP : End of file
- SHIFT+ROLL DOWN : Start of file
- SHIFT+INSERT : Insert a lne
- SHIFT+DELETE : Delete a line
- SHIFT+HOME CLR : End of line
- SHIFT+LEFT : One word left
- SHIFT+RIGHT : One word right
- SHIFT+UP : Top of screen
- SHIFT+DOWN : Bottom of screen
-
- All other combinations are passed
- on to the calling program.
- "
- %ENDTEXT
-
- %END
-
-
-