Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.fifesoft:rsyntaxtextarea from 3.3.0 to 3.3.4 #4453

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2023

Bumps com.fifesoft:rsyntaxtextarea from 3.3.0 to 3.3.4.

Release notes

Sourced from com.fifesoft:rsyntaxtextarea's releases.

3.3.4

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

Notable Changes

See also tickets marked for this release.

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

... (truncated)

Commits
  • c15c999 Preparing for 3.3.4 release
  • eaf7815 Bumping gradle version. bnd and spotbugs plugins still trigger deprecation wa...
  • 1c7374c Adding unit test for PythonTokenMaker's auto-indentation
  • 4a08790 Changes as requested by Bobby in code review
  • e73026a Add support for line continuations to the PythonFoldParser.
  • f7028d7 Add autoindent support to PythonTokenMaker.java
  • 7ae2965 Bumping gradle and other dependencies
  • 9379809 Improving JavaDoc on newly-publicized methods
  • 3b78fa5 "Publicize" 2 more methods
  • 5bc3519 "publicize" Gutter.setLineNumbersEnabled(boolean)
  • 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 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)

This change is Reviewable

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 22, 2023
@cwisniew cwisniew added this pull request to the merge queue Nov 22, 2023
Merged via the queue into develop with commit cf7db43 Nov 22, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/develop/com.fifesoft-rsyntaxtextarea-3.3.4 branch November 22, 2023 22:17
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.

None yet

1 participant