RFR: JDK-8303443: IGV: Syntax highlighting and resizing for filter editor [v3]
Tobias Hartmann
thartmann at openjdk.org
Wed Mar 8 10:25:12 UTC 2023
On Mon, 6 Mar 2023 14:59:00 GMT, Tobias Holenstein <tholenstein at openjdk.org> wrote:
>> In the Filter window of the IdealGraphVisualizer (IGV) the user can double-click on a filter to edit the javascript code.
>>
>> - Previously, the code window was not resizable and had no syntax highlighting
>> <img width="782" alt="editor_old" src="https://user-images.githubusercontent.com/71546117/222137737-1042b272-2c4f-4ae2-929d-2c5d285818e4.png">
>>
>> - Now, the code window can be resized by the user and has basic syntax highlighting for `keywords`, `strings` and `comments`
>> <img width="727" alt="editor_new" src="https://user-images.githubusercontent.com/71546117/222137687-892ba36d-4a76-4769-ada7-7982ea59a5ac.png">
>
> Tobias Holenstein has updated the pull request incrementally with one additional commit since the last revision:
>
> make NetBeans form editor work again
Works well for me too.
-------------
Marked as reviewed by thartmann (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12803
More information about the hotspot-compiler-dev
mailing list