Page 1 of 1

Syntax highlight colour change for Python

Posted: Sat May 25, 2013 11:08 am
by dijerydack
I am new to Zeus , I hope it will make a good IDE for coding in Python. First thing I noticed that I would like to be able to customise is the syntax highlight colours.

Zeus is displaying both doc string comments (marked ''' ''') and # comments in the same colour. I use these different types of comments in different ways and would like to display the # comments in red.

Any ideas how I could do this?

Cheers,

Posted: Sat May 25, 2013 11:20 am
by jussij
The # comment will be defined as a line comment.

So all you need to do is use the Options, Document Types menu and edit the Python document type.

In the Coloring section just change the color for the Line Comment to suit.

Cheers Jussi

Posted: Sat May 25, 2013 11:57 am
by dijerydack
That worked a treat, thank you very much!