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?
-
$ 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.