QWp6t

Results 45 comments of QWp6t

lol just [a 130,000-line diff](https://github.com/XhmikosR/notepad2-mod/files/39982/crypt.patch.txt), no prob. :trollface:

@XhmikosR I think he wants to know whether you mean scintilla or notepad2 when you say "upstream." @pffang This would be a Notepad2 issue, sorta. Notepad and Notepad2 both use...

From [Notepad2 FAQ](http://www.flos-freeware.ch/development-releases/notepad2-FAQs.html#uac-editing): There may be an easier way to save files with Administrator privileges. The principle of this method would be to create a temporary file, and then use...

It's trivial to do this with AutoIt. Here's how to hide menu bar: https://www.autoitscript.com/forum/topic/59746-menubar-removal-delete-hide/ Use this to hide window borders: https://www.autoitscript.com/forum/topic/9517-anyguiau3/?page=9 Something like this should work... ``` autoit $winRef =...

Brace matching is handled by Scintilla. This would have to be sent upstream to be implemented, wouldn't it? SciTE doesn't seem to match HTML elements either (unless I'm missing something?).

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

Kai Liu told me last year that he intends to update his patches and add in new features. I told him about this repo, but he said he preferred to...

Notepad2 already uses the `/p` and `/pt` switches to set the window position. Command Line Switches Notepad2.exe [encoding] [line-ending-mode] [/e id] [/g ln[,col]] [/m[-][r|b] text] [/l|/l0] [/q] [/s ext] [/d]...

http://www.w3fools.com/ Edit: Oh, I just realized they withdrew their attack on w3school.com Still, fuck w3schools. They're shit.

Have you tried asking on MozillaZine? I think they'd be more helpful than Github.