Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2023

Bumps rsyntaxtextarea from 3.2.0 to 3.3.3.

Release notes

Sourced from rsyntaxtextarea's releases.

3.3.3

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

Notable Changes

  • Fix #497, Fix #499: ErrorStrip bugs with mouse clicks and y-location in the document
  • Fix #490: ClassCastException when cutting or copying text from an RTextArea
  • Fix #492: NPE with certain (broken) JDK 17 builds

See also tickets marked for this release.

3.3.2

Precompiled jars are available on SourceForge and Maven (com.fifesoft:rsyntaxtextarea:3.3.2). This release is a bugfix release. All clients should upgrade to 3.3.2 as 3.3.1 was horribly broken (a bug was introduced that caused inserting newlines to corrupt the editor content in many situations).

Notable Changes

  • Fix #484: InsertBreakAction completely broken when in the middle of a line in 3.3.1
  • Fix #483: Umlauts and other diacritics cause wrong line wrap
  • Fix #482 SearchEngine.replace() should set the wrap flag when appropriate

See also tickets marked for this release.

3.3.1

Precompiled jars are available on SourceForge and Maven (com.fifesoft:rsyntaxtextarea:3.3.1). This release adds a few cool new features, and also improves keyboard shortcuts on macOS.

Highlights

🎁 Handlebars syntax highlighting

Syntax highlighting has been added for Handlebars files (#419).

🎁 Improved highlighting of imported files for C and C++

Previously, includes were rendered differently for "string.h" style vs <system> style includes. They are now rendered in the same fashion (#461):

🎁 Smarter string support

When the opening quote of a string is typed, the closing quote is now also inserted. The editor smartly overtypes the closing quote when appropriate, and ignores escaped quotes appropriately. This feature can be disabled by calling setInsertPairedCharacters(false) (#473).

🎁 Smarter paren and bracket support

When typing a quote, paren, or bracket, if there is a selection, the selected text is enclosed in the expected opening and closing character. This is meant to quickly quote text, or put it in parenthesis. This feature can be disabled by calling setInsertPairedCharacters(false) (#466).

... (truncated)

Commits
  • 3ad6296 Preparing for the 3.3.3 release
  • 1c11207 Fixing some spelling and grammar issues identified by IntelliJ
  • a3c9494 Update Marker positioning in ErrorStrip to accommodate recent changes - #497,...
  • 8ca443d Adjust lineToY calculation
  • 4616f2d Cleaning & fixing the caret's line-to-Y logic
  • 81cc71e Update ErrorStrip.java
  • 3cf39c1 Scroll to error strip mouse location
  • b406cb1 Fix #490: ClassCastException when copying/cutting text from an RTextArea
  • 5835bd5 Update RTextAreaUI.java
  • 72e3848 MarkOccurrencesSupport shouldn't filter based on specific characters, only to...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [rsyntaxtextarea](https://github.com/bobbylight/rsyntaxtextarea) from 3.2.0 to 3.3.3.
- [Release notes](https://github.com/bobbylight/rsyntaxtextarea/releases)
- [Commits](bobbylight/RSyntaxTextArea@3.2.0...3.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 28, 2023
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant