Skip to content

Commit eeb04c0

Browse files
committed
enableSelectFgColor must go in AppData, not exe dir
fixes #774
1 parent c011788 commit eeb04c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/config-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ You can have multiple icon set directories; to switch between icon sets, you jus
449449

450450
- `doLocalConf.xml`: This is a zero-byte file that is used as an indicator to `notepad++.exe` to not go looking for `%AppData%`. This will only exist on local installations of Notepad++ (when you tell the installer to not use `%AppData%`, or when you install from the zipfile, or when you manually create the zero-byte file). This config file _must_ go in the Notepad++ installation folder; it will not be recognized in the `%AppData%\Notepad++` hierarchy or in the cloud settings folder.
451451

452-
- `enableSelectFgColor.xml`: This is a zero-byte file that is just used as an indicator to the [**Settings > Style Configurator > Global Styles > Selected text color**](../preferences/#global-styles) to honor the foreground color, not just the background color. This config file _must_ go in the Notepad++ installation folder; it will not be recognized in the `%AppData%\Notepad++` hierarchy or in the cloud settings folder. (Available on v8.0.0 and newer.)
452+
- `enableSelectFgColor.xml`: This is a zero-byte file that is just used as an indicator to the [**Settings > Style Configurator > Global Styles > Selected text color**](../preferences/#global-styles) to honor the foreground color, not just the background color. This config file _must_ go in the per-user `%AppData%\Notepad++` hierarchy or in the cloud settings folder or `-settingsDir` folder: it will _not_ be recognized if it's in the Notepad++ installation folder (unless `doLocalConf` is in effect). (Available on v8.0.0 and newer.)
453453

454454
- `nativeLang.xml`: If you make a selection in the [**Settings > Preferences > General > Localization**](../preferences/#general), Notepad++ will copy the appropriate `localization\*.xml` to `nativeLang.xml`.
455455

0 commit comments

Comments
 (0)