Integrated: JDK-8303443: IGV: Syntax highlighting and resizing for filter editor

Tobias Holenstein tholenstein at openjdk.org
Wed Mar 8 10:55:28 UTC 2023


On Wed, 1 Mar 2023 12:14:07 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">

This pull request has now been integrated.

Changeset: d9882523
Author:    Tobias Holenstein <tholenstein at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d9882523780f360afc94d3df5658019d832e596e
Stats:     113 lines in 2 files changed: 89 ins; 3 del; 21 mod

8303443: IGV: Syntax highlighting and resizing for filter editor

Reviewed-by: rcastanedalo, thartmann

-------------

PR: https://git.openjdk.org/jdk/pull/12803


More information about the hotspot-compiler-dev mailing list