Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Dark mode for command argument help, Wingup Dialog, Print dialog #15104

Open
1 task done
conky77 opened this issue May 7, 2024 · 1 comment
Open
1 task done

Comments

@conky77
Copy link
Contributor

conky77 commented May 7, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Description of the Issue

Some Dialogs don't check the Darkmode options

for example with setting "dark Mode" = "Windows"
immagine

Notepad command argument help
immagine

wingup dialogs
immagine

immagine

print dialog
immagine

Steps To Reproduce

Current Behavior

the dialogs are always in light mode

Expected Behavior

with options "Dark mode" and "follows windows", the dialogs should be in dark mode

Debug Information

Notepad++ v8.6.5   (64-bit)
Build time : Mar 29 2024 - 17:04:43
Path : C:\Program Files\Notepad++\notepad++.exe
Command Line : 
Admin mode : ON
Local Conf mode : OFF
Cloud Config : OFF
Periodic Backup : ON
OS Name : Windows 11 Home (64-bit
OS Version : 23H2
OS Build : 22631.3527
Current ANSI codepage : 1252
Plugins : 
    ComparePlugin (2.0.2)
    JsonTools (7.1)
    NPPJSONViewer (2.0.7)
    XMLTools (3.1.1.13)

Anything else?

No response

@conky77 conky77 changed the title [BUG] Dark mode for Wingup Dialog [BUG] Dark mode for command argument help, Wingup Dialog, Print dialog May 7, 2024
@ozone10
Copy link
Contributor

ozone10 commented May 8, 2024

Message box (dialog which has 2 "parts" white and grey) are already tracked here #10171, they require hooking which could make Notepad++ more unstable if implemented incorrectly. Alternative could be use of custom dialog box, but this would require a lot of coding to adapt every message boxes in Notepad++.

Wingup is separate project https://github.com/notepad-plus-plus/wingup. Dark mode could be applied to some dialogs.

Print dialog is from MS, and this probably won't be adapted to use dark mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants