PageRenderTime 49ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/jEdit/tags/jedit-4-2-pre14/org/gjt/sp/jedit/jedit.props

#
MSBuild | 429 lines | 323 code | 106 blank | 0 comment | 5 complexity | ba5b482602fae678e2818d70f007589f MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. ###
  2. ### jEdit global properties
  3. ### :tabSize=8:indentSize=8:noTabs=false:
  4. ### :folding=explicit:collapseFolds=1:
  5. ###
  6. ### Copyright (C) 1998, 2003 Slava Pestov
  7. ###
  8. #{{{ Global settings
  9. # Swing look and feel
  10. #lookAndFeel=javax.swing.plaf.metal.MetalLookAndFeel
  11. #{{{ Metal control and menu font
  12. metal.primary.font=Dialog
  13. metal.primary.fontsize=12
  14. metal.primary.fontstyle=0
  15. #}}}
  16. #{{{ Metal system and user text font
  17. metal.secondary.font=Dialog
  18. metal.secondary.fontsize=12
  19. metal.secondary.fontstyle=0
  20. #}}}
  21. # Decorate frames and dialogs using Swing L&F? (JDK 1.4 only)
  22. decorate.frames=false
  23. decorate.dialogs=false
  24. # If true, welcome screen will be displayed.
  25. # Set to false after initial startup.
  26. firstTime=true
  27. # Autosave interval in seconds, 0=off
  28. autosave=30
  29. # Maximum number of elements in a history list
  30. history=20
  31. # Number of recent files
  32. recentFiles=40
  33. # Restore open files on startup?
  34. restore=true
  35. # Restore even if file names specified on command line?
  36. restore.cli=true
  37. # Persistent markers
  38. persistentMarkers=true
  39. # Two-stage save (save to #filename#save# first, then filename)
  40. twoStageSave=true
  41. # Strip trailing EOL
  42. stripTrailingEOL=true
  43. # Need this so that new files have a trailing EOL
  44. buffer.trailingEOL=true
  45. # Caret saving toggle
  46. saveCaret=true
  47. # Backup on every save
  48. backupEverySave=false
  49. # Number of backups to make, 0=no backups
  50. backups=1
  51. # Backup directory
  52. backup.directory=
  53. # Backup filename prefix and suffix
  54. backup.prefix=
  55. backup.suffix=~
  56. # Min time between backups (0 = always backup)
  57. backup.minTime=0
  58. # Sort buffer list
  59. sortBuffers=true
  60. sortByName=true
  61. # Sort recent file list
  62. sortRecent=false
  63. # Default firewall properties
  64. firewall.enabled=false
  65. # Keep dialog on by default
  66. search.keepDialog.toggle=true
  67. # Confirm dialogs
  68. confirmSaveAll=true
  69. # Check modification status on focus?
  70. # If this is true, show a dialog; if false, do nothing
  71. autoReloadDialog=true
  72. # If this is true, auto reload; if false, 'reload' button in dialog
  73. autoReload=true
  74. #}}}
  75. #{{{ Buffer settings
  76. # These can also be specified as buffer-local properties
  77. # Line separator
  78. # The OS default will be used if this is not specified
  79. # Unix=\n
  80. # Windows=\r\n
  81. # MacOS=\r
  82. #buffer.lineSeparator=\n
  83. # Encoding
  84. # The OS default will be used if this is not specified
  85. #buffer.encoding=ISO8859_1
  86. # Auto-detect GZIP, UTF16, UTF8 and XML encodings?
  87. buffer.encodingAutodetect=true
  88. # Tab width
  89. buffer.tabSize=8
  90. # Indent width
  91. buffer.indentSize=8
  92. # Soft tabs
  93. buffer.noTabs=false
  94. # Default edit mode
  95. buffer.defaultMode=text
  96. # Undo queue size
  97. buffer.undoCount=100
  98. # Wrap mode (none, soft, hard)
  99. buffer.wrap=none
  100. # Wrap column
  101. buffer.maxLineLen=80
  102. # Word break characters
  103. buffer.wordBreakChars=
  104. # Non-alphanumeric word characters
  105. buffer.noWordSep=_
  106. # Fold mode (explicit, indent, or none)
  107. buffer.folding=none
  108. # Folds with a level equal to or higher than this will be collapsed
  109. buffer.collapseFolds=0
  110. #}}}
  111. #{{{ View settings
  112. # Apply jEdit colors to Swing text fields, text areas, lists, tables and trees?
  113. textColors=false
  114. # Show toolbar?
  115. view.showToolbar=true
  116. # Show searchbar?
  117. view.showSearchbar=false
  118. # Show buffer switcher?
  119. view.showBufferSwitcher=true
  120. # Show full path in title bar?
  121. view.showFullPath=false
  122. # Font
  123. view.font=Monospaced
  124. view.fontsize=12
  125. # 0=plain, 1=bold, 2=italic, 3=boldItalic
  126. view.fontstyle=0
  127. # Background and foreground colors (for the text area)
  128. view.bgColor=#ffffff
  129. view.fgColor=#000000
  130. # Line highlighting
  131. view.lineHighlight=true
  132. view.lineHighlightColor=#ffffe0
  133. # Bracket highlighting
  134. view.structureHighlight=true
  135. view.structureHighlightColor=#000000
  136. # EOL markers
  137. view.eolMarkers=true
  138. view.eolMarkerColor=#ff6633
  139. # Wrap guide
  140. view.wrapGuide=true
  141. view.wrapGuideColor=#8080ff
  142. # Caret color
  143. view.caretColor=#ff0000
  144. # Selection color
  145. view.selectionColor=#ccccff
  146. view.multipleSelectionColor=#ccffcc
  147. # Caret blinking
  148. view.caretBlink=true
  149. # Block caret
  150. view.blockCaret=false
  151. # Electric borders
  152. view.electricBorders=3
  153. # Treat consecutive non-alphanumeric characters as one word
  154. view.joinNonWordChars=true
  155. # Middle mouse button pastes % register
  156. view.middleMousePaste=false
  157. # Drag and drop of text
  158. view.dragAndDrop=true
  159. #{{{ Gutter
  160. # Gutter background color
  161. view.gutter.bgColor=#dbdbdb
  162. # Gutter foreground color
  163. view.gutter.fgColor=#000000
  164. # Gutter highlight color
  165. view.gutter.highlightColor=#990066
  166. # Gutter current line highlight color
  167. view.gutter.currentLineColor=#ff0033
  168. # Gutter bracket highlighting
  169. view.gutter.structureHighlight=true
  170. view.gutter.structureHighlightColor=#666699
  171. # Gutter marker highlight color
  172. view.gutter.markerColor=#ccffcc
  173. # Gutter border colors
  174. view.gutter.focusBorderColor=#990099
  175. view.gutter.noFocusBorderColor=#ffffff
  176. # Fold triangle color
  177. view.gutter.foldColor=#838383
  178. # Gutter font name
  179. view.gutter.font=Monospaced
  180. # Gutter font style
  181. # 0=plain, 1=bold, 2=italic, 3=boldItalic
  182. view.gutter.fontstyle=0
  183. # Gutter font size
  184. view.gutter.fontsize=10
  185. # Gutter border width
  186. view.gutter.borderWidth=2
  187. # Gutter displays line numbers
  188. view.gutter.lineNumbers=false
  189. # Line numbers are drawn with this alignment (left, center, right)
  190. view.gutter.numberAlignment=right
  191. # Gutter line numbers are highlighted at this interval
  192. view.gutter.highlightInterval=5
  193. # Gutter current line highlighting
  194. view.gutter.highlightCurrentLine=true
  195. # Marker highlight
  196. view.gutter.markerHighlight=true
  197. # Click behavior
  198. view.gutter.foldClick=toggle-fold
  199. view.gutter.SfoldClick=toggle-fold-fully
  200. view.gutter.CfoldClick=select-fold
  201. view.gutter.AfoldClick=narrow-fold
  202. view.gutter.structClick=match-struct
  203. view.gutter.CstructClick=select-struct
  204. view.gutter.AstructClick=narrow-struct
  205. #}}}
  206. # Expand abbrevs when space bar pressed
  207. view.expandOnInput=false
  208. #{{{ Syntax styles
  209. view.style.comment1=color:#cc0000
  210. view.style.comment2=color:#ff8400
  211. view.style.comment3=color:#6600cc
  212. view.style.comment4=color:#cc6600
  213. view.style.digit=color:#ff0000
  214. view.style.foldLine.0=color:#000000 bgColor:#dafeda style:b
  215. view.style.foldLine.1=color:#000000 bgColor:#fff0cc style:b
  216. view.style.foldLine.2=color:#000000 bgColor:#e7e7ff style:b
  217. view.style.foldLine.3=color:#000000 bgColor:#ffe0f0 style:b
  218. view.style.function=color:#9966ff
  219. view.style.invalid=color:#ff0066 bgColor:#ffffcc
  220. view.style.keyword1=color:#006699 style:b
  221. view.style.keyword2=color:#009966 style:b
  222. view.style.keyword3=color:#0099ff style:b
  223. view.style.keyword4=color:#66ccff style:b
  224. view.style.label=color:#02b902
  225. view.style.literal1=color:#ff00cc
  226. view.style.literal2=color:#cc00cc
  227. view.style.literal3=color:#9900cc
  228. view.style.literal4=color:#6600cc
  229. view.style.markup=color:#0000ff
  230. view.style.operator=color:#000000 style:b
  231. #}}}
  232. # Fancy Java2D stuff
  233. view.antiAlias=false
  234. view.fracFontMetrics=false
  235. # Docking and tool bar positioning
  236. view.docking.alternateLayout=false
  237. view.toolbar.alternateLayout=false
  238. #{{{ Status bar
  239. view.status.foreground=black
  240. view.status.background=white
  241. view.status.visible=true
  242. view.status.show-caret-status=true
  243. view.status.show-edit-mode=true
  244. view.status.show-fold-mode=true
  245. view.status.show-encoding=true
  246. view.status.show-wrap=true
  247. view.status.show-multi-select=true
  248. view.status.show-rect-select=true
  249. view.status.show-overwrite=true
  250. view.status.show-line-seperator=true
  251. view.status.show-memory=true
  252. view.status.show-clock=false
  253. view.status.memory.foreground=#cccccc
  254. view.status.memory.background=#666699a
  255. #}}}
  256. #}}}
  257. #{{{ Printing settings
  258. # Font
  259. print.font=Monospaced
  260. print.fontsize=9
  261. print.fontstyle=0
  262. # Print header?
  263. print.header=true
  264. # Print footer?
  265. print.footer=true
  266. # Print line numbers?
  267. print.lineNumbers=true
  268. # Print in color, or black and white?
  269. print.color=false
  270. # Print tab size
  271. print.tabSize=2
  272. # Force JDK 1.3 API even on 1.4
  273. print.force13=false
  274. # Force use of glyph vectors to work around spacing problems
  275. print.glyphVector=false
  276. #}}}
  277. #{{{ File system browser settings
  278. vfs.browser.showMenubar=true
  279. vfs.browser.showToolbar=true
  280. vfs.browser.showIcons=true
  281. vfs.browser.showHiddenFiles=false
  282. vfs.browser.sortMixFilesAndDirs=false
  283. vfs.browser.sortIgnoreCase=true
  284. vfs.browser.doubleClickClose=false
  285. vfs.browser.currentBufferFilter=false
  286. # Can be one of: buffer, home, favorites, last
  287. vfs.browser.defaultPath=buffer
  288. # File list coloring
  289. vfs.browser.colorize=true
  290. vfs.browser.colors.0.glob={CVS,#*,*~,\\.*}
  291. vfs.browser.colors.0.color=#a0a0a0
  292. vfs.browser.colors.1.glob=*.class
  293. vfs.browser.colors.1.color=#660066
  294. vfs.browser.colors.2.glob={build.xml,makefile*}
  295. vfs.browser.colors.2.color=#666600
  296. vfs.browser.colors.3.glob=*.{gif,jpg,jpeg,png,bmp,xpm,svg}
  297. vfs.browser.colors.3.color=#009933
  298. vfs.browser.colors.4.glob=*.{gz,jar,zip,tgz,z,war,ear}
  299. vfs.browser.colors.4.color=#990000
  300. vfs.browser.colors.5.glob=tags
  301. vfs.browser.colors.5.color=#003366
  302. vfs.browser.colors.6.glob=*.{sh,bat,cmd}
  303. vfs.browser.colors.6.color=#006666
  304. vfs.browser.colors.7.glob={CHANGELOG,CHANGES,INSTALL,LICENSE,NEWS,README,TODO}{,.txt}
  305. vfs.browser.colors.7.color=#330066
  306. vfs.browser.colors.8.glob=*.{props,properties}
  307. vfs.browser.colors.8.color=#666666
  308. #}}}
  309. #{{{ Plugin manager settings
  310. plugin-manager.downloadSource=false
  311. plugin-manager.installUser=true
  312. plugin-manager.showAll=true
  313. plugin-manager.mirror.id=NONE
  314. plugin-manager.deleteDownloads=true
  315. plugin-manager.hide-libraries.toggle=true
  316. #}}}
  317. #{{{ Hidden settings
  318. menu.spillover=20
  319. bufferSwitcher.maxRowCount=10
  320. showTooltips=true
  321. ioThreadCount=4
  322. server.brokenToFront=false
  323. #}}}