-
syntaxStyleKey
String syntaxStyleKey
The key for the syntax style to be highlighting.
-
syntaxScheme
SyntaxScheme syntaxScheme
The colors used for syntax highlighting.
-
match
Rectangle match
The rectangle surrounding the "matched bracket" if bracket matching
is enabled.
-
matchedBracketBGColor
Color matchedBracketBGColor
Colors used for the "matched bracket" if bracket matching is
enabled.
-
matchedBracketBorderColor
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.
-
bracketRepaintTimer
org.fife.ui.rsyntaxtextarea.RSyntaxTextArea.BracketMatchingTimer bracketRepaintTimer
-
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.
-
hyperlinksEnabled
boolean hyperlinksEnabled
Whether hyperlinks are enabled (must be supported by the syntax
scheme being used).
-
hyperlinkFG
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.).
-
rtfGenerator
RtfGenerator rtfGenerator
Used during "Copy as RTF" operations.
-
markOccurrencesSupport
org.fife.ui.rsyntaxtextarea.MarkOccurrencesSupport markOccurrencesSupport
Handles "mark occurrences" support.
-
markOccurrencesColor
Color markOccurrencesColor
The color used to render "marked occurrences."
-
defaultFontMetrics
FontMetrics defaultFontMetrics
Metrics of the text area's font.
-
parserManager
org.fife.ui.rsyntaxtextarea.ParserManager parserManager
Manages running the parser.
-
isScanningForLinks
boolean isScanningForLinks
Whether the editor is currently scanning for hyperlinks on mouse
movement.
-
hoveredOverLinkOffset
int hoveredOverLinkOffset
-
useFocusableTips
boolean useFocusableTips
Whether "focusable" tool tips are used instead of standard ones.
-
focusableTip
FocusableTip focusableTip
The last focusable tip displayed.
-
lineHeight
int lineHeight
-
maxAscent
int maxAscent
-
aaHintFieldName
String aaHintFieldName
-
aaHint
Object aaHint
-
fractionalFontMetricsEnabled
boolean fractionalFontMetricsEnabled