home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / textedit / wp4prog.zip / WP4PROG.CFG < prev    next >
Text File  |  1993-04-22  |  5KB  |  143 lines

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