home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / WSPLUS12.ZIP / WSPLUS.CFG < prev    next >
Text File  |  1993-04-15  |  4KB  |  142 lines

  1. //
  2. // Options created by IConfig on 04/13/93 at 03:11 pm
  3. //
  4.  
  5. Config
  6.  
  7. // System/File Options
  8.  
  9. MaxXMS                  = 32767
  10. MaxEMS                  = 32767
  11. SwapPath                = "C:\"
  12. MacPath                 = ""
  13. KbdPath                 = ""
  14. DefaultExt              = "c asm h pas dat bat doc txt s inc"
  15. LoadWildFromDos         = On
  16. LoadWildFromInside      = On
  17. EOLType                 = 3
  18. EOFType                 = 2
  19. MakeBackups             = Off
  20. ProtectedSaves          = On
  21. BackupExt               = ".bak"
  22.  
  23. // Keyboard/Mouse Options
  24.  
  25. UseEnhancedKbd          = On
  26. EquateEnhancedKBD       = On
  27. ShowHelpLine            = On
  28. UseMouse                = On
  29. MouseHoldTime           = 9
  30. MouseRepeatDelay        = 2
  31. LeftHandedMouse         = Off
  32.  
  33. // Command/Format Options
  34.  
  35. MaxHistorySize          = 500
  36. WordSet                 = ChrSet("0-9A-Za-z")
  37. FindOptions             = "I"
  38. ReplaceOptions          = "I"
  39. CenterFinds             = On
  40. Sound                   = On
  41. ChangeShellPrompt       = On
  42. QuitToPrompt            = Off
  43. DateFormat              = 1
  44. DateSeparator           = Asc('/')
  45. TimeFormat              = 2
  46. TimeSeparator           = Asc(':')
  47.  
  48. // Text Entry/Block Options
  49.  
  50. Insert                  = On
  51. AutoIndent              = 2
  52. WordWrap                = Off
  53. ParaEndStyle            = Off
  54. ReturnEqNextLine        = Off
  55. RemoveTrailingWhite     = On
  56. InsertLineBlocksAbove   = Off
  57. UseCurrLineIfNoBlock    = Off
  58. UnMarkAfterPaste        = On
  59. LineDrawChar            = Asc('■')
  60. LineDrawType            = 1
  61.  
  62. // Tab/Margin Options
  63.  
  64. TabType                 = _SMART_
  65. TabWidth                = 4
  66. VarTabs                 = TabSet("4 8 16 24 40")
  67. ExpandTabs              = On
  68. LeftMargin              = 0
  69. RightMargin             = 80
  70.  
  71. // Display/Color Options
  72.  
  73. StatusLineAtTop         = On
  74. StatusLineFillChar      = Asc(' ')
  75. CurrWinBorderType       = 2
  76. OtherWinBorderType      = 2
  77. DisplayBoxed            = 0
  78. InsertCursorSize        = 4
  79. OverwriteCursorSize     = 2
  80. ShowEofMarker           = On
  81. StartupVideoMode        = _AUTO_DETECT_
  82. EliminateSnow           = Off
  83. StartupAttrSet          = _AUTO_DETECT_
  84.  
  85. // Attributes
  86.  
  87. CurrWinBorderAttr       = Color(Bright Cyan on Blue)
  88. OtherWinBorderAttr      = Color(Black on Blue)
  89. MenuTextAttr            = Color(Bright Cyan on Magenta)
  90. MenuTextLtrAttr         = Color(Bright Yellow on Magenta)
  91. MenuBorderAttr          = Color(Bright Yellow on Magenta)
  92. MenuSelectAttr          = Color(Bright White on Cyan)
  93. MenuSelectLtrAttr       = Color(Bright Yellow on Cyan)
  94. BlockAttr               = Color(Bright White on Black)
  95. CursorInBlockAttr       = Color(Bright Cyan on Black)
  96. CursorAttr              = Color(Bright Cyan on Blue)
  97. HiLiteAttr              = Color(Bright White on Cyan)
  98. TextAttr                = Color(Bright White on Blue)
  99. EofMarkerAttr           = Color(Bright White on Black)
  100. MsgAttr                 = Color(Bright White on Magenta)
  101. StatusLineAttr          = Color(Bright White on Magenta)
  102.  
  103. // Alternate Attributes
  104.  
  105. AltCurrWinBorderAttr    = Color(Bright White on Black)
  106. AltOtherWinBorderAttr   = Color(White on Black)
  107. AltMenuTextAttr         = Color(White on Black)
  108. AltMenuTextLtrAttr      = Color(Bright White on Black)
  109. AltMenuBorderAttr       = Color(White on Black)
  110. AltMenuSelectAttr       = Color(Black on White)
  111. AltMenuSelectLtrAttr    = Color(Bright White on Black)
  112. AltBlockAttr            = Color(Black on White)
  113. AltCursorInBlockAttr    = Color(Black on White)
  114. AltCursorAttr           = Color(Bright White on Black)
  115. AltHiLiteAttr           = Color(Black on White)
  116. AltTextAttr             = Color(White on Black)
  117. AltEofMarkerAttr        = Color(Bright White on Black)
  118. AltMsgAttr              = Color(Bright White on Black)
  119. AltStatusLineAttr       = Color(Black on White)
  120.  
  121. // Print Output Options
  122.  
  123. PrintLeftMargin         = 0
  124. PrintRightMargin        = 0
  125. PrintTopMargin          = 0
  126. PrintBotMargin          = 0
  127. PrintLinesPerPage       = 0
  128. PrintLineSpacing        = 1
  129. PrintHeader             = ""
  130. PrintFooter             = ""
  131. PrintDevice             = "lpt1"
  132. PrintInit               = ""
  133. PrintFirstPage          = 0
  134. PrintLastPage           = 0
  135. PrintCopies             = 1
  136. PrintLineNumbers        = Off
  137. PrintAddFF              = On
  138. PrintPause              = Off
  139. PrintUseFF              = On
  140.  
  141. EndConfig
  142.