[Moo] Re: Why don't we create a Mootools IDE

2010-04-09 Thread Ren Yushiro
http://www.jetbrains.com/webstorm/ Hi all! This IDE is supporting the @lends tag and looks quite good :D -- To unsubscribe, reply using "remove me" as the subject.

[Moo] Re: Why don't we create a Mootools IDE

2010-02-11 Thread Ren Yushiro
The @lends tag looks promising. But Aptana doesn't support this tag. It seems like Aptana used something like ScriptDoc, not JSDoc Toolkit. I will try Zend Studio later zz

[Moo] Re: Why don't we create a Mootools IDE

2010-01-27 Thread Ren Yushiro
I've tried everything we mentioned here but nothing really helps with Mootools' OOP... No IDE or editor + plugin can understand what a Mootools class is. I can learn by heart all of the Mootools core function (there arent too many anyway) but cant remember all the properties and functions in one cl

[Moo] Re: Why don't we create a Mootools IDE

2010-01-21 Thread Ren Yushiro
/** * @class shape */ var shape = new Class({ getName : function() { } }); /** * @class polygon * @extends shape */ var polygon = new Class({ Extends : shape, getWidth : function() { }, getHeight : function() { } }); /** * @type polygon */ var myPol = new polygon();

[Moo] Why don't we create a Mootools IDE

2010-01-20 Thread Ren Yushiro
I'm sure that with the help of an IDE, we'll be able to code a lot faster, especially in big project (mine has more than 100 classes already). I've searched for an IDE that help but couldn't. Aptana said it supported mootools but it didn't understand mootools' great OOP. I've tried Spket and gave t