Let me share an idea I had sometime ago.

I read somewhere here in the ML that editors don't like how qooxdoo declare
classes using a string instead of the object directly. In other words:
qx.Class.define("qx.ui.form.List", ...) instead of
 qx.Class.define(qx.ui.form.List, ...) *without quotes*.

That's because the editor can't read a string and know it's an object
namespace. And we can't use it without quotes either, because it can throws
an error.

So I thought: if after the define call, when the qx.ui.form.List object was
created and now exists, we call:

qx.ui.form.List = qx.ui.form.List;

Just to let the editor knows about that object and start to read it.

Someone more experienced in the subject knows if that would work or why it
wouldn't?

I have not tested it. I just want to share the idea since the subject came
up (again).

Or maybe someone have another idea how to solve that. Because I hate don't
have code completion. It was OK sometime ago, but it's time to try to fix
that once for all.

On Mon, Oct 18, 2010 at 2:19 PM, Mustafa Sak <[email protected]> wrote:

> Pls. Look here http://qooxdoo.org/documentation/0.8/development_tools
>
>
> Regards Sak
>
> -----Ursprüngliche Nachricht-----
> Von: b a [mailto:[email protected]]
> Gesendet: Montag, 18. Oktober 2010 18:06
> An: qooxdoo Development
> Betreff: Re: [qooxdoo-devel] Editor for Qoxxdoo?
>
> I suggest you use vim and add what you need to it :)
> autocomplete can be done using ctags(or even better exhuberant-ctags)
> and CTRL+P is for autocompletion :)
>
> On 10/18/10, [email protected] <[email protected]> wrote:
> > IS their any editor, having codecompletion fpr qooxdoo  features?
> >
> > i want to use it  together with php.
> >
> > Thanks for  your help.
> >
> >
>
> ----------------------------------------------------------------------------
> --
> > Download new Adobe(R) Flash(R) Builder(TM) 4
> > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
> > Flex(R) Builder(TM)) enable the development of rich applications that run
> > across multiple browsers and platforms. Download your free trials today!
> > http://p.sf.net/sfu/adobe-dev2dev
> > _______________________________________________
> > qooxdoo-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> >
>
>
> ----------------------------------------------------------------------------
> --
> Download new Adobe(R) Flash(R) Builder(TM) 4
> The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
> Flex(R) Builder(TM)) enable the development of rich applications that run
> across multiple browsers and platforms. Download your free trials today!
> http://p.sf.net/sfu/adobe-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>
> ------------------------------------------------------------------------------
> Download new Adobe(R) Flash(R) Builder(TM) 4
> The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
> Flex(R) Builder(TM)) enable the development of rich applications that run
> across multiple browsers and platforms. Download your free trials today!
> http://p.sf.net/sfu/adobe-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to