Notepad++ v8.4.6 Release Candidate 3
-
Notepad++ v8.4.6 Release Candidate 3:
http://download.notepad-plus-plus.org/repository/8.x/8.4.6.RC3/Fix from Notepad++ v8.4.6 RC 2:
- Fix clickable link bad display regression (Fix #12219)
- Change colours for applying to tab more distiguishable. (Fix partially #12223)
- Fix plugin admin UI overlapping. (Fix #12229)
Fix from Notepad++ v8.4.6 RC:
Notepad++ v8.4.6 bug/regression-fixes and new features:
- Add Change History markers for document saved/unsaved/undone modification. (Fix #12164, #12046)
- Add setting tab color ability. (Fix #2271)
- Update to Scintilla 5.3.0 and Lexilla 5.1.9 (Implement #12045)
- Fix “Never” button not showing on Updater dialog regression. (Implement 9c86a33)
- Fix a printing selection regression. (Fix #11826, #12033, #11638)
- Revamp tab context menu: make it less cluttered by adding sub-menu. (Fix #12147)
- Fix a security vulnerability. (Fix #12113)
- Add dark mode support to Choose Color dialog. (Fix #12148)
- Add a page (tab) for incompatible (unloaded) plugins in Plugin Admin. (Fix #12069)
- Add Plugin list repository link and its version in PluginAdmin dialog.
- Fix horizontal bar showing issue while resizing document list’s height. (Fix #12191)
- Fix NPPN_DARKMODECHANGED wrong return value to plugins. (Fix #12144).
-
-
@donho I still have margin visual gliches with dark mode and Change History with RC 3.
To reproduce:
- set theme “Default (stylers.xml)”
- restart NPP
- change text in a document
- change theme to “Bespin” (maybe test some other styles too)
- change theme to “Default (stylers.xml)”
This results for me to following:
Notepad++ v8.4.6 (32-bit)
Build time : Sep 25 2022 - 19:55:26
Path : C:\Program Files (x86)\Notepad++\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
OS Name : Windows 10 Enterprise (64-bit)
OS Version : 21H1
OS Build : 19043.2006
Current ANSI codepage : 65001
Plugins :
BetterMultiSelection (1.4)
ComparePlus (1)
CustomizeToolbar (5.3)
LocationNavigate (0.4.8.1)
LuaScript (0.11)
mimeTools (2.8)
NppConverter (4.4)
NppExport (0.4)
NPPJSONViewer (1.40)
NppMenuSearch (0.9.6)
pork2sausage (2.2) -
A restartup should restore the correct color.
It’s due to the absence of style “Change History margin” in your
stylers.xml
:
https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/stylers.model.xml#L1416You can add it yourself into in your
stylers.xml
, or just remove it, a newstylers.xml
will be copied fromstylers.model.xml
The Change History margin’s color is difficult to manage.
It could use the Line Number margin’s color style ID 33 (Scintilla default behaviour) and users cannot customize its color at all.
Or we provide customization (it’s the current option) to disassociate it from style ID 33, but there will be such glitch while switching among the themes.We have to choose one or another - the perfect world doesn’t exist.
-
-