📄 jedit.props
字号:
###### jEdit global properties### :tabSize=8:indentSize=8:noTabs=false:### :folding=explicit:collapseFolds=1:###### Copyright (C) 1998, 2002 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 files for which to remember caret positionsrecentFiles=50# Restore open files on startup?restore=true# Restore even if file names specified on command line?restore.cli=false# Client instances open new views?client.newView=false# 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=~# Sort buffer listsortBuffers=truesortByName=true# Sort recent file listsortRecent=false# Default firewall propertiesfirewall.enabled=false# Keep dialog on by defaultsearch.keepDialog.toggle=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# 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=0# 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# Check modification status on focus?view.checkModStatus=true# 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.bracketHighlight=trueview.bracketHighlightColor=#000000# EOL markersview.eolMarkers=trueview.eolMarkerColor=#009999# Wrap guideview.wrapGuide=trueview.wrapGuideColor=#8080ff# Caret colorview.caretColor=#ff0000# Selection colorview.selectionColor=#ccccff# 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#{{{ Gutter# Gutter background colorview.gutter.bgColor=#ffffff# Gutter foreground colorview.gutter.fgColor=#000000# Gutter highlight colorview.gutter.highlightColor=#000066# Gutter current line highlight colorview.gutter.currentLineColor=#d04040# Gutter bracket highlightingview.gutter.bracketHighlight=trueview.gutter.bracketHighlightColor=#666699# Gutter marker highlight colorview.gutter.markerColor=#ccffcc# Gutter border colorsview.gutter.focusBorderColor=#666699view.gutter.noFocusBorderColor=#a0a0b4# Fold triangle colorview.gutter.foldColor=#666699# 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.gutterClick=toggleFoldview.gutter.gutterShiftClick=toggleFoldFullyview.gutter.gutterControlClick=selectFoldview.gutter.gutterAltClick=toggleFold#}}}# Expand abbrevs when space bar pressedview.expandOnInput=false#{{{ Syntax stylesview.style.comment1=color:#006666 style:iview.style.comment2=color:#990033 style:iview.style.digit=color:#666600view.style.function=color:#000066view.style.invalid=color:#ff0000view.style.keyword1=color:#000000 style:bview.style.keyword2=color:#660066 style:bview.style.keyword3=color:#000066 style:bview.style.label=color:#990033 style:ibview.style.literal1=color:#404040view.style.literal2=color:#404040view.style.markup=color:#5e5e5e style:bview.style.operator=style:bview.style.foldLine=bgColor:#e8e8e8 color:#009999 style:b#}}}# Fancy Java2D stuffview.antiAlias=falseview.fracFontMetrics=false# Docking and tool bar positioningview.docking.alternateLayout=falseview.toolbar.alternateLayout=false# Status barview.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-overwrite=trueview.status.show-line-seperator=trueview.status.show-memory=trueview.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#}}}#{{{ File system browser settingsvfs.browser.showToolbar=truevfs.browser.showIcons=truevfs.browser.showHiddenFiles=falsevfs.browser.sortMixFilesAndDirs=falsevfs.browser.sortIgnoreCase=truevfs.browser.doubleClickClose=falsevfs.browser.splitHorizontally=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#}}}#{{{ Hidden settingsmenu.spillover=20bufferSwitcher.maxRowCount=10showTooltips=trueview.monospacedHack=falseioThreadCount=4#}}}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -