notepad-plus-plus/PowerEditor/installer/nsisInclude
Don Ho 3347044595 Fix edit zone not being applied to dark mode issue
Problem:
After installing Notepad++ v8.1 under an user account (with admin privilege), then switch to another user account (with or without admin privilege), launch Notepad++ and turn dark mode on. The dark theme on edit zone won't be applied.

Solution:
Notepad++ installer copies all theme files in installed directory instead of "%APPDATA%\Notepad++\themes\".
When theme is choosen or modified, it'll be saved in "%APPDATA%\Notepad++\themes\", and the saved theme file will override the original theme in installation directory.

New behaviour of theme:
Any theme selected via Style Configurator will be copied from its installation directory (C:\Program Files\Notepad++\themes\) into "%APPDATA%\Notepad++\themes\".
If the theme exists in "%APPDATA%\Notepad++\themes", the original one in s installation directory (C:\Program Files\Notepad++\themes) will be ignored.

Fix #10076, close #10077
2021-06-27 16:42:01 +02:00
..
autoCompletion.nsh
binariesComponents.nsh Add ARM64 packages for the official distribution 2021-04-21 20:42:01 +02:00
functionList.nsh
globalDef.nsh Add ARM64 packages for the official distribution 2021-04-21 20:42:01 +02:00
langs4Installer.nsh
langs4Npp.nsh
mainSectionFuncs.nsh Remove HexEdit via installer due to its crash 2021-05-30 11:51:25 +02:00
themes.nsh Fix edit zone not being applied to dark mode issue 2021-06-27 16:42:01 +02:00
tools.nsh Add ARM64 packages for the official distribution 2021-04-21 20:42:01 +02:00
uninstall.nsh Add ARM64 packages for the official distribution 2021-04-21 20:42:01 +02:00
winVer.nsh