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,
- Add Custom header and footer to Windows Notepad file
- Enabling Notepad++ Dark Theme
- Notepad++ is about to exit prompt message
- Go to Line Number option in Windows Notepad
- How to Convert CSV file to SQL Script using Notepad++
- How to un-hide tab bar in notepad++
- Notepad++ display files on tab bar as horizontal instead of vertical
- Compare two text files in Notepad++
- Column Mode Editing in Notepad++
- Convert SQL to CSV in Notepad++
- List of Programming Languages Supported by Notepad++
- Keyboard shortcut to close tab in Notepad++
- How to open a new tab in Notepad++
- How to Enable spellcheck Notepad++
- Prettify JSON in Notepad++
- Word count in Notepad++
- How to create MD5 digest in Notepad++
- Notepad++ delete lines above or below
- Unable to edit file in Notepad++
- Word wrap text in Notepad++
- Notepad++ Editor alternatives for Mac OS X
- Launch Notepad++ html document in any web browser
- Convert text to random case using Notepad++
- Show Notepad++ tabs in multiple lines instead of scroll on tab bar
- 97 Useful Notepad++ Keyboard Shortcuts
- Base 64 Encoding Decoding In Notepad++
- Where are Notepad++ temp unsaved files stored?
- How to add Date and Time to Windows Notepad File
- How to Apply Themes to Notepad++
- Multiple line editing in Notepad++
- Add comma or semicolon at end of each line Notepad++
- How to know Notepad++ is 32-bit or 64-bit Version
- Notepad++ do not show CRLF characters
- Notepad++ select all above or below lines
- Change default language highlighting in Notepad++
- How to check about details of Notepad++ text editor
- Setting up Cloud feature with Notepad++
- Add Blank Lines Between Each Lines in Notepad++
- How to zoom-in or zoom-out in Windows Notepad
- Replace tabs by spaces or comma Notepad++
- [Nopepad++] How to add text at end of each line
- Using Document Map in Notepad++
- Notepad++ insert a blank line above or below the current line example
- Portable Notepad++ for windows
- How to format or prettify XML in Notepad++
More Posts:
- How to display Toast in a thread : Android - Android
- Change CKEditor Table Properties default width - CKEditor
- Mac OS X Stuck During Booting Gray Screen Logo and Spinner - Mac-OS-X
- Find Difference of two numbers - C-Program
- Share Multiple Images in WhatsApp using Android Intent - WhatsApp
- Instant Run requires Tools | Android | Enable ADB integration to be enabled - Android-Studio
- Setting up Cloud feature with Notepad++ - NotepadPlusPlus
- W3 : character data is not allowed here html validation error - Html
- List of 60 useful FTP Client Commands to access server - FTP
- Write javaScript code in Swedish using FikaScript - JavaScript
- Android Installation error: INSTALL_FAILED_OLDER_SDK on Device - Android
- Programmatically Send an Email from Android App using Intent - Android
- jQuery : Move to top of the page - jQuery
- PHP Code for sending Emails - PHP
- Error:The SDK Build Tools revision (XX.X.X) is too low for project. Minimum required is XX.X.X - Android