petr kobalicek wrote:
> 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() {};

What would that give you? What would you do with this specially 
generated Javascript in your IDE? I thought you wanted support for 
writing the "qx.Class.define(...)" version in the first place?! How 
would you maintain the generated code?!

Thomas

>
> 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
>   


-------------------------------------------------------------------------
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

Reply via email to