home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / os2 / te265os2.zip / README.1ST < prev    next >
Text File  |  1993-03-27  |  4KB  |  100 lines

  1. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  2. ▌              G E N E R A L   I N F O R M A T I O N           Page 1 ▐
  3. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  4. Tech-Edit (Technical Editor) is a FAST full featured programmers' editor.
  5. Tech-Edit was written with the idea of creating the fastest multi-window
  6. text editor available for OS/2 2.0.
  7.  
  8. Shareware distribution of Tech-Edit includes a full featured OS/2
  9. version of the editor. Upon registration we will send you:
  10.  
  11. - Latest Release of
  12.     o 32 Bit OS/2 version
  13.     o Printed Manual
  14.     o Source code (Optional)
  15.  
  16. Tech-Edit is a general purpose source code editor. It provides a fast
  17. multi-window and multi-file editing environment for programmers.
  18.  
  19. Tech-Edit uses a unique combination of editing windows and screens.
  20. An  editing  session  can  be  broken up into multiple screens;
  21. in turn, each screen may be broken up into multiple windows
  22. (16 per screen).
  23.  
  24. The  Technical  Editor  was designed with enough features to make
  25. most editing chores simple. The most noted features:
  26.  
  27. .   25,43,50 line modes 
  28. .   Multiple screens and windows
  29. .   UNDO last 1000 text changes
  30. .   Keyboard re-definition
  31. .   Line and rectangular block marking
  32. .   Selection box for file loading (moves through directories)
  33. .   Auto word search (searches for word under cursor)
  34. .   Binary and read only editing modes
  35. .   Bookmarks (up to 5)
  36. .   Bracket matching
  37. .   Extended ASCII character set
  38. .   File based keymap configurations
  39. .   Window selection list to go from window to window
  40. .   Interactive editor configuration
  41. .   Keyboard macros
  42. .   Regular expression search and replace
  43.  
  44. Tech-Edit is a shareware product; before using it you must
  45. read the license agreement (license.txt).
  46.  
  47. Included in the evaluation .ZIP file are:
  48.  
  49. readme.1st   - General product information plus.
  50.  
  51. license.txt  - License agreement and registration/order form
  52.  
  53. t32.exe      - Technical Editor Executable
  54.  
  55. t.hlp        - Technical Editor Help file
  56.  
  57. prob.rep     - Form for reporting Tech-Edit problems.  Please use
  58.                this form whether or not you are a registered user.
  59.                FAX, E-Mail or US Mail it to us.
  60. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  61. ▌                 H E L P F U L L   H I N T S                  Page 2 ▐
  62. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  63.  
  64. Copy "t32.exe" and "t.hlp" files into a directory included in your "PATH"
  65.  
  66. Usage:  t [-prb] file1.ext file2.ext ... filen.ext
  67.           flags and filespecs are optional;
  68.               -p Choose file to edit through file pick list
  69.               -r Bring up file in read-only mode (allows no changes)
  70.               -b Bring up file in binary mode (fixed line length and
  71.                  no CR-LF translation)
  72.  
  73.           Valid wild card characters (*?) can be used for file names.
  74.  
  75. Executing "t32.exe" without any arguments brings up a pick-list window with
  76. all the files and directories in the current directory.
  77.  
  78. Commands for getting started:
  79.  
  80. F1              HELP
  81. ALT-C           Editor configuration  (change defaults)
  82. Alt-D           Delete current line
  83. Alt-K           Delete to end of line
  84. Alt-L           BLOCKING: Mark lines for Copy/Delete/Cut
  85. Alt-B           BLOCKING: Rectangle mark for Copy/Delete/Cut/Indent
  86. Alt-I           BLOCKING: Paste current cut buffer
  87. Alt-G           Goto line
  88. Ctrl-U          Undo last file modification
  89. Alt-Z           Exit and save all changed files
  90. Alt-X+N         Exit and discard all changed files
  91. Alt-Q           Exit and prompt to save for each changed file
  92. Alt-F+S         Save current buffer
  93. Ctrl-S+F or F3  Search forward
  94. Ctrl-F          Repeat last search
  95. Alt--   or F9   Previous screen
  96. Alt-=   of F10  Next screen
  97. Ctrl-K+D        Key re-define (change action of any given key sequence)
  98. Ctrl-K+S        Save current keymap
  99.  
  100.