Yes, I like that very much

For me, I use Eclipse + PyDev Extensions which is not that nice with
web2py because it cannot recognize global objects that you use from
model of course and the automatic imports keeps importing stuff that
you don't really need, plus highlighting most of the code as (red)
(errors) because it cannot understand the most of the variables, so
it's somehow annoying.

On Sep 1, 8:48 am, suiato <homm...@gmail.com> wrote:
> Thanks Alexandre for quick response (in seconds :-O)
>
> On 9月1日, 午後3:25, Alexandre Andrade <alexandrema...@gmail.com> wrote:
>
> > Well,
>
> > I think the web2py editor is good for a quick bug repair, but I for more
> > intense work, I changed to a IDE.
> > I'm using Aptana and I am happy.
>
> ya, i should think of using Aptana (or Wing?) for web2py when i do
> large projects.
>
>
>
> > For me, the more enoying thing in web2py editor is the tremulous behaviour
> > with a medium to large code.
>
> i understand, but still good to have some autocomplete feature in the
> web2py editor in a small-sized project,
> especially for newbies and students.
>
> data for autocomplete could become large for clients, but using ajax
> can reduce the burden on the client side.
>
> --
> Teru
>
>
>
>
>
> > 2009/9/1 suiato <homm...@gmail.com>
>
> > > would it be difficult to incorporate autocomplete feature on the
> > > web2py editor, something like we see on Eclipse? it'd be awfully nice
> > > to have for a person like me who have difficulty in remembering those
> > > terms and forms...
>
> > > so far, i've found the web2py editor uses nicEdit, which is written in
> > > JavaScript and uses jQuery. jQuery has an autocomplete plugin (http://
> > > bassistance.de/jquery-plugins/jquery-plugin-autocomplete/).
>
> > > so, the first step is to add the plugin to nicEdit, and adapt it to
> > > web2py. it is expected that the current functionality of autocomplete
> > > in the plugin won't be satisfactory for coding purposes unless it can
> > > handle context better.
>
> > > then, the next step is to make autocomplete more intelligent (context-
> > > dependant). the way Eclipse does, for example, can be a good reference
> > > to do it.
>
> > > the third step will be to customize it to the terms and context in
> > > web2py.
>
> > > what do you all think?
>
> > > --
> > > Teru
>
> > --
> > Atenciosamente
>
> > --
> > =========================
> > Alexandre Andrade
> > Hipercenter.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to