From 1659205feed9914b63b998012feebfee9a249c1c Mon Sep 17 00:00:00 2001 From: Don Ho Date: Sat, 27 Jul 2013 23:21:52 +0000 Subject: [PATCH] [UPDATE] Add new option "-L" in command line help dialog. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1088 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/src/winmain.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/PowerEditor/src/winmain.cpp b/PowerEditor/src/winmain.cpp index 5c1ffd151..31db09183 100644 --- a/PowerEditor/src/winmain.cpp +++ b/PowerEditor/src/winmain.cpp @@ -191,12 +191,15 @@ const TCHAR FLAG_OPENSESSIONFILE[] = TEXT("-openSession"); const TCHAR COMMAND_ARG_HELP[] = TEXT("Usage :\r\ \r\ -notepad++ [--help] [-multiInst] [-noPlugin] [-lLanguage] [-nLineNumber] [-cColumnNumber] [-xPos] [-yPos] [-nosession] [-notabbar] [-ro] [-systemtray] [-loadingTime] [fullFilePathName]\r\ +notepad++ [--help] [-multiInst] [-noPlugin] [-lLanguage] [-LlangCode] [-nLineNumber] [-cColumnNumber] [-xPos] [-yPos] [-nosession] [-notabbar] [-ro] [-systemtray] [-loadingTime] [fullFilePathName]\r\ \r\ --help : This help message\r\ -multiInst : Launch another Notepad++ instance\r\ -noPlugin : Launch Notepad++ without loading any plugin\r\ - -l : Launch Notepad++ by applying indicated language to the file to open\r\ + -l : Launch Notepad++ by applying indicated programming language\r\ + to the file to open\r\ + -L : Launch Notepad++ by applying indicated localization\r\ + langCode is browser language code\r\ -n : Launch Notepad++ by scrolling indicated line on the file to open\r\ -c : Launch Notepad++ on scrolling indicated column on the file to open\r\ -x : Launch Notepad++ by indicating its left side position on the screen\r\ @@ -207,7 +210,7 @@ notepad++ [--help] [-multiInst] [-noPlugin] [-lLanguage] [-nLineNumber] [-cColum -systemtray : Launch Notepad++ directly in system tray\r\ -loadingTime : Display Notepad++ loading time\r\ -alwaysOnTop : Make Notepad++ always on top\r\ - -openSession : Open a specific session. fullFilePathName must be a session file\r\ + -openSession : Open a specific session. fullFilePathName must be a session file\r\ fullFilePathName : file name to open (absolute or relative path name)\r\ ");