Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I integrate Moose into Komodo?

Tags:

perl

komodo

moose

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.

like image 350
lexu Avatar asked Jul 25 '09 06:07

lexu


People also ask

How to mine Komodo (Komodo)?

Although it is entirely possible to mine Komodo on your computer, you should consider investing in the ASIC mining setup if you are serious about cryptocurrency mining. Actually, the best way how to mine Komodo is the asic. Anyway, if you really want to go with the computer way, try to join some miner pool. How to mine Komodo at home?

How to integrate Komodo with word and fast open?

The benefit for Komodo is you can enable “go-tool” integration with Komodo’s Fast Open dialog, and then typing “ko” in the fast open textbox will change location to the set directory. To enable this, open Komodo’s preferences, navigate to the Fast Open category and enable the Go-tool integration checkbox. 4. Word Completion

How to enable “go-tool” integration with Komodo’s Fast Open?

The benefit for Komodo is you can enable “go-tool” integration with Komodo’s Fast Open dialog, and then typing “ko” in the fast open textbox will change location to the set directory. To enable this, open Komodo’s preferences, navigate to the Fast Open category and enable the Go-tool integration checkbox.

How to get Komodo hash rate?

You can get the hash rate by adding up the speeds of the computers you are using to mine Komodo. Depending on the software, you should be able to get this value directly from the program or you might need to check every individual computer. The power consumption of your Komodo mining rigs needs to be inputted in Watts.


2 Answers

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?

like image 172
lexu Avatar answered Oct 01 '22 07:10

lexu


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.

like image 35
jplindstrom Avatar answered Oct 01 '22 08:10

jplindstrom