Skip to content

Update dependency com.fifesoft:rsyntaxtextarea to v3.6.2#15

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/com.fifesoft-rsyntaxtextarea-3.x
Open

Update dependency com.fifesoft:rsyntaxtextarea to v3.6.2#15
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/com.fifesoft-rsyntaxtextarea-3.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Oct 26, 2024

This PR contains the following updates:

Package Change Age Confidence
com.fifesoft:rsyntaxtextarea (source) 3.5.13.6.2 age confidence

Release Notes

bobbylight/RSyntaxTextArea (com.fifesoft:rsyntaxtextarea)

v3.6.2

Compare 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.

PowerShell
image
🎁 Syntax highlighting improvement for INI by @​sesquialtera87 in #​622

Issues around strings, comments, and square brackets in values were all fixed.

Before After
image image
🔧 Minor tweaks to TextEditorPane by @​bobbylight in #​648
  • Calling reload() on a local, new/unsaved file is now a no-op, and doesn't throw an exception
  • Calling load() now sets lastSaveOrLoadTime
🎁 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.

Collapsed fold line background
image
🔧 Fix FR encoding error in focusable tips by @​bobbylight in #​654

The accented character was incorrectly defined for focusable tooltips in French:

Before After
image image

New Contributors

Full Changelog: bobbylight/RSyntaxTextArea@3.6.0...3.6.2

v3.6.1

Compare 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.0

Compare 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.

VHDL Syntax Highlighting
image
🎁 Added Add/Remove events for bookmarks in IconRowHeader (#​600) (@​roger1337)

Adding and removing bookmarks from IconRowHeader now fires events that applications can listen to.

🎁 Update Russian translation of the ClipboardHistory strings (#​604) (@​MeToDucT)

Clipboard history is now translated into Russian.

Russian Paste popup (Ctrl+Shift+V / Cmd+Shift+V)
image

See also tickets marked for this release.

v3.5.4

Compare Source

Precompiled jars are available in Maven Central (com.fifesoft:rsyntaxtextarea:3.5.4).

Highlights

🎁 Improved Toggle Comment behavior (#​570, #​589, #​591)

The toggle comment action (mapped to Ctrl + / and Cmd + /) now behaves better for single-line comments.

Toggling line comments
image
🎁 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 Theme or SyntaxScheme didn'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.

Before After
image image

Other Notable Changes

  • Fix #​592: RTextArea.setUI() should not override non-UIResource fonts

See also tickets marked for this release.

v3.5.3

Compare 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

  • RSTA now builds with Java 17. It still runs on Java 8 and later. The upcoming 4.0 release will target Java 11+
  • #​577 Avoid showing MatchedBracketPopup if RSTA instance isn't in focus (@​ivanschehl)
  • Fix #​541: Line numbers resize when getting a new document
  • Fix #​581: Overzealous Mark Occurrences for single characters
  • Fix #​581: Periods and commas marked in "Marked Occurrences"
  • Fix #​585 FileTypeUtil should identify Rust files

See also tickets marked for this release.

v3.5.2

Compare Source

Precompiled jars are available in Maven Central (com.fifesoft:rsyntaxtextarea:3.5.2). This is a bugfix release.

Notable Changes

See also tickets marked for this release.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/com.fifesoft-rsyntaxtextarea-3.x branch from f2cf646 to 95fd3fb Compare December 8, 2024 23:09
@renovate renovate Bot changed the title Update dependency com.fifesoft:rsyntaxtextarea to v3.5.2 Update dependency com.fifesoft:rsyntaxtextarea to v3.5.3 Dec 8, 2024
@renovate renovate Bot force-pushed the renovate/com.fifesoft-rsyntaxtextarea-3.x branch from 95fd3fb to 183e4d9 Compare February 8, 2025 17:03
@renovate renovate Bot changed the title Update dependency com.fifesoft:rsyntaxtextarea to v3.5.3 Update dependency com.fifesoft:rsyntaxtextarea to v3.5.4 Feb 8, 2025
@renovate renovate Bot force-pushed the renovate/com.fifesoft-rsyntaxtextarea-3.x branch from 183e4d9 to 12ec068 Compare March 18, 2025 02:29
@renovate renovate Bot changed the title Update dependency com.fifesoft:rsyntaxtextarea to v3.5.4 Update dependency com.fifesoft:rsyntaxtextarea to v3.6.0 Mar 18, 2025
@renovate renovate Bot force-pushed the renovate/com.fifesoft-rsyntaxtextarea-3.x branch from 12ec068 to fc0c3f9 Compare December 29, 2025 04:57
@renovate renovate Bot changed the title Update dependency com.fifesoft:rsyntaxtextarea to v3.6.0 Update dependency com.fifesoft:rsyntaxtextarea to v3.6.1 Dec 29, 2025
@renovate renovate Bot force-pushed the renovate/com.fifesoft-rsyntaxtextarea-3.x branch from fc0c3f9 to 9dbf1ad Compare February 27, 2026 20:46
@renovate renovate Bot changed the title Update dependency com.fifesoft:rsyntaxtextarea to v3.6.1 Update dependency com.fifesoft:rsyntaxtextarea to v3.6.2 Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants