home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / editor / easy225.lzh / EE.CFG < prev    next >
Text File  |  1989-06-01  |  2KB  |  108 lines

  1. ; This is EE.CFG - the configuration file for EasyEdit II  v2.10
  2.  
  3. ; Lines starting with a ';' are ignored
  4.  
  5. ; Any parameter starting with a '%' is taken as an environment variable
  6. ; and is substituted at run-time
  7.  
  8.  
  9. ; Set READROW to ON if you wish to set the cursor
  10. ; to the last row and column edited
  11.  
  12. READROW ON
  13.  
  14. ; Set WRITER_C to OFF if you want to avoid all those R_C files
  15. ; Remember, this will automatically turn OFF the READROW option
  16.  
  17. WRITER_C ON
  18.  
  19. ; Set EDLAST to ON if you wish to edit the last
  20. ; file edited
  21.  
  22. EDLAST ON
  23.  
  24. ; Set AUTOSAVE to ON if you wish for timed backups
  25.  
  26. AUTOSAVE ON
  27.  
  28. ; Set the SAVETIME to the backup frequency
  29.  
  30. SAVETIME 10
  31.  
  32. ; Set LEFTUP to ON if you wish the left arrow to 'wrap' back to the
  33. ; previous line
  34.  
  35. LEFTUP OFF
  36.  
  37. ; set RIGHTDOWN to ON if you wish the right arrow to 'wrap' down to the
  38. ; next line
  39.  
  40. RIGHTDOWN OFF
  41.  
  42. ; Change the format character from @ to anything to match your favourite
  43. ; work processor
  44.  
  45. FORMATCHAR @
  46.  
  47. ; Set ENDHOME to ON if you wish the double striking of <END> or <HOME> to
  48. ; move the cursor down or up the file
  49.  
  50. ENDHOME ON
  51. ;
  52. ; Set SEARCHINIT to the default search options
  53.  
  54. SEARCHINIT U
  55.  
  56. ; Set ABRMEM to the name of a local Abbreviation file which remains in
  57. ; memory all the time
  58.  
  59. ABRMEM EEMEM.ABR
  60.  
  61. ; Set ABRFILE to the name of the abbreviation file which is searched if
  62. ; the abbr. is not found in the ABRMEM file
  63.  
  64. ABRFILE EEFILE.ABR
  65.  
  66. ; Set COLFILE to the name of any color files
  67.  
  68. COLFILE EECOLORF.ILE
  69.  
  70. ; Set the LOADMACRO file to be any .MAC file in the 'home' directory
  71.  
  72. ;LOADMACRO INIT.MAC
  73.  
  74. ; Set the macro number to anything between 1 and 9 to automatically run
  75. ; that macro on entry into EasyEdit II
  76.  
  77. ;RUNMACRO 1
  78.  
  79. ; Set the MOUSE to OFF to disable the use of the mouse
  80.  
  81. MOUSE ON
  82.  
  83. ;Set TOCSEPARATOR to the .... at the end - enclose them in '' as below
  84. ; so a space will be accepted
  85.  
  86. TOCSEPARATOR '.'
  87.  
  88. ; Do we have 'Chapter' before level 0 ?
  89.  
  90. TOCCHAPTER ON
  91.  
  92. ; Length of TOC line before the pagenumbers
  93.  
  94. TOCLENGTH 60
  95.  
  96. ; Print TOC numbers ?
  97.  
  98. TOCNUMBERS OFF
  99.  
  100. ; Indent numbers ?
  101.  
  102. TOCINDENT OFF
  103.  
  104. ; Set FINDSTART to ON to position the cursor at the start of the found
  105. ; string
  106.  
  107. FINDSTART OFF
  108.