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.2.0 to 3.3.1 #99

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2022

Bumps rsyntaxtextarea from 3.2.0 to 3.3.1.

Release notes

Sourced from rsyntaxtextarea's releases.

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"

See also tickets marked for this release.

3.3.0

Precompiled jars are available on SourceForge and Maven (com.fifesoft:rsyntaxtextarea:3.3.0). This release brings the following changes:

Highlights

馃巵 Modern fold icon appearance

Added a new, modern appearance for the code folding region of the gutter, mimicking editors such as VS Code. The appearance of the code folding region can be toggled back to the previous, "classic" appearance, or further customized to your own liking, via the API:

... (truncated)

Commits
  • ebfec33 Removing version number from a couple of unnecessary places that were difficu...
  • 16552d6 Bumping dependencies
  • ef373ac Fix #476: macOS: Wrong shortcut for 'delete previous word'
  • 33ff065 Fix #475: Improved caret behavior on first and last lines
  • 03e8dd4 Fix #473: Automatically insert a closing quote for string literals in languag...
  • 875dbab Fix #469: setClearWhitespaceLinesEnabled doesn't work if auto-indent is enabled
  • f3f91b3 Fix #90: Auto wrap selected text in quotes and parens
  • 5403728 Fix #419: Adding Handlebars syntax highlighting
  • 7bb63d9 #461: Additinal tweaks to rendering #includes for C and C++. Allow for arbitr...
  • c1741b1 Converting URLs in comments, etc. from http to https where possible
  • 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.1.
- [Release notes](https://github.com/bobbylight/rsyntaxtextarea/releases)
- [Commits](bobbylight/RSyntaxTextArea@3.2.0...3.3.1)

---
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 Dec 19, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 16, 2023

Superseded by #107.

@dependabot dependabot bot closed this Jan 16, 2023
@dependabot dependabot bot deleted the dependabot/gradle/com.fifesoft-rsyntaxtextarea-3.3.1 branch January 16, 2023 01:58
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