home *** CD-ROM | disk | FTP | other *** search
-
- // -------------------------------------------------------------------
- // The Aurora Editor v2.1
- // Copyright 1993-1995 nuText Systems. All Rights Reserved Worldwide.
- //
- // Configuration Settings (included by MAIN.AML)
- //
- // To change a configuration setting, locate the desired setting in this
- // file and type in the new value for the setting. Do not change the
- // name of the setting. Character and string values should be enclosed
- // in quotes.
- //
- // When you are finished, save this file and select 'Recompile the
- // Editor' from the Set menu. Exit and re-enter the editor for your
- // changes to take effect.
- // -------------------------------------------------------------------
-
-
- // Video options -----------------------------------------------------
-
- set VidCols 0 // video columns (0=default)
- set VidRows 0 // video rows (0=default)
- set VidStr "░" // video background fill string
- // (null=use existing bkgnd)
-
- // Mouse options -----------------------------------------------------
-
- set Mouse "y" // (y/n) enable/disable mouse
- set MouseOpt '' // mouse options:
- // r=reverse mouse buttons
- // d=hide mouse after keystroke
-
- set MouSenX 6 // x sensitivity (lower=more sensitive)
- set MouSenY 13 // y sensitivity (lower=more sensitive)
- set MouDST 57 // double-speed threshold
-
- set MouDouble 300 // double-click interval (in msec)
- set MouHold 300 // mouse hold time (in msec)
- set MouDelay 0 // mouse scrolling delay (in msec)
- // 0=fast (try 0,8,16,24,30)
-
- set MouMark "s" // default mark type on single
- // click & drag:
- // k=column
- // l=line
- // s=stream
-
- set MouMarkD "l" // default mark type on double-click
- // & drag (see MouMrkS above)
-
- // Word Processing options -------------------------------------------
-
- set TabWidth 8 // tab width for interval tabs
- set VarTabs "4 8 16 24 50 72" // tab stops for variable tabs
- set LMargin 1 // left margin
- set RMargin 72 // right margin
-
-
- // Open options ------------------------------------------------------
-
- set OpenOpt "f" // default open options
- // z=maximize
- // f=full screen
- // c=cascade
- // n=minimize
- // h=horz split
- // v=vert split
- // e=use same window
-
- set LineDlm "0D0A" // default line delimiter str (in hex)
- // 0D0A=CR/LF
- // 0A=LF
- // 0D=CR
-
- set BinaryLength 64 // default binary line length
-
- set TruncLength 0 // maximum line length at load
- // (0=editor maximum)
-
-
- // Default File Extensions -------------------------------------------
-
- set DefExt "c h cpp doc dox aml txt asm pas inc bat" //
-
-
- // Save options ------------------------------------------------------
-
- set BackupDir '' // backup directory (null=directory
- // of file). Note: backslash chars
- // (\) must be entered twice
- // within quotes. For example:
- // 'd:\\backup\\aurora'
-
- set BackupExt "BAK" // backup file extension
-
- set SaveOpt "t" // save options
- // e=entab while saving
- // t=trim trailing blanks
- // (non-binary only)
- // x=don't save fold comments
- // (even if comments are defined)
- // z=append ctrl-z to end-of-file
-
- set FoldSign " [fold] " // fold comment signature
-
- set AutoSave 0 // default seconds between automatic
- // saves (0=OFF)
-
-
- // Editing options ---------------------------------------------------
-
- set DefaultSet "abiux" // default window settings for new
- // edit windows:
- // a=Autoindent
- // b=Backup
- // d=Draw Mode
- // i=Insert Mode (also in prompts)
- // l=Live Word Wrap
- // m=Match Character
- // s=Smart tabs
- // t=Translate
- // u=Undo enabled
- // v=Variable tabs
- // w=Word Wrap (standard)
- // x=Syntax Highlighting
-
- set UndoSize 300 // undo/redo stack size
- set HistSize 50 // prompt history size
- set ClipName "clip" // default clipboard name
-
- set EnterIns "s" // <enter> key behavior in INS mode
- // s=split line
- // i=insert line
- // null=move to start of next line
-
- set EnterOvl "n" // <enter> key behavior in OVL mode
- // (see EnterIns above)
-
- set TabShift "y" // (y/n) shift text on tab left or
- // tab right in Ins mode
-
- set DelJoin "y" // (y/n) join lines if delete char
- // at end-of-line
-
- set BakJoin "y" // (y/n) join lines if backspace at
- // column one
-
- set BakOvl "n" // (y/n) backspace overlay if not
- // in insert mode
-
- set InsAbove "n" // (y/n) insert line blocks above
- // current line (copy, move, paste)
-
- set CopyLine "y" // (y/n) copyblock repeats current
- // line if nothing marked
-
- set DelLine "n" // (y/n) deleteblock deletes current
- // line if nothing marked
-
- set FormatOpt "kr" // text reformatting options
- // j=justify both left and right
- // k=keep spaces
- // r=keep first-line indent
- // when no mark:
- // c=advance cursor
- // e=format to paragraph-end only
-
- set SortOpt "ac" // block sorting options
- // a=ascending
- // c=case sensitive
- // d=descending
- // i=ignore case
-
- set CurHigh "y" // (y/n) highlight the cursor line
-
- set LineStyle 0 // default line draw style
- // 0=single
- // 1=double horizontal only
- // 2=double vertical only
- // 3=double
- // 4=eraser
-
- set MultCopy "n" // (y/n) allow loading of same file
- // or directory more than once
-
- set EOTLine '' // end-of-text string (null=default)
-
-
- // Default Search options --------------------------------------------
-
- set SearchOpt "i" // default search options
- // b=block only
- // g=global
- // i=ignore case
- // r=search in reverse
- // s=skip closed folds
- // w=whole words only
- // x=regular expression
-
- set ReplaceOpt '' // default replace options
- // a=replace all
-
-
- // Window options ----------------------------------------------------
-
- set EditStyle "hmnvs" // edit window style
- // h=horz scrollbar
- // m=menu
- // n=north title
- // s=south title
- // v=vert scrollbar
- // 2=toolbar
- // >=north title in border
- // <=south title in border
- // z=south title bar controls
-
- set EditTitle "nl" // edit window title location
- // n=north
- // s=south
- // l=left justified
- // c=centered
- // r=right justified
-
- set EditStatus "nr" // edit window status location
-
- set FmgrStyle "hmnsv" // file mgr window style
- set FmgrTitle "nl" // file mgr window title location
- set FmgrStatus "sl" // file mgr window status location
-
- set PromptStyle 2 // default prompt style
- // c=command line
- // 1=one-line box
- // 2=two-line box
- // d=dlgbox
-
- set BoxStyle "i1" // one and two line box prompt style
- // f=flat
- // i=3D-in
- // o=3D-out
- // 0-6=border style
-
- set DlgStyle "i1" // dialog box style (see BoxStyle)
-
-
- // File Manager options ----------------------------------------------
-
- set FmgrOpt "dh1" // file manager options
- // d=subdirectories
- // h=hidden & system files
- // k=file sizes in 1k increments
- // 1=directories first when sorting
- // by name
-
- set FmgrSort "n" // default file manager sort
- // n=file name
- // e=file extension
- // s=file size
- // d=file date/time
- // o or null=OS default order
-
- set FmgrQuit "n" // (y/n) close file mgr window when
- // opening file from file mgr
-
-
- // Print options -----------------------------------------------------
-
- set PrtDev "prn" // printer device name
- set PrtPag 0 // lines per page (0=continuous)
- set PrtSpace 1 // line spacing
- set PrtCop 1 // number of copies to print
-
- set PrtIni '' // printer specific initialization
- // string
-
- set PrtTop 0 // top margin
- set PrtBot 0 // bottom margin
- set PrtLeft 0 // left margin
- set PrtRight 0 // right margin
-
- set PrtOpt "ehps" // default print options
- // h=header
- // f=footer
- // p=page numbers
- // l=line numbers
- // e=eject when done
- // s=separator line
-
-
- // Desktop options ---------------------------------------------------
-
- set SavePosition "y" // (y/n) remember window sizes,
- // cursor positions, and settings
-
- set SaveDialog "y" // (y/n) remember dialog box and
- // named popup menu positions
-
- set SaveHistory "y" // (y/n) save window/cursor position
- // and prompt history on exit and
- // reload on entry
-
- set SaveMac "n" // (y/n) save all key macros to
- // A.MAC on exit and reload on
- // entry
-
- set ExitOpen "n" // (y/n) display open prompt on exit
-
- set BootOpt "d" // action to take when starting the
- // editor with no filespec
- // d=display last desktop
- // f=display file manager
- // n=edit new file
- // o=display open prompt
-
-
- // Miscellaneous options ---------------------------------------------
-
- set TileSplit 3 // number of tiles allowed before
- // 2nd split when tiling windows
-
- set MenuCursor '' // display the hardware cursor on
- // menus and the file manager
- // (helpful for blind users)
- // i=use insert cursor size
- // o=use overstrike cursor size
- // n,null=no hardware cursor
-
-
- // Character sets ----------------------------------------------------
-
- set CSetA "a-zA-Z0-9_" // char set A
- set CSetB "a-zA-Z0-9_()./\\\\@{}~:^!#$%&`'-" // char set B
- set CSet "a-zA-Z0-9_" // default character set
-
-
- // Translation options -----------------------------------------------
-
- set TranObj "tran" // translation object name
- set TranCSet "a-zA-Z0-9_;" // translation lookup char set
-
-
- // Confirmation options ----------------------------------------------
-
- set ConDel "y" // (y/n) confirm on file delete
- set ConRpl "y" // (y/n) confirm on file replace
- set ConTch "y" // (y/n) confirm on file touch
-
-
- // Border options ----------------------------------------------------
-
- set Shadow 1 // shadow thickness
-
- set BorderStyle 0 // default window border style
- // 0=expanded
- // 1=single
- // 2=double horz
- // 3=double vert
- // 4=double
- // 5=solid
- // 6=blank
-
- // for expanded borders (BorderStyle=0):
- set BorX 1 // x border thickness
- set BorY 1 // y border thickness
- set BorO 2 // corner overlap length
-
-