home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / pc_sedit.zip / SE.INI < prev   
Text File  |  1996-08-10  |  6KB  |  143 lines

  1. ;            ***********************
  2. ;               *        SE.INI       *
  3. ;                ***********************
  4. ;
  5. ;Configuration file for Smooth Editor
  6. ;
  7. ;Some of these settings can be overridden by command line options. Use the
  8. ; SE /? command for more information.
  9.  
  10. ;
  11. ; STARTUP OPTIONS
  12. ; ---------------
  13. ;
  14. WordWrapOnStartup=0;    (min:0,max:1,default:0) If this is 1, typing beyond the
  15. ;            right border of the screen will move the current word
  16. ;            to the next line.
  17. TabRepeatOnStartup=0;     (min:0,max:1,default:0) If this is 1, pressing Enter on
  18. ;            a line starting with tabs will automatically start the
  19. ;            next line with the same number of tabs.
  20. ViewModeOnStartup=0;    (min:0,max:1,default:0) If this is 1, Smooth Editor will
  21. ;            start up in View Mode. This means that files can only be
  22. ;            viewed, not edited.
  23. ExtSortOnStartup=1;    (min:0,max:1,default:1) If this is 1, file lists in 
  24. ;            Smooth Editor will be sorted on extension. If it is 0,
  25. ;            file lists will be sorted on whole file names.
  26. FileDialogOnStartup=1;  (min:0,max:1,default:1) If this is 1 and Smooth Editor
  27. ;            is executed without file name, it starts in the File
  28. ;            Open dialog window. If it is 0 Smooth Editor starts with
  29. ;            an empty file.
  30.  
  31. ;
  32. ; SCROLLING OPTIONS
  33. ; -----------------
  34. ;
  35. SmoothScrolling=2;    (min:0,max:3,default:2) When to use Smooth scrolling.
  36. ;            Value 0: Never use Smooth scrolling
  37. ;            Value 1: Only use Smooth scrolling on arrow up and down
  38. ;            Value 2: Use Smooth scrolling always, except for long
  39. ;                     vertical scrolls, where the program cuts to the
  40. ;                     destination immediately (default value)
  41. ;            Value 3: Always use Smooth scrolling.
  42. SpeedUp=2;         (min:1,max:160,default:2)
  43. SpeedDown=2;         (min:1,max:160,default:2) Scroll speed when using arrow
  44. ;                up or arrow down (in lines/frame).
  45. SpeedPageUp=8;        (min:1,max:160,default:8)
  46. SpeedPageDown=8;    (min:1,max:160,default:8) Scroll speed when using PageUp
  47. ;                or PageDown (in lines/frame).
  48. SpeedQuickScrollUp=1;    (min:0,max:2,Default:1)
  49. SpeedQuickScrollDown=1; (min:0,max:2,Default:1) When to use Quick Scroll on
  50. ;                PageUp or PageDown. Quick Scroll uses a speed
  51. ;                of 16 lines/frame, which is usually higher than
  52. ;                SpeedPageUp or SpeedPageDown.
  53. ;               Value 0: Do not use Quick Scroll.
  54. ;            Value 1: Only use Quick Scroll when PageUp or PageDown
  55. ;                 is tipped shortly. If PageUp or PageDown is
  56. ;                 sustained, the scroll speed will not exceed
  57. ;                 SpeedPageUp or SpeedPageDown.
  58. ;            Value 2: Always use Quick Scroll on PageUp or PageDown.
  59. ;                 If after a one-page scroll PageUp or PageDown
  60. ;                 is still pressed, the scroll speed will settle
  61. ;                 on SpeedPageUp or SpeedPageDown.
  62. SpeedAccelerateLowDelay=1;  (min:0,max:160,default:1) Delay in Acceleration used
  63. ;                when using Ctrl+PageUp or Ctrl+PageDown (in
  64. ;                frames/lines/frames = 1/lines).
  65. SpeedAccelerateHighDelay=8; (min:0,max:160,default:8) Delay in Acceleration used
  66. ;                when using Ctrl+Up or Ctrl+Down (in
  67. ;                frames/lines/frames = 1/lines).
  68.  
  69. ;
  70. ;COLOR OPTIONS
  71. ;-------------
  72. ;
  73.  
  74. ;Palette Colors: Given in Red, Green, Blue. Values range from 0 to 63.
  75. ;
  76. Palette00 =    0,    0,    0    ;Default :  0, 0, 0 (Black)
  77. Palette01 =    20,    45,    47    ;Default : 20,45,47 (Cyan)
  78. Palette02 =    42,    42,    42    ;Default : 42,42,42 (White)
  79. Palette03 =    16,    16,    16    ;Default : 16,16,16 (Grey)
  80. Palette04 =    58,    58,    58    ;Default : 58,58,58 (Bright white)
  81. Palette05 =    0,    0,    42    ;Default :  0, 0,42 (Blue)
  82. Palette06 =    10,    10,    10    ;Default : 10,10,10 (Dark grey)
  83. Palette07 =    20,    0,    0    ;Default : 20, 0, 0 (Dark red)
  84. Palette08 =    0,    0,    0
  85. Palette09 =    0,    0,    0
  86. Palette10 =    0,    0,    0
  87. Palette11 =    0,    0,    0
  88. Palette12 =    0,    0,    0
  89.  
  90.  
  91. ;Color Use: Colorname=backgroundcolor,foregroundcolor
  92. ;Backgroundcolor and foregroundcolor are chosen from the Palette Colors.
  93. ;For ColorFrame only one color is needed.
  94. ;
  95. ;
  96. ;Text colors:
  97. ;
  98. ;Colorname = colorcodes          Used for instance in:
  99. ;-----------------------------------------------------
  100. ColorText = 0,1            ;e.g. this text
  101. ColorSelectedText = 2,0        ;e.g. selected text
  102. ColorFrame = 7            ;Edge of the screen.
  103. ;
  104. ;
  105. ;Status bar colors (Line at the bottom of the screen):
  106. ;
  107. ;Colorname = colorcodes          Used for instance in:
  108. ;-----------------------------------------------------
  109. ColorStatusActive = 7,2        ;File name (below left).
  110. ColorStatusInactive = 7,3       ;OVR when INSert is enabled.
  111. ColorStatusMessage = 5,4        ;'Esc:Menu F1:Help' message on startup.
  112. ;
  113. ;
  114. ;Menu colors:
  115. ;
  116. ;Colorname = colorcodes          Used for instance in:
  117. ;-----------------------------------------------------
  118. ColorMenuSelectedHotkey = 5,4    ;F in File when opening menu
  119. ColorMenuSelectedText = 5,2     ;Last 3 letters in File when opening menu.
  120. ColorMenuHotkey = 0,4        ;E in Edit when opening menu
  121. ColorMenuText = 0,2        ;Last 3 letters in Edit when opening menu.
  122. ColorMenuLines = 0,5        ;Lines around menu
  123. ;
  124. ;
  125. ;Window colors (e.g. the window that pops up after selecting Open... from the 
  126. ;  file menu. The examples below are from this window):
  127. ;
  128. ;Colorname = colorcodes          Used for instance in 'Open...' window for:
  129. ;--------------------------------------------------------------------------
  130. ColorWindowLines = 0,5        ;Double lines around window
  131. ColorWindowTitle = 5,4          ;'Open...' text at top of window
  132. ColorWindowText = 0,2           ;'Filename:' text in left top of window
  133. ColorWindowTextHighlight = 0,4    ;'*' at 'extension sorting' option
  134. ColorWindowEdit = 6,2        ;Names in list with other extensions than
  135.                 ;     .txt, .ini, .doc etc.
  136. ColorWindowEditHighlight = 6,4    ;Names in list with extensions like .txt,
  137.                 ;     .ini, .doc etc.
  138. ColorWindowSelectedText = 5,2   ;Selected names in list with other 
  139.                 ;     extensions than .txt, .ini, .doc etc.
  140. ColorWindowSelectedTextHighlight = 5,4 ;Selected names in list with 
  141.                 ;     extensions like    .txt,
  142.  
  143. ;end of SE.INI