Tags: molsonkiko/JsonToolsNppPlugin
Tags
Release v8.4.0.4
- update GitHub references to point to this branch
- Add indicators showing that this is the big integer version,
not the main version,
since they will be maintained in parallel
- fix bug where integers bigger than double.MaxValue
would be treated as bigger than double.Infinity
Release v8.3.1: Fix crash with empty Rpath query FIX: previously a RemesPath query that was empty or only whitespace could cause Notepad++ to crash. Now this error is caught and properly handled. FIX: Properly throw an error with (hopefully) all cases where two valid RemesPath queries are not separated by a binop. For example, `@[0] * 7 3` or `7 + 9 s_len(bar)` would previously not have thrown errors even though they are syntactic nonsense.
Release JsonTools v8; update SetCurrentBufferInternalName
- API for renaming untitled tabs is being changed starting in Npp 8.6.9
- Also lowered threshold for stopping grepping
to about 200MB of grepped files on 32bit Notepad++,
b/c memory errors happen easier in 32bit.
release v7; up CSV sniff perf; valid8n ignore sel
RELEASE v7.0. Tested on Notepad++ versions
7.3.3, 8.3.3, 8.4.1, 8.5.8, 8.6.1, and 8.6.2.
FIX: greatly improve performances of CSV sniffing
by doing fast initial scan to determine EOL
CHANGE: automatic validation based on filename patterns
now always parses and validates the entire file,
even if the user has text selected that happens to be valid json
at the time of the automatic validation.
PreviousNext