Notepad++ Command Line Argument List
You can find the complete list of command line arguments for Notepad++ under Menu option ? -> "Command List Arguments..."
- --help : This help message
- -L : Apply indicated localization, langCode is browser language code
- -alwaysOnTop : Make Notepad++ always on top
- -c : Scroll to indicated column on filePath
- -l : Open file or display ghost typing with syntax highlighting of choice
- -loadingTime : Display Notepad++ loading time
- -multiInst : Launch another Notepad++ instance
- -n : Scroll to indicated line on filePath
- -noPlugin : Launch Notepad++ without loading any plugin
- -nosession : Launch Notepad++ without previous session
- -notabbar : Launch Notepad++ without tabbar
- -openFoldersAsWorkspace: open filePath of folder(s) as workspace
- -openSession : Open a session. filePath must be a session file
- -p : Scroll to indicated position on filePath
- -qSpeed : Ghost typing speed. Value from 1 to 3 for slow, fast and fastest
- -qf : Launch ghost typing to display a file content via the file path
- -qn : Launch ghost typing to display easter egg via its name
- -qt : Launch ghost typing to display a text via the given text
- -quickPrint : Print the file given as argument then quit Notepad++
- -r : Open files recursively. This argument will be ignored if filePath contain no wildcard character
- -ro : Make the filePath read only
- -systemtray : Launch Notepad++ directly in system tray
- -x : Move Notepad++ to indicated left side position on the screen
- -y : Move Notepad++ to indicated top position on the screen
- filePath : file or folder name to open (absolute or relative path name)
notepad++ [--help] [-multiInst] [-noPlugin] [-lLanguage] [-LlangCode] [-nLineNumber] [-cColumnNumber] [-pPosition] [-xLeftPos] [-yTopPos] [-nosession] [-notabbar] [-ro] [-systemtray] [-loadingTime] [-alwaysOnTop] [-openSession] [-r] [-qnEasterEggName | -qtText | -qfCntentFileName] [-qSpeed1|2|3] [-quickPrint] [-openFoldersAsWorkspace] [filePath]
More Posts related to NotepadPlusPlus,
- Notepad++ hex editor Examples
- Are Windows Notepad files recoverable?
- How to add or remove bookmark on a line in Notepad++
- How to rename a tab in Notepad++
- Go to Line Number option in Windows Notepad
- How to Apply Themes to Notepad++
- Notepad++ Save Failed - Please check if this file is opened in another program.
- Encode/Decode URL Query String in Notepad++
- Remove duplicate lines using Notepad++
- Add comma or semicolon at end of each line Notepad++
- How to open Notepad?
- Where are Notepad++ macros stored?
- How to check about details of Notepad++ text editor
- Notepad++ Export file as HTML
- Indent/Prettify HTML File in Notepad++
- Notepad++ Reload - This file has been modified by another program. Do you want to reload it?
- List of Programming Languages Supported by Notepad++
- Notepad++ Editor alternatives for Mac OS X
- Add Custom header and footer to Windows Notepad file
- How to un-hide tab bar in notepad++
- Notepad++ is about to exit prompt message
- Launch Notepad++ html document in any web browser
- Word wrap text in Notepad++
- Disable Control Scroll Zoom-in and Zoom-out in Notepad++
- Word count in Notepad++
More Posts:
- Adding internet permission to Android Project - Android
- Spotlight Search Mac Keyboard Shortcut - MacOS
- How to Clone Bitbucket repository to Local Computer - Git
- How to Display content of a file in Terminal Screen? - Linux
- Java JDBC: Insert Java 8 LocalDate and Time using PreparedStatement - Java
- Android [SDK Manager] The system cannot find the path specified - Android-Studio
- WhatsApp Web escanner - WhatsApp
- Git: Step-by-Step - How to Push Local Brach to GitHub - Git