Reputation: 19293
I am using Eclipse Indigo for python coding.
When I comment something, I want the color of the comment to be blue
how can I achieve?
Thanks
Upvotes: 0
Views: 495
Reputation: 830
Assuming you use the PyDev plug-in you can access the color settings in the Window/Preferences/PyDev/Editor menu.
Upvotes: 1