edtior context highlighting
prof_braino
Posts: 4,313
I'm switching to ubuntu, and I would like an editor to properly context highlight the code for the prop.
I found this thread from a year ago, adding spin highlighting to GEDIT
http://forums.parallax.com/showthread.php/140139-Gedit-Spin-Syntax-Highlighting-gt-Solution!
Peter mentions medit
I'm trying for SPIN, PASM, and PropForth. [gedit already supports generic FORTH from an old standard, but most of that is not applicable to the prop]
Has anybody address the issues SRLM has listed, particularly the Spin/PASM highlighting?
Anybody using something else that works better?
Is there a straight forward reference on adding a language on adding a new language context? The stuff I found looked involved and obtuse.
Thanks!
I found this thread from a year ago, adding spin highlighting to GEDIT
http://forums.parallax.com/showthread.php/140139-Gedit-Spin-Syntax-Highlighting-gt-Solution!
Peter mentions medit
I'm trying for SPIN, PASM, and PropForth. [gedit already supports generic FORTH from an old standard, but most of that is not applicable to the prop]
Has anybody address the issues SRLM has listed, particularly the Spin/PASM highlighting?
Anybody using something else that works better?
Is there a straight forward reference on adding a language on adding a new language context? The stuff I found looked involved and obtuse.
Thanks!
Comments
http://projects.gnome.org/gtksourceview/documentation.html
http://live.gnome.org/Gedit/NewLanguage
For other editors you need to use google to find the description and you might even need to write some code (especially if you want to avoid teh SPIN/PASM as that relies on program structure)
You can also try: http://forums.parallax.com/showthread.php/129362-PZST-an-open-source-Propeller-IDE-in-development-Version-1.0.1-released!
This already added additional code for SPIN/PASM syntax highlighting