Skip to content

Commit cdbb927

Browse files
committed
-settingsDir first announced in v7.9.2
ready for PR
1 parent 6a3c16e commit cdbb927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/command-prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ notepad++ [--help] [-multiInst] [-noPlugin] [-l<Language>] [-L<langCode]
5252
* `-qf`: Launch ghost typing to display a file content via the file path *ContentFileName*
5353
* `-qSpeed`: Ghost typing speed. Value from 1 to 3 for slow, fast and fastest
5454
* `-quickPrint`: Print the file given as argument `filepath` then quit Notepad++
55-
* `settingsDir="d:\your settings dir\"`: Override the default settings dir
55+
* `settingsDir="d:\your settings dir\"`: Override the default settings dir (new to v7.9.2)
5656
* `-openFoldersAsWorkspace`: Any folders listed as arguments will be opened as a workspace, rather than opening all the contained files individually (new to v7.8)
5757
* `filepath`: file or folder name to open (absolute or relative path name)
5858

content/docs/config-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In a portable installation, the configuration files go in the same directory as
2121
If you enable the [Cloud settings](../preferences/#cloud), some configuration files will go in the defined directory (including `session.xml`, `contextMenu.xml`, `shortcuts.xml`, `userDefineLang.xml`, `langs.xml`, `stylers.xml`, and `config.xml`;
2222
the `userDefineLang\` subfolder can be placed there as well, though it won't be created by default when the Cloud settings folder is first populated).
2323

24-
There is a [command-line option](../command-prompt/) `-settingsDir` which will set a new directory for the configuration file location (added in v7.9.x _**!!TDB!!!**_)
24+
There is a [command-line option](../command-prompt/) `-settingsDir` which will set a new directory for the configuration file location (added in v7.9.2).
2525

2626
If the `--settingsDir` option is set, that configuration file directory will take priority over any other configuration file directory. If the Cloud directory setting is defined and enabled, that will take priority over the portable or standard configuration file directory. If `doLocalConf.xml` is present, the portable configuration file location will take priority over the `%AppData%\Notepad++\` directory. If none of the other configuration file directories are active, then the standard configuration file directory is `%AppData%\Notepad++\`.
2727

0 commit comments

Comments
 (0)