molsonkiko / JsonToolsNppPlugin

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

Dynamic sizing #6

Closed vinsworldcom closed 2 years ago

vinsworldcom commented 2 years 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 2 years ago

Fixed in 4b50d1a