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