We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi. Is there anybody who is using Notepad++ for development? I would like to avoid creating the syntax highlight file if somebody already did the job. NpWiki++ (where a list of user defined languages was available) has been suspended in the last month. Thank you in advance Alex
Answers
Just use Java highlighting, I guess.
If you need a list of "keywords" like setup or draw, you can extract them from the modes/java/keywords.txt file in the Processing installation dir.
Here you can find a processing syntax highlighter file for notepad++: http://intuitionlogic.com/post/2011/03/15/A-Notepad++-language-definition-file-for-ProcessingProcessingjs.aspx
ciao
Thank you both of you. I was searching for something like the file found by Cameyo. A few attempts to create my own UDL for Notepad++ didn't work as expected... Alex
Hey,
I know that topic has been inactive for a while, nevertheless I have been searching for a processing syntax highlihghter to get processing code highlighted (in the end) to some ms word / open office / google docs / or similar program. Does anyone have an idea how to achieve that easily? I thought about a workaround using notepad++ but unfortunately the link above (post by cameyo) does not work anymore.
thank you in advance.
here's the list of keywords defined for processing. it's what processing uses for its own highlighting.
https://github.com/processing/processing/blob/master/java/keywords.txt