up vote 9 down vote favorite
1
share [g+] share [fb]

ActiveState's Komodo is my preferred Perl IDE on OS X and XP. Recently I've begun coding new projects using Moose.

Has anyone found a way to teach Komodo how to "identify" Moose's Attribute and Method declarations? I would just love to see Moose-Support in the "Code Browser/Code Explorer" of Komodo.

link|improve this question

feedback

2 Answers

up vote 6 down vote accepted

Searching around on activestate's support forums I found, that Komodo has it's own syntax-description language, called "Luddite", that is used to describe syntax highlighting and other rules for the "user defined" programming languages Komodo supports.

There is even a Luddite usage example on PHP .. and some "Compiling and Installing" instructions.

I guess the question now is:

Has anyone worked on a Moose-UDL/Luddite extension for Komodo?

link|improve this answer
feedback

As a point of reference, PerlySense has a Moose syntax plugin for understanding that dialect of Perl. It uses the normal PPI document to look for Moose constructs.

link|improve this answer
thanks, I'll look at it. – lexu Jul 25 '09 at 18:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.