PageRenderTime 150ms CodeModel.GetById 50ms RepoModel.GetById 1ms app.codeStats 0ms

/source/SciTEGlobal.properties

https://github.com/fincs/SciTE4AutoHotkey
Properties File | 268 lines | 167 code | 31 blank | 70 comment | 0 complexity | a727531f012ac44d1b1757c51e298fa7 MD5 | raw file
  1. # Global initialization file for SciTE4AutoHotkey
  2. #
  3. # Do NOT edit this file!
  4. # If there is someting here you want to change, go to Options > Open User properties,
  5. # copy the setting there and change it. If you instead want to delete a setting, just
  6. # write an analogous line in the User properties that sets it to blank.
  7. #
  8. # Window sizes and visibility
  9. position.width=-1
  10. position.height=-1
  11. save.position=1
  12. minimize.to.tray=0
  13. split.vertical=0
  14. output.scroll=1
  15. tabbar.visible=1
  16. tabbar.hide.one=1
  17. tabbar.multiline=1
  18. toolbar.visible=1
  19. statusbar.visible=1
  20. fileselector.width=800
  21. fileselector.height=600
  22. magnification=-1
  23. output.magnification=-1
  24. # Sizes and visibility in edit pane
  25. line.margin.visible=1
  26. line.margin.width=5+
  27. margin.width=$(scale 16)
  28. fold.margin.width=$(scale 16)
  29. blank.margin.left=4
  30. buffered.draw=1
  31. use.palette=0
  32. # Element styles
  33. caret.period=500
  34. view.whitespace=0
  35. view.indentation.whitespace=1
  36. view.indentation.guides=1
  37. highlight.indentation.guides=1
  38. caret.line.back=#FFFEAA
  39. edge.column=200
  40. edge.mode=0
  41. edge.colour=#F9F9F9
  42. braces.check=1
  43. braces.sloppy=1
  44. selection.fore=#006000
  45. selection.back=#E0E0E8
  46. font.quality=3
  47. # Checking
  48. are.you.sure=1
  49. load.on.activate=1
  50. reload.preserves.undo=1
  51. check.if.already.open=1
  52. save.all.for.build=0
  53. title.full.path=0
  54. title.show.buffers=1
  55. save.recent=1
  56. save.session=1
  57. open.dialog.in.file.directory=1
  58. ensure.consistent.line.ends=1
  59. buffers=20
  60. buffers.zorder.switching=1
  61. read.only=0
  62. properties.directory.enable=1
  63. temp.files.sync.load=1
  64. # Indentation
  65. tabsize=4
  66. indent.size=4
  67. use.tabs=1
  68. indent.auto=1
  69. indent.automatic=1
  70. indent.opening=0
  71. indent.closing=0
  72. # Wrapping of long lines
  73. wrap=1
  74. wrap.style=1
  75. cache.layout=3
  76. output.wrap=1
  77. output.cache.layout=3
  78. wrap.visual.flags=3
  79. wrap.visual.flags.location=0
  80. wrap.visual.startindent=4
  81. # Folding
  82. # enable folding, and show lines below when collapsed.
  83. fold=1
  84. fold.compact=0
  85. fold.flags=16
  86. fold.symbols=3
  87. #fold.on.open=0
  88. session.folds=1
  89. session.bookmarks=1
  90. fold.comment=1
  91. # Find and Replace
  92. find.command=findstr /n /s /I $(find.what) $(find.files)
  93. find.files=*
  94. find.replace.advanced=1
  95. # Behaviour
  96. clear.before.execute=1
  97. autocompleteword.automatic=0
  98. autocomplete.choose.single=0
  99. caret.policy.xslop=1
  100. caret.policy.width=20
  101. caret.policy.xstrict=0
  102. caret.policy.xeven=0
  103. caret.policy.xjumps=0
  104. caret.policy.yslop=1
  105. caret.policy.lines=1
  106. caret.policy.ystrict=1
  107. caret.policy.yeven=1
  108. caret.policy.yjumps=0
  109. time.commands=1
  110. dwell.period=750
  111. # Status Bar
  112. statusbar.number=4
  113. statusbar.text.1=\
  114. Line: $(LineNumber) | Column: $(ColumnNumber) | $(OverType) | ($(EOLMode)) | $(FileAttr)
  115. statusbar.text.2=\
  116. $(BufferLength) characters in $(NbOfLines) lines. Selection: $(SelLength) characters.
  117. statusbar.text.3=\
  118. Date: $(CurrentDate) | Time: $(CurrentTime)
  119. statusbar.text.4=\
  120. $(FileNameExt): $(FileDate) - $(FileTime) | $(FileAttr)
  121. # SciTE help
  122. command.scite.help="$(SciteDefaultHome)\SciTE.chm"
  123. command.scite.help.shortcut=Ctrl+F1
  124. command.scite.help.subsystem=2
  125. # Export
  126. export.html.wysiwyg=1
  127. export.html.folding=1
  128. export.html.styleused=1
  129. # Magnification (added to default screen font size)
  130. export.pdf.magnification=-1
  131. # Font: Courier, Helvetica or Times (Courier line-wraps)
  132. export.pdf.font=Courier
  133. # Page size (in points): width, height
  134. # E.g. Letter 612,792; A4 595,842; maximum 14400,14400
  135. export.pdf.pagesize=595,842
  136. # Margins (in points): left, right, top, bottom
  137. export.pdf.margins=72,72,72,72
  138. export.xml.collapse.spaces=1
  139. export.xml.collapse.lines=1
  140. # Define values for use in the imported properties files
  141. chars.alpha=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  142. chars.numeric=0123456789
  143. chars.accented=ŠšŒœŸÿÀàÁáÂâÃãÄäÅåÆæÇçÈèÉéÊêËëÌìÍíÎîÏïÐðÑñÒòÓóÔôÕõÖØøÙùÚúÛûÜüÝýÞþßö
  144. # The open.filter setting is only used on Windows where the file selector has a menu of filters to apply
  145. # to the types of files seen when opening.
  146. # There is a limit (possibly 256 characters) to the length of a filter,
  147. # so not all source extensions can be in this setting.
  148. # source.files=*.ahk
  149. default.file.ext=.ahk
  150. open.filter=$(filter.ahk)$(filter.ext)$(filter.other)$(filter.user)All files (*.*)|*.*|
  151. save.filter=$(open.filter)
  152. # Global default styles for all languages
  153. default.text.font=Courier New
  154. # Default
  155. style.*.32=font:$(default.text.font),size:10
  156. # Line number
  157. style.*.33=fore:#111111,back:#DDDDDD,font:$(default.text.font),size:10
  158. # Brace highlight
  159. style.*.34=fore:#0000FF,bold
  160. # Brace incomplete highlight
  161. style.*.35=fore:#FF0000,bold
  162. # Control characters
  163. style.*.36=back:#00FF80
  164. # Indentation guides
  165. style.*.37=fore:#C0C0C0,back:#FFFFFF
  166. # Printing
  167. print.magnification=-1
  168. # Setup: left, right, top, bottom margins, in local units:
  169. # hundredths of millimeters or thousandths of inches
  170. print.margins=1500,1000,1000,1500
  171. # Header/footer:
  172. # && = &; &p = current page
  173. # &f = file name; &F = full path
  174. # &d = file date; &D = current date
  175. # &t = file time; &T = full time
  176. print.header.format=$(FileNameExt) Printed on $(CurrentDate), $(CurrentTime) Page $(CurrentPage)
  177. print.footer.format=$(FilePath) File date: $(FileDate) File time: $(FileTime)
  178. # Header/footer style
  179. print.header.style=font:Arial,size:12,bold
  180. print.footer.style=font:Arial Narrow,size:10,italics
  181. # Define the Lexer menu,
  182. # Each item contains three parts: menu string | file extension | key
  183. # The only keys allowed currently are based on F-keys and alphabetic keys and look like
  184. # [Ctrl+][Shift+][Fn|a] such as F12 or Ctrl+Shift+D.
  185. # A '&' may be placed before a letter to be used as an accelerator. This does not work on GTK+.
  186. menu.language=\
  187. &AutoHotkey|ahk||\
  188. &Lua|lua||\
  189. &INI and property files|ini||\
  190. $(ext.menu.language)\
  191. $(user.menu.language)
  192. # User defined key commands
  193. user.shortcuts=\
  194. Ctrl+Shift+V|IDM_PASTEANDDOWN|\
  195. Ctrl+PageUp|IDM_PREVFILE|\
  196. Ctrl+PageDown|IDM_NEXTFILE|\
  197. KeypadPlus|IDM_EXPAND|\
  198. KeypadMinus|IDM_BLOCK_COMMENT|\
  199. Ctrl+F1|IDM_HELP_SCITE|
  200. # Variables for extensions
  201. extensions.dir=$(SciteUserHome)\Extensions
  202. # Encoding settings
  203. code.page=0
  204. output.code.page=65001
  205. # Settings which are default in vanilla SciTE 3.4.0
  206. technology=3
  207. find.use.strip=1
  208. replace.use.strip=1
  209. find.close.on.find=0
  210. # The following behaviour can be enabled, but it's more irritating than worth it.
  211. #find.strip.incremental=1
  212. #find.indicator.incremental=style:compositionthick,colour:#FFB700,under
  213. #replace.strip.incremental=1
  214. #potato.ignore
  215. # Toolbar autorun
  216. command.autorun="$(LocalAHK)" "$(SciteDefaultHome)\toolbar\Toolbar.ahk" $(scite.hwnd) $(WindowID)
  217. # Open containing folder
  218. command.name.10.*=Open containing folder...
  219. command.mode.10.*=subsystem:shellexec,savebefore:no
  220. command.10.*=explorer.exe /n, /select,"$(FilePath)"
  221. # SciTE4AutoHotkey settings
  222. command.name.11.*=SciTE4AutoHotkey settings...
  223. command.mode.11.*=subsystem:shellexec,savebefore:no
  224. command.11.*="$(LocalAHK)" /ErrorStdOut "$(SciteDefaultHome)\tools\PropEdit.ahk"
  225. # SciTE4AutoHotkey diag util
  226. command.name.12.*=SciTE4AutoHotkey Diagnostics Utility
  227. command.mode.12.*=subsystem:shellexec,savebefore:no
  228. command.12.*="$(LocalAHK)" /ErrorStdOut "$(SciteDefaultHome)\tools\SciTEDiag.ahk"
  229. # Enable/disable SciTE4AutoHotkey automatic updates
  230. automatic.updates=1
  231. #potato.endignore
  232. # Import language properties files
  233. import ahk
  234. import ahk2
  235. import lua
  236. # Import other properties
  237. import other