Notepad++ v8.4.6 Release Candidate
-
Notepad++ v8.4.6 Release Candidate:
http://download.notepad-plus-plus.org/repository/8.x/8.4.6.RC/Notepad++ v8.4.6 bug/regression-fixes and new features:
- Add Change History markers for document saved/unsaved/undone modification.
- Add setting tab color ability.
- Update to Scintilla 5.3.0 and Lexilla 5.1.9
- Fix “Never” button not showing on Updater dialog regression.
- Fix a printing selection regression.
- Revamp tab context menu: make it less cluttered by adding sub-menu.
- Fix a security vulnerability.
- Add dark mode support to Choose Color dialog.
- Add a page (tab) for incompatible (unloaded) plugins in Plugin Admin.
- Add Plugin list repository link and its version in PluginAdmin dialog.
- Fix horizontal bar showing issue while resizing document list’s height.
- Fix NPPN_DARKMODECHANGED wrong return value to plugins.
-
-
Background color of the new margin does not match the background color of the theme background color, is this intentional?
-
$ git grep -n "WidgetStyle name=\"Change History margin\"" PowerEditor/src/stylers.model.xml:1416: <WidgetStyle name="Change History margin" styleID="0" bgColor="E0E0E0" />
It looks like the theme maintainers are just beginning to catch up.
-
I miss the github links usually provided on the fixes and new features list. :-(
-
Hotkeys window is case sensitive!
It was? -
@Artur-Harison said in Notepad++ v8.4.6 Release Candidate:
Hotkeys window is case sensitive!
It was?I think you’re going to have to explain what you mean a little more than that…
-
@Ekopalypse said in Notepad++ v8.4.6 Release Candidate:
Background color of the new margin does not match the background color of the theme background color, is this intentional?
regarding this, I noticed the Dark Mode default theme:
./PowerEditor/installer/themes/DarkModeDefault.xml
Does not have the:
<WidgetStyle name="Change History margin" styleID="0" bgColor="101010" />
(
bgColor
above reflects the background color of the ‘Fold margin’ - change as you like).Cheers.
-
@Ekopalypse said in Notepad++ v8.4.6 Release Candidate:
Background color of the new margin does not match the background color of the theme background color, is this intentional?
Just open stylers.xml
duplicate line <WidgetStyle name=“Bookmark margin” styleID=“0” bgColor=“xxxxxx” />
and in duplicated line change “Bookmark margin” to “Change History margin”.That way Change History margin and neighbouring Bookmark margin will have the same color.
Let’s hope that till final release all themes will be updated :) (I updated DeepBlack which I use).
-
Shortcut mapper - > Filter (search field)
Filter is case sensitive. -
@Artur-Harison said in Notepad++ v8.4.6 Release Candidate:
Shortcut mapper - > Filter (search field)
Filter is case sensitive.Are you sure:
Cheers.
-
@Michael-Vincent
Yes, There is no problem in English.
But other languages… -
@Artur-Harison
Here it’s rather for testing RC and reporting the regression or critical issues. For the other issue/bug, please report here:
https://github.com/notepad-plus-plus/notepad-plus-plus/issues
And please keep this thread for such purpose.