-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Comments
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. |
I will have to disable the customization for the debugger related styles and some more. |
Thank you for your replies!
I did not want to change the appearance of the debugging lines, but Codist changed their appearance.
I agree: These styles are not related to “syntax coloring”.
Greetings,
Heinz
Von: WMJ ***@***.***>
Gesendet: Montag, 17. Juli 2023 05:22
An: wmjordan/Codist ***@***.***>
Cc: Heinz Kessler ***@***.***>; Author ***@***.***>
Betreff: Re: [wmjordan/Codist] Cannot set breakpoint background color opacity (Issue #287)
I will have to disable the customization for the debugger related styles and some more.
It may be possible to address this and #282 <#282> in the future, by reimplementing another customization page for these type of stuff.
—
Reply to this email directly, view it on GitHub <#287 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AF2XTUU5JTCKW7T67XXT7C3XQSVW5ANCNFSM6AAAAAA2L6S6K4> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AF2XTUSRXIECLSEB24L5KTTXQSVW5A5CNFSM6AAAAAA2L6S6K6WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTBS6G5E.gif> Message ID: ***@***.*** ***@***.***> >
|
Could you export your syntax config file and post it here? |
Here it comes. I had to ZIP it, because github does not accept ".styles" files. |
Please try the new beta and see whether it fixes the problem. |
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. |
Good to hear that. |
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:
The text was updated successfully, but these errors were encountered: