home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / personal / gitarid.zip / EDIT.HLP < prev    next >
Text File  |  1993-03-26  |  5KB  |  184 lines

  1.  
  2.          tde, the Thomson-Davis Editor
  3.                   Version 1.3
  4.  
  5.  
  6.  Usage:
  7.   At the command line (OUTSIDE GUN, but under 
  8.   Utilities within GUN) type:
  9.  
  10.         tde [file name(s)]
  11.  
  12.   For example:
  13.  
  14.         tde
  15.         tde foo.bar
  16.         tde c:\c60\tde\main.c
  17.         tde *.c  \qc25\tde\*.h
  18.         tde foo.bar  foobar  f*  foo.*  f??b??
  19.  
  20.   tde will handle files as large 470k.  If you try 
  21.   to edit a file larger than 470k, only the first 
  22.   portion of the file is loaded into tde.  With
  23.   DOS 5.0, you can edit files as large as 520k if 
  24.   you load DOS high. tde will handle lines as long
  25.   as 255 characters. Only the first 255 characters 
  26.   of long lines are handled - long lines are not 
  27.   truncated.
  28.  
  29.  
  30.                    FEATURES
  31.  
  32.  Blocks:
  33.   Line, stream, and box blocks.
  34.   Move, delete, copy, kopy, overlay, and fill
  35.   block options.
  36.   Block actions within or between files.
  37.  
  38.  Files:
  39.   Multiple files limited only by memory.
  40.  
  41.  Windows:
  42.   Multiple windows limited only by memory.
  43.   Split screen horizontally.
  44.   Changes to text in one window are updated in all
  45.   windows of same file.
  46.   Interactively resize windows.
  47.   Two windows of same size so two files can be 
  48.   easily compared.
  49.  
  50.  Search/Replace:
  51.   Ignore or Match case of pattern.
  52.   Prompt or no prompt replace.
  53.   Boyer-Moore pattern matching algorithm.
  54.  
  55.  User Configuration:
  56.   Ability to assign any editor function to any 
  57.   recognized function key.
  58.   Redefine color attributes in all editor fields.
  59.   Change default editor settings.
  60.  
  61.  Other:
  62.   Split/join line.
  63.   Lines as long a 255 characters.
  64.   Paren balance.
  65.   Mode/information line.
  66.   Cursor sync.
  67.   User definaeble configuration
  68.  
  69.  
  70.            COMMANDS
  71.  
  72.       Word Processing          
  73.  
  74.  Ctrl+F6   - set left margin        
  75.  Ctrl+F7   - set right margin       
  76.  Ctrl+F8   - set paragraph margin   
  77.  Alt+N     - format text            
  78.  Alt+F7    - format paragraph       
  79.  Alt+F8    - Left
  80.  Alt+F9    - Right
  81.  Alt+F10   - Center line        
  82.                               
  83.     Window Commands           
  84.  
  85.  F9        - split window          
  86.  Shift+F9  - resize window         
  87.  Ctrl+F9   - zoom window           
  88.  F10       - next window           
  89.  Ctrl+F10  - next hidden window    
  90.                               
  91.    Find/Replace commands      
  92.  
  93.  Shift+F5  - find forward           
  94.  Shift+F6  - find backward          
  95.  F5        - repeat find forward    
  96.  F6        - repeat find backward   
  97.  Shift+F7  - replace forward        
  98.  Shift+F8  - replace backward       
  99.  
  100.    Block commands       
  101.  
  102.  Alt+B     - mark box block     
  103.  Alt+L     - mark line block    
  104.  Alt+X     - mark stream block  
  105.  Alt+U     - unmark block       
  106.  Alt+G     - group delete block 
  107.  Alt+M        - move block         
  108.  Alt+C        - copy block         
  109.  Alt+K        - kopy block         
  110.  Alt+O        - overlay box block  
  111.  Alt+P        - print file/block   
  112.  Alt+W        - write block to file
  113.  Alt+E        - block expand tabs  
  114.  Alt+F        - fill box block     
  115.  Alt+<        - block to upper case
  116.  Alt+>        - block to lower case
  117.  Alt+?        - block strip hi bit 
  118.  
  119.      Toggles 
  120.  
  121.  Ctrl+F1   - toggle cursor sync
  122.  Ctrl+F2   - toggle eol        
  123.  Ctrl+F3   - toggle CRLF       
  124.  Ctrl+F4   - toggle trim       
  125.  Ctrl+F5   - toggle search case
  126.  
  127.    File commands        
  128.  
  129.  F2        - save    
  130.  F3        - quit    
  131.  F4        - file    
  132.  Shift+F2  - save as        
  133.  Shift+F4  - edit file      
  134.  Alt+F2    - file attributes
  135.  Alt+F4    - edit next file 
  136.                         
  137.     Other commands      
  138.  
  139.  ESC       - undo line      
  140.  Alt+=     - dup line      
  141.  Alt+Y     - undelete lines
  142.  Alt+A     - add line      
  143.  Alt+S     - split line    
  144.  Alt+J     - join line     
  145.  Alt+T     - set tabs      
  146.  Ctrl+]    - paren balance  
  147.  Alt+V        - toggle word wrap   
  148.  Alt+I        - toggle indent mode 
  149.  Alt+Z     - toggle Ctrl+Z at eof
  150.  Ins       - toggle insert  
  151.  
  152.  
  153.  
  154.      ACKNOWLEDGEMENT
  155.  
  156.  
  157.  author:         Frank Davis
  158.                  January 20, 1992
  159.                  fmdAlt+tifton.bitnet
  160.  home address:   102 Starr Street
  161.                  Tifton, Georgia  31794
  162.  work address:   U.S. Dept. of Agriculture
  163.                  P.O. Box 946
  164.                  Tifton, Georgia  31793
  165.  
  166.  
  167.  Based on an editor by:  Douglas Thomson
  168.                         c/- Computing
  169.                         M.U.C.G.
  170.                         Switchback Road
  171.                         Churchill
  172.                         Victoria   3842
  173.                         AUSTRALIA
  174.                         dougAlt+giaea.oz
  175.  
  176.  Contributions by:
  177.  
  178.    Tom Waters, twatersAlt+nswc-wo.navy.mil
  179.  
  180.  
  181.  
  182.  
  183.  
  184.