notepad4 icon indicating copy to clipboard operation
notepad4 copied to clipboard

add json format/compress

Open Whtfck opened this issue 1 year ago • 1 comments

remove cJSON library

Whtfck avatar Mar 12 '24 07:03 Whtfck

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

zufuliu avatar May 01 '24 09:05 zufuliu