-
foldingMenu
javax.swing.JMenu foldingMenu
-
syntaxStyleKey
java.lang.String syntaxStyleKey
The key for the syntax style to be highlighting.
-
syntaxScheme
SyntaxScheme syntaxScheme
The colors used for syntax highlighting.
-
match
java.awt.Rectangle match
The rectangle surrounding the "matched bracket" if bracket matching
is enabled.
-
dotRect
java.awt.Rectangle dotRect
The rectangle surrounding the current offset if both bracket matching and
"match both brackets" are enabled.
-
bracketInfo
java.awt.Point bracketInfo
Used to store the location of the bracket at the caret position (either
just before or just after it) and the location of its match.
-
matchedBracketBGColor
java.awt.Color matchedBracketBGColor
Colors used for the "matched bracket" if bracket matching is enabled.
-
matchedBracketBorderColor
java.awt.Color matchedBracketBorderColor
-
lastBracketMatchPos
int lastBracketMatchPos
The location of the last matched bracket.
-
bracketMatchingEnabled
boolean bracketMatchingEnabled
Whether or not bracket matching is enabled.
-
animateBracketMatching
boolean animateBracketMatching
Whether or not bracket matching is animated.
-
paintMatchedBracketPair
boolean paintMatchedBracketPair
Whether both brackets are highlighted when bracket matching.
-
bracketRepaintTimer
org.fife.ui.rsyntaxtextarea.RSyntaxTextArea.BracketMatchingTimer bracketRepaintTimer
-
metricsNeverRefreshed
boolean metricsNeverRefreshed
-
autoIndentEnabled
boolean autoIndentEnabled
Whether or not auto-indent is on.
-
closeCurlyBraces
boolean closeCurlyBraces
Whether curly braces should be closed on Enter key presses, (if the
current language supports it).
-
closeMarkupTags
boolean closeMarkupTags
Whether closing markup tags should be automatically completed when
"</
" is typed (if the current language is a markup
language).
-
clearWhitespaceLines
boolean clearWhitespaceLines
Whether or not lines with nothing but whitespace are "made empty."
-
whitespaceVisible
boolean whitespaceVisible
Whether we are displaying visible whitespace (spaces and tabs).
-
eolMarkersVisible
boolean eolMarkersVisible
Whether EOL markers should be visible at the end of each line.
-
paintTabLines
boolean paintTabLines
Whether tab lines are enabled.
-
tabLineColor
java.awt.Color tabLineColor
The color to use when painting tab lines.
-
hyperlinksEnabled
boolean hyperlinksEnabled
Whether hyperlinks are enabled (must be supported by the syntax
scheme being used).
-
hyperlinkFG
java.awt.Color hyperlinkFG
The color to use when painting hyperlinks.
-
linkScanningMask
int linkScanningMask
Mask used to determine if the correct key is being held down to scan
for hyperlinks (ctrl, meta, etc.).
-
highlightSecondaryLanguages
boolean highlightSecondaryLanguages
Whether secondary languages have their backgrounds colored.
-
useSelectedTextColor
boolean useSelectedTextColor
Whether the "selected text" color should be used with selected text.
-
markOccurrencesSupport
org.fife.ui.rsyntaxtextarea.MarkOccurrencesSupport markOccurrencesSupport
Handles "mark occurrences" support.
-
markOccurrencesColor
java.awt.Color markOccurrencesColor
The color used to render "marked occurrences."
-
paintMarkOccurrencesBorder
boolean paintMarkOccurrencesBorder
Whether a border should be painted around marked occurrences.
-
defaultFontMetrics
java.awt.FontMetrics defaultFontMetrics
Metrics of the text area's font.
-
parserManager
org.fife.ui.rsyntaxtextarea.ParserManager parserManager
Manages running the parser.
-
cachedTip
java.lang.String cachedTip
-
cachedTipLoc
java.awt.Point cachedTipLoc
Used to work around an issue with Apple JVMs.
-
isScanningForLinks
boolean isScanningForLinks
Whether the editor is currently scanning for hyperlinks on mouse
movement.
-
hoveredOverLinkOffset
int hoveredOverLinkOffset
-
linkGenerator
LinkGenerator linkGenerator
-
linkGeneratorResult
LinkGeneratorResult linkGeneratorResult
-
rhsCorrection
int rhsCorrection
-
foldManager
FoldManager foldManager
-
useFocusableTips
boolean useFocusableTips
Whether "focusable" tool tips are used instead of standard ones.
-
focusableTip
FocusableTip focusableTip
The last focusable tip displayed.
-
aaHints
java.util.Map<K,V> aaHints
Cached desktop anti-aliasing hints, if anti-aliasing is enabled.
-
tokenPainter
org.fife.ui.rsyntaxtextarea.TokenPainter tokenPainter
Renders tokens.
-
lineHeight
int lineHeight
-
maxAscent
int maxAscent
-
fractionalFontMetricsEnabled
boolean fractionalFontMetricsEnabled
-
secondaryLanguageBackgrounds
java.awt.Color[] secondaryLanguageBackgrounds