Update dependency com.fifesoft:rsyntaxtextarea to v3.6.2#15
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency com.fifesoft:rsyntaxtextarea to v3.6.2#15renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
f2cf646 to
95fd3fb
Compare
95fd3fb to
183e4d9
Compare
183e4d9 to
12ec068
Compare
12ec068 to
fc0c3f9
Compare
fc0c3f9 to
9dbf1ad
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.5.1→3.6.2Release Notes
bobbylight/RSyntaxTextArea (com.fifesoft:rsyntaxtextarea)
v3.6.2Compare Source
Precompiled jars are available in Maven Central (com.fifesoft:rsyntaxtextarea:3.6.2).
Highlights
🎁 Added PowerShell Syntax Highlighting by @Var7600 in #606
Syntax highlighting of PowerShell is now supported.
🎁 Syntax highlighting improvement for INI by @sesquialtera87 in #622
Issues around strings, comments, and square brackets in values were all fixed.
🔧 Minor tweaks to TextEditorPane by @bobbylight in #648
reload()on a local, new/unsaved file is now a no-op, and doesn't throw an exceptionload()now setslastSaveOrLoadTime🎁 Add fold indicator background by @DJ-Raven in #651
The editor now supports a background color for collapsed fold lines.
Themes can define this property as well.🔧 Fix FR encoding error in focusable tips by @bobbylight in #654
The accented character was incorrectly defined for focusable tooltips in French:
New Contributors
Full Changelog: bobbylight/RSyntaxTextArea@3.6.0...3.6.2
v3.6.1Compare Source
Precompiled jars are available in Maven Central (
com.fifesoft:rsyntaxtextarea:3.6.1).Highlights
No new features, this release is primarily to bump dependencies and get publishing to Maven Central working again.
What's Changed
New Contributors
Full Changelog: bobbylight/RSyntaxTextArea@3.6.0...3.6.1
v3.6.0Compare Source
Precompiled jars are available in Maven Central (
com.fifesoft:rsyntaxtextarea:3.6.0).Highlights
🎁 Added VHDL Syntax Highlighting (#505) (@Var7600)
Syntax highlighting of VHDL is now supported.
🎁 Added Add/Remove events for bookmarks in
IconRowHeader(#600) (@roger1337)Adding and removing bookmarks from
IconRowHeadernow fires events that applications can listen to.🎁 Update Russian translation of the
ClipboardHistorystrings (#604) (@MeToDucT)Clipboard history is now translated into Russian.
See also tickets marked for this release.
v3.5.4Compare Source
Precompiled jars are available in Maven Central (
com.fifesoft:rsyntaxtextarea:3.5.4).Highlights
🎁 Improved
Toggle Commentbehavior (#570, #589, #591)The
toggle commentaction (mapped toCtrl + /andCmd + /) now behaves better for single-line comments.🎁 Collapsed code fold's preview should honor default font color (#593, #598)
Hovering over a collapsed fold's icon shows a preview of the collapsed content. This preview could use the wrong "default" font color when the installed
ThemeorSyntaxSchemedidn't define an explicit foreground color for a token type. This is now fixed to fall back to the text area's default foreground color, which matches the editor behavior.Other Notable Changes
RTextArea.setUI()should not override non-UIResource fontsSee also tickets marked for this release.
v3.5.3Compare Source
Precompiled jars are available in Maven Central (
com.fifesoft:rsyntaxtextarea:3.5.3). This is primarily a bugfix release, but we also bump the minimum JDK version required to build to JDK 17. RSTA will continue to build targeting Java 8 until our upcoming 4.0 release.Notable Changes
MatchedBracketPopupif RSTA instance isn't in focus (@ivanschehl)See also tickets marked for this release.
v3.5.2Compare Source
Precompiled jars are available in Maven Central (
com.fifesoft:rsyntaxtextarea:3.5.2). This is a bugfix release.Notable Changes
System.out.println()call (again)appendFoldingMenu()(@Mino260806)See also tickets marked for this release.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.