3.1.4
Precompiled jars are available on SourceForge and Maven (com.fifesoft:rsyntaxtextarea:3.1.4
). This release brings the following changes:
- Fix invalid
ParserManager
state when first constructed (thanks @derSascha) - Fix #391:
markedOccurrencesDelay
andColor
should persist when marked occurrences is disabled and re-enabled - Fix FocusHotkey French translation (thanks @ebourg)
- Fix #390: Fix bugginess in
HyperlinkEvent
s.LinkGenerator
s should only be triggered on 'activated' events, not 'entered' events - Fix #395:
RSyntaxTextArea.setFont()
should update the matched-bracket rendering if necessary - Fix Error Strip's Marker Position, when LineCount less than maximum possible lines according to VisualRec (thanks @manticore-projects)
- Fix #399: Makefile syntax highlighting should allow '-' in labels
- Fix #401:
SearchEngine.replaceAll()
should ignore 'wrap' flag - Fix html format for text area with background image (thanks @dzmipt)
- Adding an action to cut as styled text (thanks @dzmipt)
- Update
syntaxEditingStyle
in alternate constructor (thanks @Jakobeha) - Fix #409: Markdown: correctly highlight snake_case identifiers
- Defaulting styled copy/cut action for RSyntaxTextArea. Updating style for html converter (thanks @dzmipt)
- Fix #410: Add a gradle task to run the main RSTA demo
- Fix
FocusableTip
's size grip rendering on OS X when in dark mode - Fix #404: Down arrow key leaves garbage when rendering on OS X in some situations
- Adding URL highlighting and clickability to Ruby
See also tickets marked for this release.