omsharp / BetterComments

A Visual Studio extension for better comments.
Other
70 stars 28 forks source link

Not able to change font colors #1

Closed ravensorb closed 8 years ago

ravensorb commented 8 years ago

Installed product versions

Cannot change default colors. It looks like your defaults assume a dark theme image)

So I am trying to change them to make it more useful for a light them. I looked at your directions, however they do not seem to work Image

If you look at the image, there is no option for Text Editor and if I click on "All Text Tool Windows" I do not see any options to update Better Comments. Please consider adding the settings directly into the better comments property screen.

omsharp commented 8 years ago

There is an issue with your Visual Studio not showing Text Editor in the settings combobox. Try to google why Text Editor is missing, and solve the issue first.

There should be a Text Editor option in the settings combobox, you can easily change the comment color there. Yours is missing for some reason that has nothing to do with the extension but with your installed instance of Visual Studio itself.

As for adding the color settings directly into the Better Comments options page, I didn't do it at first because I didn't want to reinvent the wheel. I thought better rely on VS for doing it than clutter my code with implementing a functionality that's already there. But still, I'll gladly consider it. I can't promise anything though.

Thanks for the feedback.

omsharp commented 8 years ago

I'll have to close this issue.

ravensorb commented 8 years ago

@omsharp this is a brand new install of VS2015 with Update 2 (I actually tested in on two brand new installs in virtual machines as I was testing other things as well). Both behaved the same way.

Maybe you could add a detection for the current theme and at least set the colors based on that?

omsharp commented 8 years ago

@ravensorb the point is if you can't find Text Editor in the settings combobox, which I'm pretty sure its missing has nothing to do with Better Comments, then you have an issue with VS itself, you need that option to change many other classifications colors including comment.

It is not just Better Comments that you can't change the colors of, without Text Editor settings you can't change many other code highlights like: keyword, operator, types, etc ...

In the next version I'll consider setting the default colors based on the VS color theme.