Notepad++ v8 Release Candidate
-
Wow! I didn’t know (or forget) what style affects on Tabs.
Thanks everyone! -
@donho said in Notepad++ v8 Release Candidate:
Indeed, it should be unchecked when the Dark mode is switched in. It’ll be fixed.
Ok, but the “regular” icons don’t show either without some “clicking”.
- In Dark Mode, turn “Alternate icons” off by removing the check.
- close Notepad++
- open Notepad++
No tab icons at all. Checking “alternate icons” turns them on:
then unchecking them makes the regular ones appear:
Cheers.
-
@donho said in Notepad++ v8 Release Candidate:
Enjoy
Sorry to pile on - I really do appreciate the work, but noticed an “inconsistency” in Dark Mode - maybe by design, but thought I’d ask. Early intermediate releases had some more customization on the Dark Mode preferences like keeping or coloring the menus - now it’s just on/off so don’t know if that had an effect. This is what I see:
The “top bar” is black. The status bar is not quite black - RGB=32,32,32. I actually prefer that to the complete Black RGB=0,0,0. Of course that’s my personal preference and I’m assuming “tuning” these colors is not user-configurable. Just wondering why the slight differences in the coloring for the different UI components.
NOTE: I’m on Windows 10 with system Dark Mode enabled in case that makes a difference:
Cheers.
-
I see your points about the tab bar icons / alternate icons.
But I’d like to point out that it appears that for a “saved” file that the decision was made to have no icon at all (because it is so glaringly absent that no one would release software that way), in “dark mode” anyway.
Can @donho confirm this? If this truly is a design decision, let’s get it out there and known about, because probably hundreds of users will report it as a bug (“where’s the icon on a saved file’s tab??”).
I kind of like the cleaner look of saved files having no icon (we really only need to see the “exceptional” situations, e.g. modified, locked), but if one switches back to non-dark mode the icon comes back in that case.
Minor comment on the addition of dark mode: My first instinct is to go to Style Configurator to turn it on/off, not to a Preference page with a single item on it.
-
@Alan-Kilborn said in Notepad++ v8 Release Candidate:
But I’d like to point out that it appears that for a “saved” file that the decision was made to have no icon at all (because it is so glaringly absent that no one would release software that way), in “dark mode” anyway.
Can @donho confirm this? If this truly is a design decision, let’s get it out there and known about, because probably hundreds of users will report it as a bug (“where’s the icon on a saved file’s tab??”).
I kind of like the cleaner look of saved files having no icon (we really only need to see the “exceptional” situations, e.g. modified, locked), but if one switches back to non-dark mode the icon comes back in that case.I did not know that - but if that’s the case - that certainly makes sense. I am used to seeing the alternate icon green check on saved files. If the above is true, I’m not sure my claims of a “bug” are true then. Seems the “Saved” icon just doesn’t show anymore in Dark Mode - just something I’ll have to get used to ;-)
Cheers.
-
@Alan-Kilborn said in Notepad++ v8 Release Candidate:
Minor comment on the addition of dark mode: My first instinct is to go to Style Configurator to turn it on/off, not to a Preference page with a single item on it.
Good point - I find myself doing that too!
-
@Alan-Kilborn said in Notepad++ v8 Release Candidate:
But I’d like to point out that it appears that for a “saved” file that the decision was made to have no icon at all (because it is so glaringly absent that no one would release software that way), in “dark mode” anyway.
The Fluent UI icons are not made by me but by WildByDesign. So it’s his idea/intention, and I think it’s a good idea.
@Michael-Vincent
The bug’s been fixed : https://github.com/notepad-plus-plus/notepad-plus-plus/commit/156bde258ff16c7c3973874ee7302a568db109ac -
@dinkumoil said in Notepad++ v8 Release Candidate:
Dark mode is not really dark and plugin toolbar icons are missing:
It’s been fixed and merged into master:
https://github.com/notepad-plus-plus/notepad-plus-plus/commit/9a2dcaa5f8eb678e2b0c6494c16a8b9df37f06bbThe most of plugins need to be updated for passing the handle of ICO via
hToolbarIcon
instead of NULL. -
I have also tried it on Win8.1 (the n++ Dark Mode looks good there), but after running n++ for a while (on the background with no user activity, just started the portable fresh n++ 8RC with the DarkMode & FluentUI icons on, nothing more), I have repeatedly obtained crash with the exception code 0xC000041d, which means STATUS_FATAL_USER_CALLBACK_EXCEPTION.
I do not have relevant PDB files, so I am only appending screenshot from MSVS how it looks like.
-
@xomx said in Notepad++ v8 Release Candidate:
I have repeatedly obtained crash with the exception code 0xC000041d, which means STATUS_FATAL_USER_CALLBACK_EXCEPTION.
Can you reproduce it easily?
Or rather: did it happen again? ie. twice or more times.
Could you provide the debug info?
I can provide a debug binary for the examination if you can reproduce the bug steadily. 32 or 64 build do you need? -
Yes, I have tried it 4 times in a row with the same result:
- download and run the portable v8RC http://download.notepad-plus-plus.org/repository/8.x/8.0.RC/npp.8.0.portable.x64.7z
- open n++, set Dark Mode, restart n++ and just minimize it to give it the time to crash
- Unhandled exception at 0x0000000000000000 in notepad++.exe: 0xC000041D
Notepad++ v8 (64-bit)
Build time : May 18 2021 - 22:46:05
Path : C:\Notepad++\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : ON
Cloud Config : OFF
OS Name : Windows 8.1 Enterprise (64-bit)
OS Build : 9600.20018
Current ANSI codepage : 1250
Plugins : mimeTools.dll NppConverter.dll NppExport.dllI can try the debug set with the pdf-files, 64-bit.
-
@xomx
Thank you!Here you can download Notepad++ x64 debug mode binary and its pdb file:
http://download.notepad-plus-plus.org/repository/MISC/npp64DebugBinPdb.zipI also created an issue regarding the crash and ping the dark mode author:
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9911If you can provide info about crash, I can fix it without problem normally.
-
@xomx
I have installed VS on my Surface 1, reproduced the crash and did some debug sessions. I believe the crash is fixed in the following binary:
http://download.notepad-plus-plus.org/repository/MISC/npp64DebugPdb2.zipIt’s x64 debug mode notepad++.exe with its PDB file.
Please let me know if the crash is fixed. -
RC2 is available in:
https://community.notepad-plus-plus.org/topic/21228/notepad-v8-release-candidate-2Let’s talk there.