[UPDATE] Update the command line argument display content.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1350 f5eea248-9336-0410-98b8-ebc06183d4e3remotes/trunk
parent
473769cd58
commit
31f81b2150
|
@ -33,29 +33,30 @@
|
||||||
|
|
||||||
const TCHAR COMMAND_ARG_HELP[] = TEXT("Usage :\r\
|
const TCHAR COMMAND_ARG_HELP[] = TEXT("Usage :\r\
|
||||||
\r\
|
\r\
|
||||||
notepad++ [--help] [-multiInst] [-noPlugin] [-lLanguage] [-LlangCode] [-nLineNumber] [-cColumnNumber] [-xPos] [-yPos] [-nosession] [-notabbar] [-ro] [-systemtray] [-loadingTime] [-alwaysOnTop] [-openSession] [-r] [fullFilePathName]\r\
|
notepad++ [--help] [-multiInst] [-noPlugin] [-lLanguage] [-LlangCode] [-nLineNumber] [-cColumnNumber] [-xLeftPos] [-yTopPos] [-nosession] [-notabbar] [-ro] [-systemtray] [-loadingTime] [-alwaysOnTop] [-openSession] [-r] [-qnEsterEggName | -qtText | -qfCntentFileName] [filePath]\r\
|
||||||
\r\
|
\r\
|
||||||
--help : This help message\r\
|
--help : This help message\r\
|
||||||
-multiInst : Launch another Notepad++ instance\r\
|
-multiInst : Launch another Notepad++ instance\r\
|
||||||
-noPlugin : Launch Notepad++ without loading any plugin\r\
|
-noPlugin : Launch Notepad++ without loading any plugin\r\
|
||||||
-l : Launch Notepad++ by applying indicated programming language\r\
|
-l : Open filePath by applying indicated programming language\r\
|
||||||
to the file to open\r\
|
-L : Apply indicated localization, langCode is browser language code\r\
|
||||||
-L : Launch Notepad++ by applying indicated localization\r\
|
-n : Scroll to indicated line on filePath\r\
|
||||||
langCode is browser language code\r\
|
-c : Scroll to indicated column on filePath\r\
|
||||||
-n : Launch Notepad++ by scrolling indicated line on the file to open\r\
|
-x : Move Notepad++ to indicated left side position on the screen\r\
|
||||||
-c : Launch Notepad++ on scrolling indicated column on the file to open\r\
|
-y : Move Notepad++ to indicated top position on the screen\r\
|
||||||
-x : Launch Notepad++ by indicating its left side position on the screen\r\
|
-nosession : Launch Notepad++ without previous session\r\
|
||||||
-y : Launch Notepad++ by indicating its top position on the screen\r\
|
|
||||||
-nosession : Launch Notepad++ without any session\r\
|
|
||||||
-notabbar : Launch Notepad++ without tabbar\r\
|
-notabbar : Launch Notepad++ without tabbar\r\
|
||||||
-ro : Launch Notepad++ and make the file to open read only\r\
|
-ro : Make the filePath read only\r\
|
||||||
-systemtray : Launch Notepad++ directly in system tray\r\
|
-systemtray : Launch Notepad++ directly in system tray\r\
|
||||||
-loadingTime : Display Notepad++ loading time\r\
|
-loadingTime : Display Notepad++ loading time\r\
|
||||||
-alwaysOnTop : Make Notepad++ always on top\r\
|
-alwaysOnTop : Make Notepad++ always on top\r\
|
||||||
-openSession : Open a specific session. fullFilePathName must be a session file\r\
|
-openSession : Open a session. filePath must be a session file\r\
|
||||||
-r : Open files recursively. This argument will be ignored\r\
|
-r : Open files recursively. This argument will be ignored\r\
|
||||||
if fullFilePathName contain no wildcard character\r\
|
if filePath contain no wildcard character\r\
|
||||||
fullFilePathName : file or folder name to open (absolute or relative path name)\r\
|
-qn : Launch ghost typing to disply easter egg via its name\r\
|
||||||
|
-qt : Launch ghost typing to display a text via the given text\r\
|
||||||
|
-qf : Launch ghost typing to display a file content via the file path\r\
|
||||||
|
filePath : file or folder name to open (absolute or relative path name)\r\
|
||||||
");
|
");
|
||||||
|
|
||||||
class Notepad_plus_Window : public Window {
|
class Notepad_plus_Window : public Window {
|
||||||
|
|
Loading…
Reference in New Issue