Skip to content

Commit

Permalink
Command Prompt: -loadingTime now gives more detail
Browse files Browse the repository at this point in the history
see #613 item 13
  • Loading branch information
pryrt committed Jan 4, 2024
1 parent 0356d8b commit b08f4d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/docs/command-prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ code | file
* `-ro`: Make the `filepath` read only.
* `-systemtray`: Launch Notepad++ directly in system tray.
* `-loadingTime`: Display Notepad++ loading time.
- Starting in v8.6.1, it shows millisecond precision using the `##:##:##.###` (hour:minute:second.millisecond) format. It separates the loading time into Notepad++ initialization, plugins loading time, session loading time, command-line-parameter parsing time, and the total loading time.
- In v8.6 or earlier, it just showed the total number of seconds for Notepad++ to load, without millisecond precision and without the listing of the times for individual loading stages.
* `-alwaysOnTop`: Make Notepad++ always on top.
* `-openSession`: Open a session. `filepath` must be a session file.
* `-r`: Open files recursively. This argument will be ignored if `filepath` contain no wildcard character.
Expand Down

0 comments on commit b08f4d6

Please sign in to comment.