Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse and Pydev - how to edit syntax coloring choices

I've really looked everywhere for a lead on this.

I'm using Eclipse (Kepler) and Pydev 4.0.0.

The default syntax coloring for Pydev is driving me crazy. But what's driving me more crazy is that I cannot find an obvious source that explains how to adjust syntax coloring.

In specific, what I want to do is simply adjust the color used for # comments. Right now it's a very pale gray on white, and almost invisible to me.

It's easy to see how you can monkey with colors for Java editors, but for editing Python, it just seems that I'm stuck with the hardcoded syntax color choices.

What am I missing?

like image 726
agentv Avatar asked Jun 07 '15 06:06

agentv


Video Answer


2 Answers

Coloring in eclipse is tricky but it can be done: windows -> preferences -> pydev -> editor ...scroll down in inset box to "comments"

Good luck!

like image 195
Luke Codewalker Avatar answered Sep 25 '22 01:09

Luke Codewalker


Windows->preference->Editor when clicking editor Appearance table appear click on comment then change the color as shown in pic:

change comment color in eclipse

like image 30
Alloylo Avatar answered Sep 25 '22 01:09

Alloylo