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

chore(deps): update dependency com.fifesoft:rsyntaxtextarea to v3 #3307

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 17, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
com.fifesoft:rsyntaxtextarea (source) major 1.5.2 -> 3.1.3

Release Notes

bobbylight/RSyntaxTextArea

v3.1.3

Compare Source

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

  • Fix #​355: Support unicode characters in identifiers in Java
  • Fix #​371: Add a system property that toggles whether matched-bracket popups use the text editor's background color
  • Fix #​375: Adding Kotlin syntax highlighting and code folding
  • Translated into Dutch (thanks @​DiGro!)
  • Translated into Finnish, French and Ukranian translations updated (thanks @​kosivantsov!)
  • Add support for SQL MERGE statements and CASE expressions (thanks @​manticore-projects!)
  • pt localization added, zh_CN updated (thanks @​kosivantsov!)

v3.1.2

Compare Source

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

  • Removing custom 'distributions' config for redistributable zip files
    in favor of standard artifacts generated by Gradle (which we've been using for a while anyway)
  • Fix: NPE in HTML fold parser when file ends with '</'
  • Fix #​354: Make Tab keypress indent a line if there's a single-line
    lection (before it would only do so if there was a multi-line selection)
  • Micro-optimization when tab is inserted into documents
  • Fix #​291: Adding Markdown syntax highlighting
  • Fix #​359, Fix #​360: Add code folding for assembly x86, assembly 6502 and ActionScript
  • Fix #​366: removeLineHighlight() removes the wrong highlight!
    LineHighlightInfo's equality check was busted
  • #​365: Add documentation to TokenTypes describing the semantics of
    SEPARATOR and matched-bracket painting
  • Feature: Adding UnicodeWriter constructors that take Charsets

v3.1.1

Compare Source

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

  • Adding tab line color to theme XML and adding new 'Druid' theme
  • Fix #​338: Syntax highlighter does not recognize Python keywords 'True', 'False' and 'None'
  • Fix #​336: Provide sensible defaults for menu shortcut key mask and avoid HeadlessException when fetching it

v3.1.0

Compare Source

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

  • Add wrap flag to SearchContext (thanks @​paul-griffith)
  • Fix #​327: Ability to increase margin between line number and fold indicators in gutter
  • Fix #​301: Fire hyperlink events when link-scanning-mask key is depressed and mouse enters and exits links. Previously we only fired 'activated' events when the mouse was clicked on a link
  • Fix #​238: When a tool tip is displayed above the mouse position, if the top of the tool tip would be cut off (i.e. it is so large it is larger than the screen height), ensure the top of the tooltip is on-screen, and let the bottom of it be off-screen
  • Fix #​245: Add code folding for Python

v3.0.8

Compare Source

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

v3.0.6

Compare Source

Precompiled jars are available on SourceForge and Maven (com.fifesoft:rsyntaxtextarea:3.0.6). This release only includes a small change to the build.gradle file so release artifacts are properly generated and pushed to Maven Central.

v3.0.4

Compare Source

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

  • Added Golang syntax highlighting and code folding
  • Fix #​307: Pasting as RTF into plain text editor removes newlines
  • Fix #​298: TypeScript: Properly highlight pipe operator
  • Performance improvement when loading large files via read()
  • Added UK translation (thanks @​kosivantsov)
  • Performance and mouse-selection improvements when word wrap is enabled (thanks @​mike-smith-portswigger)

v3.0.3

Compare Source

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

  • Adding CSV syntax highlighting. Alternating columns are colored differently to easily distinguish them when viewing as plain text.
  • Fix #​256: JSON: Allow spaces between key and colon, still highlight key string with proper color

v3.0.2

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

  • When editing CSS, Ctrl+/ now toggles comments (using /* and */)
  • Fixed a bug in the toggle comment action, that messed up syntax highlighting for languages that had a start- and end-token specified for line comments (e.g. CSS)
  • Made TokenImpl.toString() not throw a NullPointerException if is a non-paintable token.

v3.0.0

Compare Source

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

  • RSTA now compiles against Java 8
  • "Copy as RTF" action changed to "Copy as Styled Text", and now copies as either HTML or RTF, depending on the drop target. Now more compatible with MS Word, Outlook and other applications.
  • Simple YAML code folding, based on indentation
  • Added missing Lua keywords
  • Fixed a few minor bugs.

v2.6.1

Compare Source

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

  • Added YAML syntax highlighting
  • Added .ini file syntax highlighting
  • Alt+up/down arrows can move blocks of lines, not just single lines
  • Improved Gutter customization
  • Fixes several bugs

v2.6.0

Compare Source

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

  • Make Theme class members public for programmatic theme creation
  • Adding "matched bracket" popup, showing the line containing a matched bracket if it is scrolled off-screen
  • Syntax highlighting for Dockerfiles
  • Added Unicode support when copying as RTF
  • Updated compile target to Java 6 from Java 5
  • Fixes several bugs

v2.5.8

Compare Source

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

  • Syntax highlighting and code folding for less
  • Improves default key bindings on OS X
  • The RSTA jar is now OSGi-compatible
  • Fixes several bugs

v2.5.7

Compare Source

Precompiled jars are available on SourceForge and Maven (com.fifesoft:rsyntaxtextarea:2.5.7). This release fixes a few bugs, improves syntax highlighting for a few languages, and introduces CI and greatly expanded unit test coverage.

v2.5.6

Compare Source

Precompiled jars are available on SourceForge and Maven (com.fifesoft:rsyntaxtextarea:2.5.6). This release fixes a performance problem when painting tokens with background colors specified on OS X, as well as a couple of other minor defects.

v2.5.4

Compare Source

Precompiled jars are available on SourceForge and Maven (com.fifesoft:rsyntaxtextarea:2.5.4). Highlights for this release include:

  1. Clipboard History popup via Ctrl+Shift+V
  2. Better keyboard navigation on OS X
  3. Added Dart syntax highlighting and code folding
  4. Added D syntax highlighting and code folding
  5. JavaScript should automatically close multi-line comments.
  6. TokenMaker implementations can now come from external jars (thanks @​TimePath)
  7. Builds are now done with Gradle.

v2.5.3

Compare Source

Precompiled jars are available on SourceForge. Highlights for this release include:

  1. Improvements to PHP syntax highlighting.
  2. In HTML and XML, "mark occurrences" should match tag names even when the
    caret is in an attribute, not just when it is in the tag name itself.
  3. Java syntax highlighting updated for Java 8 classes, interfaces, and enums.
  4. SQL: Matching opening/closing parens are now highlighted.
  5. Fixed several bugs.

v2.5.2

Compare Source

Precompiled jars are available on SourceForge. Highlights for this release include:

  1. Whether or not curly braces denote code blocks is now handled on a
    language-index level, not per TokenMaker. This means TokenMakers such as
    HTML, JSP, and PHP can provide auto-indentation and curly brace closing for
    'sub-languages' such as JSP and CSS.
  2. Java syntax highlighting updated for Java 8 classes, interfaces, and enums.
  3. Added "mark occurrences" support for HTML.
  4. Curly braces can now be automatically closed when editing CSS.
  5. The SearchEngine class now automatically selects the next match after a
    Replace operation.
  6. Fixed errors when loading/saving Theme XML.
  7. Fixed several bugs.

v2.5.1

Compare Source

Precompiled jars are available on SourceForge. Highlights for this release include:

  • Improvements in Clojure syntax highlighting
  • Fixed exception in certain scenarios when word wrap and code folding were both enabled
  • Fixed rendering bug when visible whitespace was enabled
  • RTextScrollPane now allows JLayer/JXLayer as its view
  • Other minor bugs fixed

v2.5.0

Compare Source

v2.0.7

Compare Source

v2.0.6

Compare Source

v2.0.5.1

Compare Source

v2.0.4.1

Compare Source

v2.0.2

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@edalex-ian
Copy link
Member

Once day we'll play with this, but not today.

@edalex-ian edalex-ian closed this Aug 17, 2021
@edalex-ian edalex-ian deleted the renovate/com.fifesoft-rsyntaxtextarea-3.x branch August 17, 2021 07:12
@renovate
Copy link
Contributor Author

renovate bot commented Aug 17, 2021

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants