-
Notifications
You must be signed in to change notification settings - Fork 196
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
make "Text editor code mining color" configurable in preferences #2400
make "Text editor code mining color" configurable in preferences #2400
Conversation
This was already requested a while ago when code minings got introduced, but never implemented. So it's a good thing to add it now. |
Test Results 1 818 files ±0 1 818 suites ±0 1h 32m 51s ⏱️ - 2m 32s For more details on these failures, see this check. Results for commit 8488e22. ± Comparison against base commit d6a50a4. ♻️ This comment has been updated with latest results. |
And I found the link! https://bugs.eclipse.org/bugs/show_bug.cgi?id=541406 |
...ui.editors/src/org/eclipse/ui/texteditor/AbstractDecoratedTextEditorPreferenceConstants.java
Show resolved
Hide resolved
...pse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/SourceViewerDecorationSupport.java
Show resolved
Hide resolved
ffb35ae
to
3947cd5
Compare
1be1284
to
6df7f78
Compare
Color Contrast in Dark Mode increased from 3.38:1 to 4.81:1 See: And one can still distinguish with the "normal" text editor font.. |
Maybe off-topic, but I really wish I could also separately change the font size of code minings |
why does build-pr fail?
|
I would try to rebase the branch... |
I propose to add this in an additional PR. |
introduce a new entry in preference page "General"->"Appearance"->"Colors and Fonts" so that code mining color can be configured by the end user Introduce a slightly brighter default color for code minings in the dark theme.
Remove remainders from an internal test.
dcb54d7
to
8488e22
Compare
failing test on macOS is documented already in #370 |
I am facing an issue with
|
sorry, my fault. #2415 should fix the null pointer. |
Regression from commit 9bd3284 / eclipse-platform#2400 Also updated version range on bundle with increased version. Fixes eclipse-platform#2430
introduce a new entry in preference page "General"->"Appearance"->"Colors and Fonts" so that code mining color can be configured by the end user
Introduce a slightly brighter default color for code minings in the dark theme.
What do you think? Does it make sense to allow users to configure the code mining color? Currently SWT.COLOR_DARK_GRAY is used in all themes wich might be a problem in the dark theme.