renovate-bot opened a new pull request, #5847: URL: https://github.com/apache/jmeter/pull/5847
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.fifesoft:rsyntaxtextarea](https://togithub.com/bobbylight/rsyntaxtextarea) ([source](https://togithub.com/bobbylight/RSyntaxTextArea)) | `3.2.0` -> `3.3.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>bobbylight/RSyntaxTextArea</summary> ### [`v3.3.3`](https://togithub.com/bobbylight/RSyntaxTextArea/releases/tag/3.3.3) [Compare Source](https://togithub.com/bobbylight/RSyntaxTextArea/compare/3.3.2...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](https://togithub.com/bobbylight/RSyntaxTextArea/issues/497), Fix [#​499](https://togithub.com/bobbylight/RSyntaxTextArea/issues/499): `ErrorStrip` bugs with mouse clicks and y-location in the document - Fix [#​490](https://togithub.com/bobbylight/RSyntaxTextArea/issues/490): ClassCastException when cutting or copying text from an RTextArea - Fix [#​492](https://togithub.com/bobbylight/RSyntaxTextArea/issues/492): NPE with certain (broken) JDK 17 builds See also [tickets marked for this release](https://togithub.com/bobbylight/RSyntaxTextArea/milestone/10?closed=1). ### [`v3.3.2`](https://togithub.com/bobbylight/RSyntaxTextArea/releases/tag/3.3.2) [Compare Source](https://togithub.com/bobbylight/RSyntaxTextArea/compare/3.3.1...3.3.2) Precompiled jars are available on [SourceForge](https://sourceforge.net/projects/rsyntaxtextarea/) 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](https://togithub.com/bobbylight/RSyntaxTextArea/issues/484): InsertBreakAction completely broken when in the middle of a line in 3.3.1 - Fix [#​483](https://togithub.com/bobbylight/RSyntaxTextArea/issues/483): Umlauts and other diacritics cause wrong line wrap - Fix [#​482](https://togithub.com/bobbylight/RSyntaxTextArea/issues/482) SearchEngine.replace() should set the wrap flag when appropriate See also [tickets marked for this release](https://togithub.com/bobbylight/RSyntaxTextArea/milestone/9?closed=1). ### [`v3.3.1`](https://togithub.com/bobbylight/RSyntaxTextArea/releases/tag/3.3.1) [Compare Source](https://togithub.com/bobbylight/RSyntaxTextArea/compare/3.3.0...3.3.1) Precompiled jars are available on [SourceForge](https://sourceforge.net/projects/rsyntaxtextarea/) and Maven (`com.fifesoft:rsyntaxtextarea:3.3.1`). This release adds a few cool new features, and also improves keyboard shortcuts on macOS. #### Highlights ##### :gift: Handlebars syntax highlighting Syntax highlighting has been added for [Handlebars](https://handlebarsjs.com/) files ([#​419](https://togithub.com/bobbylight/RSyntaxTextArea/issues/419)). <kbd> <img src="https://user-images.githubusercontent.com/1631766/208322557-9162ff5e-b5ac-4541-b1b2-114efa85e925.png"></img> </kbd> ##### :gift: 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): <kbd> <img src="https://user-images.githubusercontent.com/1631766/208328137-e4d25a54-d671-4be4-b9a3-15572072ef15.png"></img> </kbd> ##### :gift: 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). ##### :gift: 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). <kbd> <img width=400 src="https://user-images.githubusercontent.com/1631766/208328356-d39ea01f-14cc-4e97-89d0-96ebfe220fd3.png"> </img> <img width=400 src="https://user-images.githubusercontent.com/1631766/208328434-9324936c-ee66-40c7-946b-afcb1114dbc4.png"> </img> </kbd> #### 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](https://togithub.com/bobbylight/RSyntaxTextArea/milestone/8?closed=1). ### [`v3.3.0`](https://togithub.com/bobbylight/RSyntaxTextArea/releases/tag/3.3.0) [Compare Source](https://togithub.com/bobbylight/RSyntaxTextArea/compare/3.2.0...3.3.0) Precompiled jars are available on [SourceForge](https://sourceforge.net/projects/rsyntaxtextarea/) and Maven (`com.fifesoft:rsyntaxtextarea:3.3.0`). This release brings the following changes: #### Highlights ##### :gift: 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: <kbd> <img width=400 src="https://user-images.githubusercontent.com/1631766/192181731-825ed064-c254-4a30-adef-e28849ed5d5d.png"></img> <div align="center">"Modern" style</div> </kbd> <kbd> <img width=400 src="https://user-images.githubusercontent.com/1631766/192181234-4b010fc5-f302-4971-b1b1-64809048ad35.png"></img> <div align="center">"Classic" style</div> </kbd> ##### :gift: "Armed" fold icon color Theme and API support allow for specifying a different color for "armed" code folds. This results in a more visually pleasing, interactive UI. All built-in themes have been modified to take advantage of this feature (#​460): <kbd> <img src="https://user-images.githubusercontent.com/1631766/192182023-c02f923c-316f-4a25-befd-61785690e996.png"></img> </kbd> ##### :gift: Protobuf syntax highlighting and code folding Added protobuf syntax highlighting and code folding support (#​446): <kbd> <img src="https://user-images.githubusercontent.com/1631766/192182187-e2845432-adc5-4057-bf8c-c7ccdd8ea665.png"></img> </kbd> ##### :gift: Ruby syntax highlighting improvements Ruby saw some small syntax highlighting improvements (#​448, #​449): <kbd> <img src="https://user-images.githubusercontent.com/1631766/192182315-5f95e897-7acf-4b99-bb03-5a3d8d8105c5.png"></img> </kbd> #### Notable Changes * Fix #​449: (Ruby) Add missing Ruby keywords * Fix #​448: (Ruby) Square brackets aren't supported in bracket matching * Fix #​450: Add several missing MacOS keyboard shortcuts * Fix #​446: Add Protobuf syntax highlighting and code folding * Fix #​456: Setting the fold icon background color doesn't take effect immediately * Fix #​453: (JavaScript) Keyword `of` is not syntax highlighted * Fix #​454: Support `Parser`s that can't parse line by line * Fix #​458: Modernize the fold icon appearance. Add toggle between the "classic" and "modern" appearances * Fix #​459: Add API to hide expanded folds except on hover * Fix #​443: Hyperlinks stoped working on 3.1.0+ (thanks @​ThexXTURBOXx) * Fix #​441: Control+Click opens popup on MacOS rather than going to definition * Fix #​460: Support different foreground color for armed fold icons See also [tickets marked for this release](https://togithub.com/bobbylight/RSyntaxTextArea/milestone/7?closed=1). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 3 weeks on Monday" (UTC), Automerge - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/apache/jmeter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9--> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org