Notepad++ 8.9 RC is available
-
Notepad++ 8.9 RC is available here:
https://download.notepad-plus-plus.org/repository/8.x/8.9.RC/Notepad++ v8.9 new security enhancement, new improvements, regression fixes & bug-fixes:
- Security enhancement: Use new winGUp param to log security errors in “%LOCALAPPDATA%\Notepad++\log\securityError.log” (Implement #17305, #WinGUp)
- Fix jarring color regression in dark mode (introduced in v8.8.9). (Fix #17289)
- Fix “/noUpdater” installer option not working if updater was previously installed. (Fix #17287)
- Fix column mode edit undo regression (introduced in v8.8.9). (Fix #17295, #17272, #16784)
- Fix issue where an empty file opened without encoding under a UTF-8 system codepage. (Fix #17258)
- Add makefile function list parser. (Fix #17293)
- Improve performance & add missing file ext. from langs.model.xml to langs.xml.(Fix #17290, implement #17314, implement #17306)
- Improve “Open containing folder in Explorer” command to avoid creating Explorer process. (Fix #17060)
- Allow updating mouse scroll amount according to OS settings changes. (Implement #17300)
-

I know that the “Auto-Updater” item will not be there at all when launched with the “noUpdater” param but why does not allow the installer GUI to also use that disabling possibility?
The “Function List Files” in bold is a regression from the v8.8.9.
-
@xomx said in Notepad++ 8.9 RC is available:
The “Function List Files” in bold is a regression from the v8.8.9.
Are you sure? just tested, I can’t reproduce it in v8.8.9 installer.
OTOH, I reproduce it in v8.9 installer.No regression but feature?
why does not allow the installer GUI to also use that disabling possibility?
Because “Plugin Admin”, which needs WinGUp to work, is selected.
Edit: The issue of bold “Function List Files” is only reproducible for x64 installer. The x86 installer has no issue. From the modification of NSIS files, I cannot see why & how it is caused. -
@xomx
The issue of bold “Function List Files” is not a bug, but a feature in NSIS:
It’s bold because of new added makefile.xml to alert user there’s new added item(s) in the FunctionList. Once you finish the installation, on the 2nd launch of installer there won’t be bold “Function List Files” anymore. -
@donho said in Notepad++ 8.9 RC is available:
The issue of bold “Function List Files” is not a bug, but a feature in NSIS:
Interesting, I’ve never noticed that ft, thanks:

Because “Plugin Admin”, which needs WinGUp to work, is selected.
Yep, you’re right, thanks again:
