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

Panel status bar / edit box does not update on scrolling #9

Closed vinsworldcom closed 1 year ago

vinsworldcom commented 1 year ago

So long as you're knocking these out so quickly, this is bug or feature request, not sure ...

Using the latest 3.4.0, I love all the new features. The "status bar" / text box at the bottom of the panel does not update when using the arrow key to scroll. For example, I click on the 0.cities item and it correctly shows in the "status bar" / text box at the bottom of the panel, but then I use the down arrow to scroll down 2 items and the "status bar" / text box at the bottom of the panel does not update as I scroll.

image

Not sure if it's possible (bug), but surely a nice-to-have (feature request)

Cheers.

vinsworldcom commented 1 year ago

Fixed with https://github.com/molsonkiko/JsonToolsNppPlugin/commit/844ec1b7351ad7c49a5fc35447dbe475178577fd

Judging by the commit times and how quickly you fix these issues - I hope you're getting some sleep!

Cheers.