home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / apps / text_ed / st_page / stpage.doc next >
Text File  |  1992-09-30  |  3KB  |  70 lines

  1.                                 ST-PAGE
  2.  
  3.  
  4.                     Cut out those typing terrors with
  5.                   Robert Warnestam's friendly text editor
  6.  
  7.  
  8. ST-Page is an ultra-fast editor written in 100% machine code using Fast BASIC's
  9. built-in assembler. It produces pure ASCII files which makes it ideal for
  10. entering C, Pascal, assembly language and even BASIC source code. Or if you
  11. simply want to type out a few notes or a letter. Its very compact size means
  12. that it takes up very little space on your utility disk and it's quick to
  13. load.
  14.  
  15.     After booting up the program (in medium resolution only), you'll see the
  16. menu bar at the top of the screen and the first item will be highlighted. To
  17. highlight a different option hold down the Control key and press cursor left or
  18. right.
  19.  
  20.     To change the menu bar ink colours press Control+cursor right until the
  21. "COLOURS" option is highlighted. Press Control+cursor down to pull down the
  22. menu and Control+cursor down again to highlight "Block Ink". Hit Return and
  23. another menu will pop up with a list of possible colours which you can
  24. highlight with Control+cursor up and down. Press Return after selecting your
  25. colour and the ink will change.
  26.  
  27.     You can change the "Block Paper" option too - this is the menu paper
  28. colour. The text ink and paper colours are on the same "COLOUR" menu and can be
  29. changed in the same way as the menu ink and paper.
  30.  
  31.     You can type in text just like any other text editor, but remember to hit
  32. Return at the end of the line as there is no word wrap facility. The editor
  33. features automatic indent, which is useful when entering lines of source code
  34. when programming.
  35.  
  36.     To load a text file use Control+cursor left or right to highlight the
  37. "FILE" menu option then press Control+cursor down. Highlight "Load File" and
  38. hit Return to display the standard GEM file selector. Select the file to load
  39. as usual and click on the OK button.
  40.  
  41.     There is a built in Help screen which is accessed via the "Help" option on
  42. the "INFO" menu. Take a quick peek at this if you're not sure of a command or
  43. function.
  44.  
  45. COMMAND            FUNCTION
  46. Control+Left       Move menu cursor left
  47. Control+Right      Move menu cursor right
  48. Control+Down       Open menu
  49.         Left       Move cursor left
  50.         Right      Move cursor right
  51.         Up         Move cursor up
  52.         Down       Move cursor down
  53.   Shift+Left       Move cursor to left end of line
  54.   Shift+Right      Move cursor to right end of line
  55.   Shift+Up         Move cursor 22 lines up (page up)
  56.   Shift+Down       Move cursor 22 lines down (page down)
  57.         Tab        Move cursor X steps right
  58. Control+Tab        Toggle tab on/off
  59.         Insert     Insert a space under cursor
  60.   Shift+Insert     Insert a new line under cursor
  61. Control+Insert     Toggle insert on/off
  62.         Delete     Delete character under cursor
  63.   Shift+Delete     Delete line at cursor
  64.         Clr/Home   Move cursor to top of screen
  65.   Shift+Clr/Home   Move cursor to bottom of screen
  66.  
  67.  
  68.  
  69.  
  70.