Advertisement
Guest User

Untitled

a guest
Jun 21st, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # SciTE User Config by Zeex
  2.  
  3. # Maximize the window on program startup
  4. position.maximize=1
  5. # Do not minimize to tray
  6. minimize.to.tray=0
  7.  
  8. # Do not place output pane at the right (shows it at the bottom instead)
  9. split.vertical=0
  10. # Enable edit window's horizontal scrollbar
  11. horizontal.scrollbar=1
  12. # Enable output pane's horizontal scrollbar
  13. output.horizontal.scrollbar=0
  14. # Scroll output down to bottom and return back to the top when finish compiling
  15. output.scroll=1
  16.  
  17. # Enable tab bar
  18. tabbar.visible=1
  19. # Hide tab bar when have only one tab
  20. tabbar.hide.one=1
  21. # Allow showing tabs on multiple lines
  22. tabbar.multiline=1
  23. # Disable toolbar
  24. toolbar.visible=0
  25. # Show status bar
  26. statusbar.visible=1
  27.  
  28. # Display line numbers
  29. line.margin.visible=1
  30. line.margin.width=4
  31.  
  32. # Turn on buffered output
  33. buffered.draw=1
  34.  
  35. # Show full path to file in title bar
  36. title.full.path=1
  37.  
  38. # Do not wrap long lines
  39. wrap=0
  40. # No folding
  41. fold=0
  42.  
  43. # Automatic EOL mode detection
  44. eol.auto=1
  45.  
  46. # Clear output pane before command execution
  47. clear.before.execute=0
  48.  
  49. # HOME key behaviour like in VC++
  50. vc.home.key=1
  51.  
  52. # Display command execution time when it finishes
  53. time.commands=1
  54.  
  55. # Enable directory-specific .properties files
  56. properties.directory.enable=1
  57.  
  58. # Autocompletion
  59. autocompleteword.automatic=1
  60. autocomplete.choose.single=0
  61.  
  62. find.replace.regexp.posix=1
  63.  
  64.  
  65. # Element styles
  66. caret.width=2
  67. caret.period=500
  68. caret.fore=#FF0000
  69. view.whitespace=0
  70. view.indentation.whitespace=1
  71. view.indentation.guides=1
  72. view.indentation.examine=3
  73. highlight.indentation.guides=1
  74. edge.column=200
  75. edge.mode=0
  76. edge.colour=#C0DCC0
  77. braces.check=1
  78. braces.sloppy=1
  79.  
  80. # Checking
  81. are.you.sure=1
  82. are.you.sure.for.build=0
  83. save.all.for.build=1
  84. quit.on.close.last=1
  85. load.on.activate=1
  86. save.on.deactivate=1
  87. are.you.sure.on.reload=1
  88. reload.preserves.undo=1
  89. check.if.already.open=1
  90. open.dialog.in.file.directory=1
  91. strip.trailing.spaces=1
  92. ensure.final.line.end=1
  93. ensure.consistent.line.ends=1
  94. save.deletes.first=1
  95.  
  96. # Session
  97. save.recent=1
  98. save.session=1
  99. session.bookmarks=1
  100. save.position=1
  101.  
  102. # Indentation
  103. tabsize=4
  104. indent.size=4
  105. use.tabs=1
  106. indent.auto=1
  107. indent.automatic=1
  108. indent.opening=0
  109. indent.closing=0
  110. tab.indents=1
  111. backspace.unindents=0
  112.  
  113. # Caret options
  114. caret.policy.xslop=1
  115. caret.policy.width=20
  116. caret.policy.xstrict=0
  117. caret.policy.xeven=0
  118. caret.policy.xjumps=0
  119. caret.policy.yslop=1
  120. caret.policy.lines=1
  121. caret.policy.ystrict=1
  122. caret.policy.yeven=1
  123. caret.policy.yjumps=0
  124. caret.sticky=0
  125.  
  126. # Status Bar
  127. statusbar.number=4
  128. statusbar.text.1=\
  129. li=$(LineNumber) co=$(ColumnNumber) $(OverType) ($(EOLMode)) $(FileAttr)
  130. statusbar.text.2=\
  131. $(BufferLength) chars in $(NbOfLines) lines. Sel: $(SelLength) chars.
  132. statusbar.text.3=\
  133. Now is: Date=$(CurrentDate) Time=$(CurrentTime)
  134. statusbar.text.4=\
  135. $(FileNameExt) : $(FileDate) - $(FileTime) | $(FileAttr)
  136.  
  137. # Define values for use in the imported properties files
  138. chars.alpha=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  139. chars.numeric=0123456789
  140. chars.accented=АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя
  141.  
  142. # Give symbolic names to the set of fonts used in the standard styles.
  143. font.base=font:Courier New,size:10,bold
  144. font.small=font:Courier New,size:8,bold
  145. font.comment=font:Courier New,size:10,bold
  146. font.code.comment.box=$(font.comment)
  147. font.code.comment.line=$(font.comment)
  148. font.code.comment.doc=$(font.comment)
  149. font.code.comment.nested=$(font.comment)
  150. font.text=font:Times New Roman,size:11
  151. font.text.comment=font:Verdana,size:9
  152. font.embedded.base=font:Verdana,size:9
  153. font.embedded.comment=font:Comic Sans MS,size:8
  154. font.monospace=font:Courier New,size:10
  155.  
  156. # Global default styles for all languages
  157. # Default
  158. style.*.32=$(font.base)
  159. # Line number
  160. style.*.33=back:#C0C0C0,$(font.base)
  161. # Brace highlight
  162. style.*.34=fore:#0000FF,bold
  163. # Brace incomplete highlight
  164. style.*.35=fore:#FF0000,bold
  165. # Control characters
  166. style.*.36=
  167. # Indentation guides
  168. style.*.37=fore:#C0C0C0,back:#FFFFFF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement