XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://xhmikosr.github.io/notepad2-mod/
Other
1.45k stars 271 forks source link

implement pretty print #88

Open nhantrn opened 10 years ago

nhantrn commented 10 years ago

I would like to request a pretty print feature.

XhmikosR commented 10 years ago

No idea what you mean. Also without a patch chances are nothing will be implemented. On Jun 26, 2014 1:32 PM, "nhantrn" notifications@github.com 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.

QWp6t commented 10 years ago

"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.

XhmikosR commented 10 years ago

Would be nice to have for CSS and JS but you know the drill...