We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Many third party IDEs have custom syntax highlighting (such as Sublime Text) where you can modify how different syntax objects are colored. Would it be possible to change how the PDE highlights different elements? For example, make comments green rather than grey or numbers purple rather than black.
Answers
I believe that you can mess around with Processing's files to change the theme, which includes the syntax highlighter. See this post for more information. There isn't yet an "official" way of changing these things - the closest we can get is writing our own mode that uses a different syntax highlighter.
Thanks! That's exactly what I was looking for