Author Topic: // Comment color  (Read 3872 times)

Bodarc

  • Guest
// Comment color
« on: February 16, 2014, 09:48:59 pm »
My comments are in a very light gray such that they are almost unreadable.

How can I change them to a different color?

I have tried settings>editor>syntax highlighting>comments but it doesn't change the color of my //comments

Thanks for any help you can give.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: // Comment color
« Reply #1 on: February 17, 2014, 01:16:12 am »
...
I have tried settings>editor>syntax highlighting>comments but it doesn't change the color of my //comments
I can change the comment color there.
Especially, there are six kinds of comments you can change.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.