Command Line

Командний рядок

Notepad++.exe [-multiInst] [-noPlugin] [-ro] [-nosession] [-notabbar] [-n##] [-l$$$] [FILES]
Notepad++ supports a few command line parameters to control its startup. The following options are supported (they are case sensitive):Notepad + + підтримує декілька параметрів командного рядка для керування його запуском. Виконуються наступні команди (чутливі до регістру символів):
-nline number

Line number to go to for each file opened.

-nline number

Номер рядка, до якого перейти в кожному відкритому файлі..

-c

Start editing in Column mode.

-c

Почати редагування в режимі стовпця.

--help

Displays this list, i.e. all the command line switches

--help

Відображення списку допомоги, тобто всі ключі командного рядка.

-loadingTime

Displays the loading time of all files Notepad++ is started with. The result is displayed in a message box, with a 0.01 second resolution.

-loadingTime

Відображає час завантаження всіх файлів, з якими Notepad + + запускається. Результат відображається у вікні повідомлень з точністю 0,01 секунди.

-multiInst

allow Notpead++ to start more than one instance. By default, if Notepad++ is already started files wil lbe opened in that instance, but this option will start a new one.

-multiInst

Дозволяє запуск більше одного екземпляра Notpead + +. За замовчуванням, файли відкриваються у вже запущеному екземплярі Notepad + +, але ця опція спонукає відкриття нових файлів в новому екземплярі Notepad.

-noPlugin

Do not load any plugins. If you suspect a defunct plugin or you just do not wish to load them, add this option.

-noPlugin

Не завантажувати будь-які доповнення. Якщо ви підозрюєте відсутнісь плагіна або ви просто не хочете завантажувати їх, додайте цю опцію.

-ro

Any file now opened will be opened in Read only mode.

-ro

Будь-який вже відкритий файл буде відкрито в режимі тільки для читання.

-nosession

Do not load the previous session if Notepad++ is started. Do not save the session on exit either.

-nosession

Не завантажувати попередню сесію при запуску Notepad + +. Не зберігати також сесію при виході.

-notabbar

Hide the Tab Bar, even if the settings say otherwise.

-notabbar

Сховати панель вкладок, навіть якщо налаштуваннями передбачене інше.

-systemtray

Start Notepad++ minimised in the system tray, aka notification area

-systemtray

Запущений Notepad + + згортається в системному треї (області повідомлень).

-xline number

Specify the horizontal position (in pixels) at which Notepad++ main window is to open.

-xline number

Вкажіть горизонтальне положення (в пікселях) Головного вікна Notepad + + після відкриття.

-yline number

Specify the vertical position (in pixels) at which Notepad++ main window is to open.

-yline number

Вкажіть вертикальне положення (в пікселях) Головного вікна Notepad + + після відкриття..

-llanguage short name

Language to set for each file opened. $$$ is a short identifier string, of which the following are allowed:

-llanguage short name

Визначте мову для кожного відкритого файла. $ $ $ - це короткий рядок ідентифікатора, в якому допускається наступне:


normal, php, c, cpp, cs, objc, d, java, rc, html, xml, makefile, pascal, batch, ini, nfo, asp, sql, vb, javascript, css, perl, python, lua, tex, cobol, fortran, bash, actionscript, nsis, tcl, lisp, scheme, asm, diff, props, postscript, ruby, smalltalk, vhdl, kix, autoit, Gui4Cli, powershell, caml, ada, verilog, matlab, haskell, inno, cmake, yaml,r, jsp
Files Файли
Anything else will be interpreted as a filename. Always quote your filename to allow the path to contain spaces, otherwise Notepad++ will split the single path into multiple paths at each space. Все інше буде інтерпретуватися як ім'я файлу. Завжди вказуйте ім'я файла, що містить пробіли, в лапках, інакше Notepad + + розділить єдиний шлях в кожному пробілі на декілька.
The order of the options is not important.Порядок параметрів не має значення.
For compatibility, Notepad++ will first try to identify the entire command line as a filename, even if it is unquoted. It is however not recommended to do this, always quote the filename. Для сумісності, Notepad + + спочатку спробує ототожнити весь командний рядок як ім'я файла (якщо навіть відсутні лапки). Не рекомендується, однак, цього робити, завжди вказуйте ім'я файла в лапках.
 
X
Loading