PageRenderTime 37ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/jEdit/tags/jedit-4-0-pre3/org/gjt/sp/jedit/jedit.props

#
MSBuild | 353 lines | 255 code | 98 blank | 0 comment | 5 complexity | e3ffdb301b97e5cbd6649805103e9935 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, 2001 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. # If true, welcome screen will be displayed.
  22. # Set to false after initial startup.
  23. firstTime=true
  24. # Autosave interval in seconds, 0=off
  25. autosave=30
  26. # Maximum number of elements in a history list
  27. history=20
  28. # Number of files for which to remember caret positions
  29. recentFiles=50
  30. # Restore open files on startup?
  31. restore=true
  32. # Restore even if file names specified on command line?
  33. restore.cli=false
  34. # Client instances open new views?
  35. client.newView=false
  36. # Persistent markers
  37. persistentMarkers=true
  38. # Two-stage save (save to #filename#save# first, then filename)
  39. twoStageSave=true
  40. # Caret saving toggle
  41. saveCaret=true
  42. # Parse files fully when loading for syntax info
  43. parseFully=false
  44. # Backup on every save
  45. backupEverySave=false
  46. # I/O thread count
  47. ioThreadCount=4
  48. # Number of backups to make, 0=no backups
  49. backups=1
  50. # Backup directory
  51. backup.directory=
  52. # Backup filename prefix and suffix
  53. backup.prefix=
  54. backup.suffix=~
  55. # Sort buffer list
  56. sortBuffers=true
  57. sortByName=true
  58. # Sort recent file list
  59. sortRecent=false
  60. #}}}
  61. #{{{ Buffer settings
  62. # These can also be specified as buffer-local properties
  63. # Line separator
  64. # The OS default will be used if this is not specified
  65. # Unix=\n
  66. # Windows=\r\n
  67. # MacOS=\r
  68. #buffer.lineSeparator=\n
  69. # Encoding
  70. # The OS default will be used if this is not specified
  71. #buffer.encoding=ISO8859_1
  72. # Tab width
  73. buffer.tabSize=8
  74. # Indent width
  75. buffer.indentSize=8
  76. # Soft tabs
  77. buffer.noTabs=false
  78. # Auto indent
  79. buffer.indentOnTab=true
  80. buffer.indentOnEnter=true
  81. # Default edit mode
  82. buffer.defaultMode=text
  83. # Undo queue size
  84. buffer.undoCount=100
  85. # Wrap column
  86. buffer.maxLineLen=0
  87. # Word break characters
  88. buffer.wordBreakChars=
  89. # Non-alphanumeric word characters
  90. buffer.noWordSep=_
  91. # Fold mode (explicit, indent, or none)
  92. buffer.folding=none
  93. # Folds with a level equal to or higher than this will be collapsed
  94. buffer.collapseFolds=0
  95. # We need this so that new files are saved with a trailing newline
  96. buffer.trailingEOL=true
  97. #}}}
  98. #{{{ View settings
  99. # Apply jEdit colors to Swing text fields, text areas, lists, tables and trees?
  100. textColors=false
  101. # Show toolbar?
  102. view.showToolbar=true
  103. # Show searchbar?
  104. view.showSearchbar=true
  105. # Show buffer switcher?
  106. view.showBufferSwitcher=true
  107. # Show full path in title bar?
  108. view.showFullPath=false
  109. # Check modification status on focus?
  110. view.checkModStatus=true
  111. # Font
  112. view.font=Monospaced
  113. view.fontsize=12
  114. # 0=plain, 1=bold, 2=italic, 3=boldItalic
  115. view.fontstyle=0
  116. # Background and foreground colors (for the text area)
  117. view.bgColor=#ffffff
  118. view.fgColor=#000000
  119. # Folded line
  120. view.foldedLineColor=#e8e8e8
  121. # Line highlighting
  122. view.lineHighlight=true
  123. view.lineHighlightColor=#ffffe0
  124. # Bracket highlighting
  125. view.bracketHighlight=true
  126. view.bracketHighlightColor=#000000
  127. # EOL markers
  128. view.eolMarkers=true
  129. view.eolMarkerColor=#009999
  130. # Wrap guide
  131. view.wrapGuide=true
  132. view.wrapGuideColor=#8080ff
  133. # Caret color
  134. view.caretColor=#ff0000
  135. # Selection color
  136. view.selectionColor=#ccccff
  137. # Caret blinking
  138. view.caretBlink=true
  139. # Block caret
  140. view.blockCaret=false
  141. # Electric borders
  142. view.electricBorders=3
  143. # Smart home/end
  144. view.homeEnd=true
  145. # Middle mouse button pastes % register
  146. view.middleMousePaste=true
  147. #{{{ Gutter
  148. # Gutter background color
  149. view.gutter.bgColor=#ffffff
  150. # Gutter foreground color
  151. view.gutter.fgColor=#000000
  152. # Gutter highlight color
  153. view.gutter.highlightColor=#000066
  154. # Gutter current line highlight color
  155. view.gutter.currentLineColor=#d04040
  156. # Gutter bracket highlighting
  157. view.gutter.bracketHighlight=true
  158. view.gutter.bracketHighlightColor=#666699
  159. # Gutter marker highlight color
  160. view.gutter.markerColor=#ccffcc
  161. # Gutter border colors
  162. view.gutter.focusBorderColor=#666699
  163. view.gutter.noFocusBorderColor=#a0a0b4
  164. # Fold triangle color
  165. view.gutter.foldColor=#666699
  166. # Gutter font name
  167. view.gutter.font=Monospaced
  168. # Gutter font style
  169. # 0=plain, 1=bold, 2=italic, 3=boldItalic
  170. view.gutter.fontstyle=0
  171. # Gutter font size
  172. view.gutter.fontsize=10
  173. # Gutter border width
  174. view.gutter.borderWidth=2
  175. # Gutter displays line numbers
  176. view.gutter.lineNumbers=false
  177. # Line numbers are drawn with this alignment (left, center, right)
  178. view.gutter.numberAlignment=right
  179. # Gutter line numbers are highlighted at this interval
  180. view.gutter.highlightInterval=5
  181. # Gutter current line highlighting
  182. view.gutter.highlightCurrentLine=true
  183. # Marker highlight
  184. view.gutter.markerHighlight=true
  185. #}}}
  186. # Expand abbrevs when space bar pressed
  187. view.expandOnInput=false
  188. #{{{ Syntax styles
  189. view.style.comment1=color:#006666 style:i
  190. view.style.comment2=color:#990033 style:i
  191. view.style.digit=color:#666600
  192. view.style.function=color:#000066
  193. view.style.invalid=color:#ff0000
  194. view.style.keyword1=color:#000000 style:b
  195. view.style.keyword2=color:#660066 style:b
  196. view.style.keyword3=color:#000066 style:b
  197. view.style.label=color:#990033 style:ib
  198. view.style.literal1=color:#404040
  199. view.style.literal2=color:#404040
  200. view.style.markup=color:#5e5e5e style:b
  201. view.style.operator=style:b
  202. #}}}
  203. # Java 2 only
  204. view.antiAlias=false
  205. view.fracFontMetrics=false
  206. # Docking
  207. view.docking.alternateLayout=false
  208. view.docking.tabsPos=0
  209. #}}}
  210. #{{{ Printing settings
  211. # Font
  212. print.font=Monospaced
  213. print.fontsize=10
  214. print.fontstyle=0
  215. # Print header?
  216. print.header=true
  217. # Print footer?
  218. print.footer=true
  219. # Print line numbers?
  220. print.lineNumbers=true
  221. # Use style and color info from defined SyntaxStyles?
  222. print.style=true
  223. print.color=false
  224. # Margins
  225. print.margin.top=0.5
  226. print.margin.left=0.5
  227. print.margin.bottom=0.5
  228. print.margin.right=0.5
  229. #}}}
  230. #{{{ File system browser settings
  231. vfs.browser.showToolbar=true
  232. vfs.browser.showIcons=true
  233. vfs.browser.showHiddenFiles=false
  234. vfs.browser.sortFiles=true
  235. vfs.browser.sortMixFilesAndDirs=false
  236. vfs.browser.sortIgnoreCase=true
  237. vfs.browser.doubleClickClose=false
  238. vfs.browser.currentBufferFilter=true
  239. # Can be one of: buffer, home, favorites, last
  240. vfs.browser.defaultPath=buffer
  241. # File list coloring
  242. vfs.browser.colorize=true
  243. vfs.browser.colors.0.glob={CVS,#*,*~}
  244. vfs.browser.colors.0.color=#a0a0a0
  245. vfs.browser.colors.1.glob=*.class
  246. vfs.browser.colors.1.color=#660066
  247. vfs.browser.colors.2.glob={build.xml,makefile*}
  248. vfs.browser.colors.2.color=#666600
  249. vfs.browser.colors.3.glob=*.{gif,jpg,jpeg,png,bmp,xpm,svg}
  250. vfs.browser.colors.3.color=#009933
  251. vfs.browser.colors.4.glob=*.{gz,jar,zip,tgz,z}
  252. vfs.browser.colors.4.color=#990000
  253. vfs.browser.colors.5.glob=tags
  254. vfs.browser.colors.5.color=#003366
  255. #}}}