notepad2-mod
notepad2-mod copied to clipboard
implement pretty print
I would like to request a pretty print feature.
No idea what you mean. Also without a patch chances are nothing will be implemented. On Jun 26, 2014 1:32 PM, "nhantrn" [email protected] wrote:
I would like to request a pretty print feature.
— Reply to this email directly or view it on GitHub https://github.com/XhmikosR/notepad2-mod/issues/88.
"pretty print" is when you take minified code and you un-minify it. It's a superficial form of deobfuscation. At a bare minimum, it will add whitespace back into the code. Some will do somewhat deeper deobfuscation if it recognizes the packer. And some can use a sourcemap to restore the code back to its original source state.
Would be nice to have for CSS and JS but you know the drill...