notepad4
notepad4 copied to clipboard
add json format/compress
remove cJSON library
Renamed menus to "Code Compress" and "Code Pretty".
CC @maboroshin, @Matteo-Nigro, @VenusGirl for menu translation.
207eb024dae36d93d080cf9d5220e12969418e7d implemented this for CSS, JavaScript (pretty still needs further work), JSON and JSON5 with existing Scintilla lexer feature to simplify code. As such, compress & pretty only works when current lexer is CSS, JavaScript and JSON.
https://github.com/zufuliu/notepad2/blob/207eb024dae36d93d080cf9d5220e12969418e7d/src/Bridge.cpp#L1151-L1155