Notepad2e
Notepad2e copied to clipboard
Document the command line
I can't find a clear description of Notepad2's command-line. The help text /? is overly succinct - for example, how one uses -, why /e does nothing or why + is necessary given that notepad2.exe file1 file2 always gives an error and + could be implicit?
Please go through the code and provide a description of how exactly the command line is parsed and which switches it accepts. The FAQ http://www.flos-freeware.ch/development-releases/notepad2-FAQs.html gives info for some switches like /g but not enough.
After this we will need to allow concatenating #250 since right now notepad2.exe file1 + file2 opens several windows.
Hey, I was hoping to find some information on how to pass a line number with a filepath and have N2e jump right to it -- like many other editor do. So thanks for the link to the FAQ which answered my question :)
After remembering it's part of TortoiseGit I'm evaluating Notepad2e as my "go to" editor for it's "powerful simplicity" :-)
Thanks for the program!
(I wished there was a built-in "open as admin" command like in n++)
Thanks for nice words, it means a lot! Notepad2/e is definitely an underrated tool.
I was hoping to find some information on how to pass a line number with a filepath and have N2e jump right to it -- like many other editor do.
You might be also interested in #249.
So thanks for the link to the FAQ which answered my question :)
There's also notepad2e /? as you'd expect.
(I wished there was a built-in "open as admin" command like in n++)
There is one of course. From README: https://github.com/ProgerXP/Notepad2e#file--launch:
File > Elevate allows obtaining admin permissions without restarting the program (checked if already elevated, otherwise call it to elevate). #166
Thank you, this were very useful information and links!