home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / 7EDIT16X.ZIP / CONFIG.NED < prev    next >
Text File  |  1993-05-23  |  1KB  |  50 lines

  1. ' NED v1.6x Configuration File
  2. ' with comments
  3. AUTOSAVE=5
  4. AUTOINDENT=ON
  5. ' If you want the clock on, leave this statement
  6. CLOCK=ON
  7. CMDEXIT=OFF
  8. ' if you have a colour monitor and like background colour, try COLOUR=7,1,0,7
  9. COLOUR=7,0,0,7
  10. ' set this string to your compile command line. Use $ for filename
  11. ' placeholder. This is the default MS 'C' compile.
  12. COMPILE=cl /c /AS /Oc $
  13. ' US users will want to change this to DATEFMT=MDY-
  14. DATEFMT=DMY/
  15. DETAB=OFF
  16. ' Increase this if working with large directories
  17. DIRMAX=512
  18. ENTAB=OFF
  19. ' NED will look for FILES.NED if this is blank
  20. FILE=
  21. FIRSTCOL=1
  22. GOTO=1,1
  23. HARDTAB=OFF
  24. INSERT=OFF
  25. ' If you have a colour monitor, try INTENSITY=12,14
  26. INTENSITY=15,15
  27. INTERWORD= ;,:
  28. ' This is the fastest keyspeed
  29. KEYSPEED=1
  30. ' Standard continuous page layout
  31. LAYOUT=66,3,3,0
  32. ' These are sample macros. Blank to default to no macro file.
  33. MACROS=sample.mcr
  34. ' Reduce this if working with many small files, try MAXLINES=1024
  35. ' this has been set so you can use NED to look at NED.DOC
  36. MAXLINES=6700
  37. ' change this to suite your video adapter. EGA allows EGA43 and VGA allows
  38. ' VGA50. If set to EGA43 or VGA50, will NED will startup in those modes.
  39. MODE=CGA
  40. RULER=ON
  41. SNOW=ON
  42. SORT=DIRECTORY
  43. SOUND=ON
  44. SPOOL=0,128
  45. STRIP=ON
  46. SWAP=ON
  47. TABSET=5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
  48. ' Set to WORDWRAP=1,65 to startup with word wrap on, rh margin at 65
  49. WORDWRAP=0,65
  50.