Advertisement
Guest User

Untitled

a guest
Jun 13th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Copy this file to %UserProfile%\SciteUser.properties
  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 (show 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 tab on multiple lines
  22. tabbar.multiline=1
  23. # Disable toolbar (those useless buttons just take away the screen space!)
  24. toolbar.visible=0
  25. # Show status bar (shows line and column position etc)
  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 opened 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 behaves 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.  
  63. # Element styles
  64. caret.width=2
  65. caret.period=500
  66. caret.fore=#FF0000
  67. view.whitespace=0
  68. view.indentation.whitespace=1
  69. view.indentation.guides=1
  70. view.indentation.examine=3
  71. highlight.indentation.guides=1
  72. edge.column=200
  73. edge.mode=0
  74. edge.colour=#C0DCC0
  75. braces.check=1
  76. braces.sloppy=1
  77.  
  78. # Checking
  79. are.you.sure=1
  80. are.you.sure.for.build=0
  81. save.all.for.build=1
  82. quit.on.close.last=1
  83. load.on.activate=1
  84. save.on.deactivate=1
  85. are.you.sure.on.reload=1
  86. reload.preserves.undo=1
  87. check.if.already.open=1
  88. open.dialog.in.file.directory=1
  89. strip.trailing.spaces=1
  90. ensure.final.line.end=1
  91. ensure.consistent.line.ends=1
  92. save.deletes.first=1
  93.  
  94. # Session
  95. save.recent=1
  96. save.session=1
  97. session.bookmarks=1
  98. save.position=1
  99.  
  100. # Indentation
  101. tabsize=4
  102. indent.size=4
  103. use.tabs=1
  104. indent.auto=1
  105. indent.automatic=1
  106. indent.opening=0
  107. indent.closing=0
  108. tab.indents=1
  109. backspace.unindents=0
  110.  
  111. # Caret options
  112. caret.policy.xslop=1
  113. caret.policy.width=20
  114. caret.policy.xstrict=0
  115. caret.policy.xeven=0
  116. caret.policy.xjumps=0
  117. caret.policy.yslop=1
  118. caret.policy.lines=1
  119. caret.policy.ystrict=1
  120. caret.policy.yeven=1
  121. caret.policy.yjumps=0
  122. caret.sticky=0
  123.  
  124. # Status Bar
  125. statusbar.number=4
  126. statusbar.text.1=\
  127. li=$(LineNumber) co=$(ColumnNumber) $(OverType) ($(EOLMode)) $(FileAttr)
  128. statusbar.text.2=\
  129. $(BufferLength) chars in $(NbOfLines) lines. Sel: $(SelLength) chars.
  130. statusbar.text.3=\
  131. Now is: Date=$(CurrentDate) Time=$(CurrentTime)
  132. statusbar.text.4=\
  133. $(FileNameExt) : $(FileDate) - $(FileTime) | $(FileAttr)
  134.  
  135. # Define values for use in the imported properties files
  136. chars.alpha=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  137. chars.numeric=0123456789
  138. chars.accented=АаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя
  139.  
  140. # Give symbolic names to the set of fonts used in the standard styles.
  141. font.base=font:Courier New,size:10,bold
  142. font.small=font:Courier New,size:8,bold
  143. font.comment=font:Courier New,size:10,bold
  144. font.code.comment.box=$(font.comment)
  145. font.code.comment.line=$(font.comment)
  146. font.code.comment.doc=$(font.comment)
  147. font.code.comment.nested=$(font.comment)
  148. font.text=font:Times New Roman,size:11
  149. font.text.comment=font:Verdana,size:9
  150. font.embedded.base=font:Verdana,size:9
  151. font.embedded.comment=font:Comic Sans MS,size:8
  152. font.monospace=font:Courier New,size:10
  153.  
  154. # Give symbolic names to the set of colours used in the standard styles.
  155. colour.code.comment.box=fore:#158F00
  156. colour.code.comment.line=fore:#158F00
  157. colour.code.comment.doc=fore:#158F00
  158. colour.code.comment.nested=fore:#158F00
  159. colour.text.comment=fore:#0000FF,back:#D0F0D0
  160. colour.other.comment=fore:#007F00
  161. colour.embedded.comment=back:#E0EEFF
  162. colour.embedded.js=back:#F0F0FF
  163. colour.notused=back:#FF0000
  164. colour.number=fore:#1F2194
  165. colour.keyword=fore:#070DB5
  166. colour.string=fore:#851414
  167. colour.char=fore:#1F2194
  168. colour.operator=fore:#000000
  169. colour.preproc=fore:#017A8C
  170. colour.error=fore:#FFFF00,back:#FF0000
  171.  
  172. # Global default styles for all languages
  173. # Default
  174. style.*.32=$(font.base)
  175. # Line number
  176. style.*.33=back:#C0C0C0,$(font.base)
  177. # Brace highlight
  178. style.*.34=fore:#0000FF,bold
  179. # Brace incomplete highlight
  180. style.*.35=fore:#FF0000,bold
  181. # Control characters
  182. style.*.36=
  183. # Indentation guides
  184. style.*.37=fore:#C0C0C0,back:#FFFFFF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement