News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

// Comment color

Started by Bodarc, February 16, 2014, 09:48:59 PM

Previous topic - Next topic

Bodarc

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.

ollydbg

Quote from: Bodarc on February 16, 2014, 09:48:59 PM
...
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.