Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Bump rsyntaxtextarea from 3.1.2 to 3.2.0#159

Closed
dependabot[bot] wants to merge 1 commit intorewritefrom
dependabot/gradle/rewrite/com.fifesoft-rsyntaxtextarea-3.2.0
Closed

Bump rsyntaxtextarea from 3.1.2 to 3.2.0#159
dependabot[bot] wants to merge 1 commit intorewritefrom
dependabot/gradle/rewrite/com.fifesoft-rsyntaxtextarea-3.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2022

Bumps rsyntaxtextarea from 3.1.2 to 3.2.0.

Release notes

Sourced from rsyntaxtextarea's releases.

3.2.0

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

  • Fix #414: Make Gutter's "active" line number color configurable programmatically (thanks @​omegaui)
  • Fix #426: Make Gutter's "active" line number color configurable via the Theme API
  • Fix #424: Unit tests should run cleanly when running headlessly
  • Fix #59: Double-click and triple-click-and-drag should increase the selection by word and by line, respectively
  • Fix #434: CI builds should build on multiple Java versions (currently 8, 11, 14, 17) to sniff out possible future issues
  • Fix #206: Custom TokenMaker does not take effect with some Document/RSTA constructor orders
  • Fix #149: Mark occurrences problem with line wrap is enabled
  • Fix #428: Fix BLE in SearchEngine (thanks @​paul-griffith)
  • Fix #438: TokenImpl.isComment() is not correctly identifying comment tokens in markup languages
  • Fix #425: Add Automatic-Module-Name (thanks @​boessu)

See also tickets marked for this release.

3.1.6

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

  • Fixing the appearance of FocusableTip in FlatLaf
  • Fix #420: Add text block support to Java syntax highlighting
  • Fix #421: Add syntax highlighting for new Java keywords (thanks @​ThexXTURBOXx)
  • Add missing file extensions for Dockerfile, Groovy and others to FileTypeUtil (thanks @​ThexXTURBOXx)
  • Add \s as a new escape sequence in Java, per JLS 17

See also tickets marked for this release.

3.1.5

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

  • Fix #415: Add FileTypeUtil class to support sniffing out the syntax highlighting to use for a file

See also tickets marked for this release.

3.1.4

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

  • Fix invalid ParserManager state when first constructed (thanks @​derSascha)
  • Fix #391: markedOccurrencesDelay and Color should persist when marked occurrences is disabled and re-enabled
  • Fix FocusHotkey French translation (thanks @​ebourg)
  • Fix #390: Fix bugginess in HyperlinkEvents. LinkGenerators should only be triggered on 'activated' events, not 'entered' events
  • Fix #395: RSyntaxTextArea.setFont() should update the matched-bracket rendering if necessary
  • Fix Error Strip's Marker Position, when LineCount less than maximum possible lines according to VisualRec (thanks @​manticore-projects)
  • Fix #399: Makefile syntax highlighting should allow '-' in labels
  • Fix #401: SearchEngine.replaceAll() should ignore 'wrap' flag
  • Fix html format for text area with background image (thanks @​dzmipt)
  • Adding an action to cut as styled text (thanks @​dzmipt)
  • Update syntaxEditingStyle in alternate constructor (thanks @​Jakobeha)
  • Fix #409: Markdown: correctly highlight snake_case identifiers
  • Defaulting styled copy/cut action for RSyntaxTextArea. Updating style for html converter (thanks @​dzmipt)

... (truncated)

Commits
  • 0ecbb5d Preparing for 3.2.0 release - changes include new functionality so 3.1.7 isn'...
  • b890d32 Preparing for 3.1.7 release
  • f0ae655 Update to Checkstyle 9.3 and bump dependencies
  • cb7f68d DynamicIntArray unit tests
  • 256129d Switch to mockito-inline to work around Java 17 unit test mocking issue (http...
  • 2c3f389 Fixing some spelling, grammar and unused import warnings from IntelliJ
  • 0b9de56 Unit tests
  • c42ef92 Fixing broken test
  • 28b2367 Increasing unit test coverage for the least-covered files
  • a106a1e Parsing should start when a Parser is added to an RSTA instance at runtime. T...
  • 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.2 to 3.2.0.
- [Release notes](https://github.com/bobbylight/RSyntaxTextArea/releases)
- [Commits](bobbylight/RSyntaxTextArea@3.1.2...3.2.0)

---
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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2022

Superseded by #197.

@dependabot dependabot bot closed this Oct 1, 2022
@dependabot dependabot bot deleted the dependabot/gradle/rewrite/com.fifesoft-rsyntaxtextarea-3.2.0 branch October 1, 2022 12:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant