⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jedit.props

📁 开源的java 编辑器源代码
💻 PROPS
字号:
###### jEdit global properties### :tabSize=8:indentSize=8:noTabs=false:### :folding=explicit:collapseFolds=1:###### Copyright (C) 1998, 2003 Slava Pestov####{{{ Global settings# Swing look and feel#lookAndFeel=javax.swing.plaf.metal.MetalLookAndFeel#{{{ Metal control and menu fontmetal.primary.font=Dialogmetal.primary.fontsize=12metal.primary.fontstyle=0#}}}#{{{ Metal system and user text fontmetal.secondary.font=Dialogmetal.secondary.fontsize=12metal.secondary.fontstyle=0#}}}# Decorate frames and dialogs using Swing L&F? (JDK 1.4 only)decorate.frames=falsedecorate.dialogs=false# If true, welcome screen will be displayed.# Set to false after initial startup.firstTime=true# Autosave interval in seconds, 0=offautosave=30# Maximum number of elements in a history listhistory=20# Number of recent filesrecentFiles=40# Restore open files on startup?restore=true# Restore even if file names specified on command line?restore.cli=true# Persistent markerspersistentMarkers=true# Two-stage save (save to #filename#save# first, then filename)twoStageSave=true# Strip trailing EOLstripTrailingEOL=true# Need this so that new files have a trailing EOLbuffer.trailingEOL=true# Caret saving togglesaveCaret=true# Backup on every savebackupEverySave=false# Number of backups to make, 0=no backupsbackups=1# Backup directorybackup.directory=# Backup filename prefix and suffixbackup.prefix=backup.suffix=~# Min time between backups (0 = always backup)backup.minTime=0# Sort buffer listsortBuffers=truesortByName=true# Sort recent file listsortRecent=false# Default firewall propertiesfirewall.enabled=false# Keep dialog on by defaultsearch.keepDialog.toggle=true# Confirm dialogsconfirmSaveAll=true# Check modification status on focus?# If this is true, show a dialog; if false, do nothingautoReloadDialog=true# If this is true, auto reload; if false, 'reload' button in dialogautoReload=true#}}}#{{{ Buffer settings# These can also be specified as buffer-local properties# Line separator# The OS default will be used if this is not specified# Unix=\n# Windows=\r\n# MacOS=\r#buffer.lineSeparator=\n# Encoding# The OS default will be used if this is not specified#buffer.encoding=ISO8859_1# Auto-detect GZIP, UTF16, UTF8 and XML encodings?buffer.encodingAutodetect=true# Tab widthbuffer.tabSize=8# Indent widthbuffer.indentSize=8# Soft tabsbuffer.noTabs=false# Default edit modebuffer.defaultMode=text# Undo queue sizebuffer.undoCount=100# Wrap mode (none, soft, hard)buffer.wrap=none# Wrap columnbuffer.maxLineLen=80# Word break charactersbuffer.wordBreakChars=# Non-alphanumeric word charactersbuffer.noWordSep=_# Fold mode (explicit, indent, or none)buffer.folding=none# Folds with a level equal to or higher than this will be collapsedbuffer.collapseFolds=0#}}}#{{{ View settings# Apply jEdit colors to Swing text fields, text areas, lists, tables and trees?textColors=false# Show toolbar?view.showToolbar=true# Show searchbar?view.showSearchbar=false# Show buffer switcher?view.showBufferSwitcher=true# Show full path in title bar?view.showFullPath=false# Fontview.font=Monospacedview.fontsize=12# 0=plain, 1=bold, 2=italic, 3=boldItalicview.fontstyle=0# Background and foreground colors (for the text area)view.bgColor=#ffffffview.fgColor=#000000# Line highlightingview.lineHighlight=trueview.lineHighlightColor=#ffffe0# Bracket highlightingview.structureHighlight=trueview.structureHighlightColor=#000000# EOL markersview.eolMarkers=trueview.eolMarkerColor=#ff6633# Wrap guideview.wrapGuide=trueview.wrapGuideColor=#8080ff# Caret colorview.caretColor=#ff0000# Selection colorview.selectionColor=#ccccffview.multipleSelectionColor=#ccffcc# Caret blinkingview.caretBlink=true# Block caretview.blockCaret=false# Electric bordersview.electricBorders=3# Treat consecutive non-alphanumeric characters as one wordview.joinNonWordChars=true# Middle mouse button pastes % registerview.middleMousePaste=false# Drag and drop of textview.dragAndDrop=true#{{{ Gutter# Gutter background colorview.gutter.bgColor=#dbdbdb# Gutter foreground colorview.gutter.fgColor=#000000# Gutter highlight colorview.gutter.highlightColor=#990066# Gutter current line highlight colorview.gutter.currentLineColor=#ff0033# Gutter bracket highlightingview.gutter.structureHighlight=trueview.gutter.structureHighlightColor=#666699# Gutter marker highlight colorview.gutter.markerColor=#ccffcc# Gutter border colorsview.gutter.focusBorderColor=#990099view.gutter.noFocusBorderColor=#ffffff# Fold triangle colorview.gutter.foldColor=#838383# Gutter font nameview.gutter.font=Monospaced# Gutter font style# 0=plain, 1=bold, 2=italic, 3=boldItalicview.gutter.fontstyle=0# Gutter font sizeview.gutter.fontsize=10# Gutter border widthview.gutter.borderWidth=2# Gutter displays line numbersview.gutter.lineNumbers=false# Line numbers are drawn with this alignment (left, center, right)view.gutter.numberAlignment=right# Gutter line numbers are highlighted at this intervalview.gutter.highlightInterval=5# Gutter current line highlightingview.gutter.highlightCurrentLine=true# Marker highlightview.gutter.markerHighlight=true# Click behaviorview.gutter.foldClick=toggle-foldview.gutter.SfoldClick=toggle-fold-fullyview.gutter.CfoldClick=select-foldview.gutter.AfoldClick=narrow-foldview.gutter.structClick=match-structview.gutter.CstructClick=select-structview.gutter.AstructClick=narrow-struct#}}}# Expand abbrevs when space bar pressedview.expandOnInput=false#{{{ Syntax stylesview.style.comment1=color:#cc0000view.style.comment2=color:#ff8400view.style.comment3=color:#6600ccview.style.comment4=color:#cc6600view.style.digit=color:#ff0000view.style.foldLine.0=color:#000000 bgColor:#dafeda style:bview.style.foldLine.1=color:#000000 bgColor:#fff0cc style:bview.style.foldLine.2=color:#000000 bgColor:#e7e7ff style:bview.style.foldLine.3=color:#000000 bgColor:#ffe0f0 style:bview.style.function=color:#9966ffview.style.invalid=color:#ff0066 bgColor:#ffffccview.style.keyword1=color:#006699 style:bview.style.keyword2=color:#009966 style:bview.style.keyword3=color:#0099ff style:bview.style.keyword4=color:#66ccff style:bview.style.label=color:#02b902view.style.literal1=color:#ff00ccview.style.literal2=color:#cc00ccview.style.literal3=color:#9900ccview.style.literal4=color:#6600ccview.style.markup=color:#0000ffview.style.operator=color:#000000 style:b#}}}# Fancy Java2D stuffview.antiAlias=falseview.fracFontMetrics=false# Docking and tool bar positioningview.docking.alternateLayout=falseview.toolbar.alternateLayout=false#{{{ Status barview.status.foreground=blackview.status.background=whiteview.status.visible=trueview.status.show-caret-status=trueview.status.show-edit-mode=trueview.status.show-fold-mode=trueview.status.show-encoding=trueview.status.show-wrap=trueview.status.show-multi-select=trueview.status.show-rect-select=trueview.status.show-overwrite=trueview.status.show-line-seperator=trueview.status.show-memory=trueview.status.show-clock=falseview.status.memory.foreground=#ccccccview.status.memory.background=#666699a#}}}#}}}#{{{ Printing settings# Fontprint.font=Monospacedprint.fontsize=9print.fontstyle=0# Print header?print.header=true# Print footer?print.footer=true# Print line numbers?print.lineNumbers=true# Print in color, or black and white?print.color=false# Print tab sizeprint.tabSize=2# Force JDK 1.3 API even on 1.4print.force13=false# Force use of glyph vectors to work around spacing problemsprint.glyphVector=false#}}}#{{{ File system browser settingsvfs.browser.showMenubar=truevfs.browser.showToolbar=truevfs.browser.showIcons=truevfs.browser.showHiddenFiles=falsevfs.browser.sortMixFilesAndDirs=falsevfs.browser.sortIgnoreCase=truevfs.browser.doubleClickClose=falsevfs.browser.currentBufferFilter=false# Can be one of: buffer, home, favorites, lastvfs.browser.defaultPath=buffer# File list coloringvfs.browser.colorize=truevfs.browser.colors.0.glob={CVS,#*,*~,\\.*}vfs.browser.colors.0.color=#a0a0a0vfs.browser.colors.1.glob=*.classvfs.browser.colors.1.color=#660066vfs.browser.colors.2.glob={build.xml,makefile*}vfs.browser.colors.2.color=#666600vfs.browser.colors.3.glob=*.{gif,jpg,jpeg,png,bmp,xpm,svg}vfs.browser.colors.3.color=#009933vfs.browser.colors.4.glob=*.{gz,jar,zip,tgz,z,war,ear}vfs.browser.colors.4.color=#990000vfs.browser.colors.5.glob=tagsvfs.browser.colors.5.color=#003366vfs.browser.colors.6.glob=*.{sh,bat,cmd}vfs.browser.colors.6.color=#006666vfs.browser.colors.7.glob={CHANGELOG,CHANGES,INSTALL,LICENSE,NEWS,README,TODO}{,.txt}vfs.browser.colors.7.color=#330066vfs.browser.colors.8.glob=*.{props,properties}vfs.browser.colors.8.color=#666666#}}}#{{{ Plugin manager settingsplugin-manager.downloadSource=falseplugin-manager.installUser=trueplugin-manager.showAll=trueplugin-manager.mirror.id=NONEplugin-manager.deleteDownloads=trueplugin-manager.hide-libraries.toggle=true#}}}#{{{ Hidden settingsmenu.spillover=20bufferSwitcher.maxRowCount=10showTooltips=trueioThreadCount=4server.brokenToFront=false#}}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -