home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / mac / 1100 / CCE_1149.ZIP / CCE_1149.PD / FED / FED_CFG.DOC next >
Text File  |  1995-02-07  |  6KB  |  124 lines

  1.       ________   ________   ____
  2.      / ______/  / ______/  / __ \
  3.     / /        / /        / /  \ \
  4.        / /_____   / /_____   / /   / /
  5.       / ______/  / ______/  / /   / /
  6.      / /        / /        / /   / /
  7.     / /        / /_____   / /___/ /
  8.    /_/        /_______/  /_______/
  9.  
  10.  
  11.    A folding editor for the Atari ST
  12.  
  13.       By Shawn Hargreaves
  14.  
  15.  
  16. This file contains documentation on the configuration utility (FED_CFG.TOS)
  17. and details of how to install FED. The main documentation is in the file
  18. FED.DOC.
  19.  
  20. To install FED, place the files FED.TOS, FED.CFG, FED.DOC and FED_CFG.TOS 
  21. in the same directory. If you are using a shell that supports environment 
  22. variables, this directory should be included in your PATH. Before using 
  23. FED itself, run FED_CFG.TOS to set up the configuration file FED.CFG. If 
  24. this file already exists FED_CFG will edit it, otherwise it will create a 
  25. new file using the default settings.
  26.  
  27. The configuration program gives you the following options:
  28.  
  29. 1: Use 80 characters in low rez?
  30.    If this option is selected and FED is run in low resolution (40
  31.    columns) it will automatically switch to medium resolution to allow
  32.    the display of 80 columns of text. You should not select this option
  33.    if you are using multitasking software such as MiNT or Mag!X. This is
  34.    the same as using the -w command line option.
  35.  
  36. 2: Use 50 lines in high rez?
  37.    If this option is selected and FED is run in high resolution it will
  38.    display text in 50 line mode instead of the usual 25 lines. This is the
  39.    same as using the -h command line option.
  40.  
  41. 3: Force screen width:
  42. 4: Force screen height:
  43.    If you are using a windowing program such as TOSWIN or a graphics card
  44.    which FED does not recognize, you may have to set these values to the
  45.    width and height of your screen (in characters).
  46.  
  47. 5: Binary mode files:
  48.    This is a list of file extensions, separated by commas. Files with
  49.    these extensions will always be loaded in binary mode, even if the -b
  50.    command line switch is not given.
  51.  
  52. 6: Auto fold files:
  53.    This is a list of file extensions, separated by commas. Files with
  54.    these extensions will be folded as they are loaded, even if the -f
  55.    command line switch is not given.
  56.  
  57. 7: Auto indent on files:
  58.    This is a list of file extensions, separated by commas. Files with
  59.    these extensions will have automatic indentation turned on when they
  60.    are loaded.
  61.  
  62. 8: Word wrap on files:
  63.    This is a list of file extensions, separated by commas. Files with
  64.    these extensions will have word wrap turned on when they are loaded.
  65.  
  66. 9: Word wrap at column:
  67.    The column at which to word wrap, if the file extension is in the word
  68.    wrap list.
  69.  
  70. a: Case sensitive searches?
  71.    Are searches case sensitive by default?
  72.  
  73. b: Tab size:
  74.    FED converts tabs to spaces as they are typed. This is the number of
  75.    spaces that are inserted for each tab.
  76.  
  77. c: Strip spaces on save?
  78.    If this option is selected, FED will replace leading spaces with tabs,
  79.    and will strip trailing spaces from files as they are saved, to conserve
  80.    disk space.
  81.  
  82. d: Print only ASCII characters?
  83.    If this option is selected, FED will replace any characters not in the
  84.    regular ASCII character set (32-126) with spaces during printing,
  85.    to prevent sending accidental control codes to the printer.
  86.  
  87. e: Pass 'touch' to shell?
  88.    If this option is selected, FED will use the shell_p pointer execute a
  89.    'touch' command whenever a file is saved. If you are using my shell
  90.    program (imaginatively called shell, and available from umich and
  91.    hensa.ac.uk) this will tell it when a project file has been altered. If
  92.    you are not using my shell, don't turn this option on.
  93.  
  94. You can also remap any of the control keys used by FED. To do this, simply
  95. press the key that you wish to remap. The configuration program will
  96. display the function code currently mapped to the key, or 0 if it has not
  97. been mapped. You can alter this value to the code of the function you wish
  98. to map the key to (0 to map it to nothing), or press ESC to cancel. Be
  99. warned: if you remap a regular key such as 'a' or SPACE you will not be
  100. able to type it into your files.
  101.  
  102. For convenience, here is a list of all the function codes:
  103.  
  104.    1:  left                  21: search files          41: open file
  105.    2:  right                 22: search case sens.     42: write file
  106.    3:  word left             23: delete prev char      43: print file
  107.    4:  word right            24: delete next char      44: close file
  108.    5:  start of line         25: delete word           45: view files
  109.    6:  end of line           26: delete line           46: next file
  110.    7:  line up               27: mark block            47: save all and exit
  111.    8:  line down             28: kill                  48: quit
  112.    9:  screen up             29: yank                  49: start macro
  113.    10: screen down           30: lower case word       50: end macro
  114.    11: start of file         31: upper case word       51: play macro
  115.    12: end of file           32: transpose chars       52: repeat key
  116.    13: go to line            33: insert ASCII code     53: command to shell
  117.    14: show position         34: insert <CR>           54: play tetris
  118.    15: match brace           35: insert <TAB>          55: change screen mode
  119.    16: fold                  36: set word wrap
  120.    17: expand folds          37: reformat line
  121.    18: next error            38: toggle insert mode
  122.    19: previous error        39: toggle auto indent
  123.    20: search                40: help
  124.