You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entering an invalid regex (e.g., unbalanced parentheses) in the find/replace form no longer causes plugin crash and instead simply causes a message box to pop up and an early return. However, the find/replace form's tree view is lost as a result, and so the find/replace form will need to be closed and reopened afterwards.
Next chunk and First chunk plugin commands (and associated buttons on chunk form) now add a new chunk if you were already on the last chunk (for Next chunk) or no chunks had been added.
Reduced flickering when moving between find results in the find/replace form.
Fixed bug where chunking a JSON file and then chunking another JSON file would cause the second file to be chunked incorrectly.
Added
First chunk, Last chunk, and Next chunk plugin commands all scroll the selected tree node into view on the chunk form.
Show total match count on find/replace form, and indicate if fewer matches are shown than the total number found. Do the same for each chunk.