Hi Guilherme, hi Petr, yepp, there is currently no IDE available which fully supports the qooxdoo object oriented system. However, there is work in progress to provide qooxdoo-specific development support for the Eclipse IDE.
More infos available at: http://qooxdoo.org/documentation/contrib/qxdt So stay tuned for this one :) cheers, Alex Guilherme Aiolfi wrote: > That's a good idea. It would solve my problems with aptana too. > > 2008/7/5 petr kobalicek <[EMAIL PROTECTED]>: > >> Hi, >> >> today I'm pleyed with jseclipse from adobe. On their website is that it >> supports qooxdoo, but not latest object oriented system. I have simple >> question. Not all IDE understands this object oriented system today, and >> only few will understand it in the future. So I have an idea ;-) >> >> Qooxdoo contains own build system (in fact it's javascript parser that >> understands javascript language and qooxdoo), how it will be hard to create >> special command that will generate single .js file with qooxdoo generated >> only for these IDEs ? >> >> My idea is simple, for example we have some class: >> >> qx.Class.define("MyClass", { >> construct: function() {}, >> members: >> { >> test: function() {} >> } >> }); >> >> and this generator will produce: >> >> MyClass = function() {}; >> MyClass.prototype.test = function() {}; >> >> etc... >> >> So my question is, will be hard to do something like this ? Files generated >> like this can be integrated to any tools that understands javascript. >> >> Thank you for reply >> Petr ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
