Mojo syntax highlighting?

Monkey Forums/Monkey Programming/Mojo syntax highlighting?

Yahfree(Posted 2011) [#1]
Hey, I noticed that the Mojo functions such as SetColor() are not highlighted in the IDE. At first I thought I might need to rebuild the docs, but that option is disabled.

What do I do?


skid(Posted 2011) [#2]
This feature will be implemented soon for Monk, Jungle users I think can already enjoy such niceties.


ziggy(Posted 2011) [#3]
Jungle users I think can already enjoy such niceties.
Not really, as I'm preparing to make a scope-based highlighting, but I'm still designing it... (it will be ready very soon!) Anyway, Jungle Users get parameter hint help, so you know you've written the keyword properly :D


matt(Posted 2011) [#4]
My TextMate bundle already does syntax highlighting

http://www.monkeycoder.co.nz/Community/posts.php?topic=69

:P ;)


ziggy(Posted 2011) [#5]
Jungle Ide does too, but not for functions inside modules, as this will be coded in a way you'll get highlighting for functions inside modules you're actually importing, instead of the whole thing always.


ziggy(Posted 2011) [#6]
Ok, I've just commit an update to the Jungle Beta that has dynamic highlighting of keywords. All commands you're importing in your source code will be automatically highlighted. If you import mojo, all mojo commands will be highlighted, if you import only a subset of mojo, or maybe a thirdparty module or whatever, the highlighting will addapt automatically. It's magic :D

More info here: http://www.jungleide.com

:)


Perturbatio(Posted 2011) [#7]
It's magic :D

Jungle black magic!


Canardian(Posted 2011) [#8]
Would be nice if F1 on top of a keyword would launch the help.


matt(Posted 2011) [#9]
My TextMate bundle already does that (key is configurable, of course)