Skip to content

Bump com.fifesoft:rsyntaxtextarea from 3.6.3 to 4.0.0#371

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.fifesoft-rsyntaxtextarea-4.0.0
Open

Bump com.fifesoft:rsyntaxtextarea from 3.6.3 to 4.0.0#371
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.fifesoft-rsyntaxtextarea-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps com.fifesoft:rsyntaxtextarea from 3.6.3 to 4.0.0.

Release notes

Sourced from com.fifesoft:rsyntaxtextarea's releases.

4.0.0

Precompiled jars are available in Maven Central (com.fifesoft:rsyntaxtextarea:4.0.0). This is an especially important update if you render Markdown.

Highlights

🔧 The minimum required JRE is now 11 (#524)

The 3.x versions of RSTA ran on Java 8 and newer. The decision to bump the minimum required JRE was made for several reasons:

  1. Java 8 is ancient - end of (premier) support was 4 years ago, and Java 11 - also ancient - and came out 8 years ago (September 2018)
  2. Java 11 is the first LTS Java release that supported high DPI screens (Retina, 4k, etc.), which we can fully take advantage of
  3. This allows us to modernize the codebase

🎁 Support customizing the end-of-line marker (#708)

Previously, if setEolMarkersVisible(true) was called, the editor always rendered at the end of each line. Clients can now call setEolMarker(String) to set a custom value to render. The default has also been changed to the more appropriate .

Default Customized

🎁 Add syntax highlighting and code folding of .env files (#709)

Like it says on the tin.

.env syntax highlighting and code folding

🎁 Allow clients to define their own matched bracket pairs (#693)

The library no longer hard-codes [, (, and { as bracket types to match. Now, TokenMakers specify which chars, if any, represent "brackets" to match in them. This allows other languages to use other chara ters.

New Contributors

Full Changelog: bobbylight/RSyntaxTextArea@3.6.3...4.0.0

Commits
  • 5da7ebc chore(deps): Bumping version to 4.0.0
  • 17933bb perf: defer Fold/Position creation in XmlFoldParser until confirmed multi-line
  • c882d05 refactor: simplify Java file license headers
  • 312f78e build(deps): bump gradle, spotbugs, checkstyle, and junit-bom
  • dee3be9 fix: use YYINITIAL instead of TokenTypes.NULL for initial lexer state
  • 6e51514 feat: add RUndoManager#setEnabled to allow disabling undo tracking
  • dcdb4e4 feat: start a new undo edit on newline insertion
  • fd4129e fix: Make default monospaced font overridable
  • 7531767 feat: add syntax highlighting for .env files
  • 162f14e Support customizing the EOL marker (#704)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.fifesoft:rsyntaxtextarea](https://github.com/bobbylight/rsyntaxtextarea) from 3.6.3 to 4.0.0.
- [Release notes](https://github.com/bobbylight/rsyntaxtextarea/releases)
- [Commits](bobbylight/RSyntaxTextArea@3.6.3...4.0.0)

---
updated-dependencies:
- dependency-name: com.fifesoft:rsyntaxtextarea
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 20, 2026
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants