omsharp / BetterComments

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

Color of first 3 chars in Python #5

Closed jimp02 closed 8 years ago

jimp02 commented 8 years ago

Installed product versions

In Python source, the first 3 characters of a comment are grayed, or maybe a different opacity.

Steps to recreate

  1. Open a Python source and observe the comments. Using the default colors. Settings: Consolas font, 0 size offset, Italic is checked, 1 opacity.

    Current behavior

See Description.

Expected behavior

Entire comment is the same color and opacity.

jimp02 commented 8 years ago

This is with the Dark theme on Visual Studio. Blue and Light themes are OK.

omsharp commented 8 years ago

@jimp02, can you take a snapshot of the issue? Is it something like this?

image

jimp02 commented 8 years ago

I installed a new Python Tools release yesterday that apparently caused the problem. I reinstalled Python Tools release 2.2.4 and Better Comments is now working OK. The problem seems to be fixed. Thanks for the quick attention to the problem.

omsharp commented 8 years ago

You're most welcome.