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

Cannot set breakpoint background color opacity #287

Closed
HeinzKessler opened this issue Jul 16, 2023 · 8 comments
Closed

Cannot set breakpoint background color opacity #287

HeinzKessler opened this issue Jul 16, 2023 · 8 comments
Assignees
Labels

Comments

@HeinzKessler
Copy link

I want breakpoints to look pretty much like VS's default.
Therefore I have to set the background color for breakpoints in Codist to the usual reddish.
I learned that I also have to set the opacity for the breakpoint background color to 16.
But if I save the settings and restart VS, the opacity is reset to "Opacity not set".

The same applies to the "current" lin while debugging and probably other styles as well.

Screenshot:
2023-07-16_15-36-46

@wmjordan
Copy link
Owner

It has something to do with #199.

Currently Codist can not properly override the color of Breakpoint and some debugger related stuff, which is not implemented in syntax highlight system but in view decoration system. The Breakpoint related stuff should not even show up in the Selected code section.

@wmjordan wmjordan added the bug label Jul 17, 2023
@wmjordan wmjordan self-assigned this Jul 17, 2023
@wmjordan
Copy link
Owner

I will have to disable the customization for the debugger related styles and some more.
It may be possible to address this and #282 in the future, by reimplementing another customization page for these type of stuff.

@HeinzKessler
Copy link
Author

HeinzKessler commented Jul 17, 2023 via email

@wmjordan
Copy link
Owner

Could you export your syntax config file and post it here?

@HeinzKessler
Copy link
Author

Codist.zip

Here it comes. I had to ZIP it, because github does not accept ".styles" files.

@wmjordan
Copy link
Owner

Please try the new beta and see whether it fixes the problem.

@HeinzKessler
Copy link
Author

Thanks a lot, the problems went away immediately. Breakpoints, current line and current lines in the call stack appear as usual in VS, according to the selected theme colors.
Since Codist is all about syntax coloring, this solution is fair.

@wmjordan
Copy link
Owner

Good to hear that.
Thank you for your feedback.

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

No branches or pull requests

2 participants