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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rsyntaxtextarea from 3.1.3 to 3.3.2 #159

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps rsyntaxtextarea from 3.1.3 to 3.3.2.

Release notes

Sourced from rsyntaxtextarea's releases.

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

Notable Changes

  • Fix #461: [Bug]: C/C++: Highlight the import files
  • Fix #419: Handlebars syntax highlighting
  • Fix #466: Auto wrap selected text in quotes and parens
  • Fix #469: setClearWhitespaceLinesEnabled doesn't work if auto-indent is disabled
  • Fix #473: Automatically insert closing quote for string literals in languages that support it
  • Fix #475: Improved caret behavior on first and last lines
  • Fix #476: macOS: Wrong shortcut for "delete previous word"

... (truncated)

Commits
  • 2a8bf52 Preparing for 3.3.2 release
  • 6a59517 Fixing Spotbugs warnings
  • 4c169e1 Fix #483: Umlauts and other diacritics cause wrong line wrap
  • e25db5b Fix #484: InsertBreakAction completely broken when in the middle of a line in...
  • 330009e Fixing some unnecessary local variable initializations
  • ac5d990 Adding more unit tests for SearchContext
  • 4b0dbd4 Fix #482 SearchEngine.replace() should set the wrap flag when appropriate
  • 24a1538 Adding unit tests for FileTypeUtil.stripBackupExtensions
  • 4009c96 Dumb complete-word action (Ctrl+Enter/Cmd+Enter) doesn't always beep when no ...
  • 8255532 Bumping version to 3.3.2-SNAPSHOT
  • 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.1.3 to 3.3.2.
- [Release notes](https://github.com/bobbylight/rsyntaxtextarea/releases)
- [Commits](bobbylight/RSyntaxTextArea@3.1.3...3.3.2)

---
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 Jan 16, 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.

None yet

0 participants