molsonkiko / JsonToolsNppPlugin

A Notepad++ plugin providing tools for JSON like linting, querying, a tree view, and CSV conversion.
Apache License 2.0
70 stars 9 forks source link

Dynamic sizing #6

Closed vinsworldcom closed 1 year ago

vinsworldcom commented 1 year ago

From the following image, you can see the tree view is of fixed size.

image

It would be nice to respond to resizing events so that the tree view stretches to the bottom and right of the panel if it is resized:

image

Cheers.

vinsworldcom commented 1 year ago

Fixed in 4b50d1a