Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing color of comments in Eclipse

Tags:

I am using Eclipse Indigo for my JSF project.

When I comment something, I want the color of the commented part should be gray (this is a default feature in Netbeans), how can I achieve?

like image 912
siva636 Avatar asked Aug 09 '11 04:08

siva636


People also ask

How do I change text color in Eclipse?

All of these colors can be adjusted via the following preference pages: General > Appearance > Colors and Fonts > Basic (Error text, hyperlink text, active hyperlink text) General > Editors > Text Editors (Foreground, background and other appearance colors)

How do I change the comment style in Eclipse?

Eclipse: Change the block comment style of ctrl+shift+/


1 Answers

You can configure it at Window > Preferences > Java > Editor > Syntax Coloring.

enter image description here

like image 172
BalusC Avatar answered Sep 21 '22 13:09

BalusC