zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
3.13k stars 203 forks source link

add json format/compress #772

Closed Whtfck closed 4 months ago

Whtfck commented 6 months ago

remove cJSON library

zufuliu commented 5 months ago

Renamed menus to "Code Compress" and "Code Pretty". CC @maboroshin, @Matteo-Nigro, @VenusGirl for menu translation. image

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