Syntax highlight colour change for Python

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
dijerydack
Posts: 7
Joined: Sat May 25, 2013 11:02 am

Syntax highlight colour change for Python

Post 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,
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
dijerydack
Posts: 7
Joined: Sat May 25, 2013 11:02 am

Post by dijerydack »

That worked a treat, thank you very much!
Post Reply