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

Tooltips use wrong colors #53

Closed
JohanKAdams opened this issue May 27, 2017 · 3 comments
Closed

Tooltips use wrong colors #53

JohanKAdams opened this issue May 27, 2017 · 3 comments

Comments

@JohanKAdams
Copy link

The tooltips always use the default colors (e.g. orange), not the colors from Visual Studio's Fonts and Colors option menu (e.g. green):

tooltip

@JohanKAdams JohanKAdams changed the title Toolstips use wrong colors Tooltips use wrong colors May 27, 2017
@HJLebbink
Copy link
Owner

HJLebbink commented May 28, 2017

@does this also happen if you go to Tools>Options>Environment>Fonts and Colors>AsmDude-SyntaxHighlighting-Label and set item foreground to default. And set the color you like the label to have in Tools>Options>AsmDude>Label.

The coloring in the QuickInfo tooltips uses the colors as set in AsmDude options, and not the colors if you happen to have override (overridden?) them in VS.

@JohanKAdams
Copy link
Author

Thanks for your reply.

I had to set both the settings in Tools>Options>Environment>Fonts and Colors as well as as the settings in Tools>Options>AsmDude>Label to my desired colors.

Now all tooltip colors are as expected, except for jumps:

tooltip-2

For jumps the tooltip shows "Mnemonic" and uses the mnemonic color. This probably has to do with the following switch-statement:

https://github.com/HJLebbink/asm-dude/blob/master/VS/CSHARP/asm-dude-vsix/QuickInfo/AsmQuickInfoSource.cs#L193-L194

@HJLebbink
Copy link
Owner

Yes, makes sense. Next version (after 1.8.0.0) will have that fixed.

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