[web2py] Re: code builder - kinda

2010-03-13 Thread mdipierro
Can you email the latest to me? On Mar 12, 2:09 pm, Wes James wrote: > I have removed the right-click and put in a web2py icon up in the > toolbar.  I'm now working on the search interface, but it seems the > ajax() call is not readily available from within the editarea iframe. > Anyone got tips

Re: [web2py] Re: code builder - kinda

2010-03-12 Thread Wes James
I have removed the right-click and put in a web2py icon up in the toolbar. I'm now working on the search interface, but it seems the ajax() call is not readily available from within the editarea iframe. Anyone got tips there? I'm also wondering whether to implement the search with sqlite for loca

[web2py] Re: code builder - kinda

2010-03-12 Thread mdipierro
nice I will take a look asap On Mar 11, 10:13 pm, Wes James wrote: > I've been trying to figure out an easier way to have all web2py API's > etc. at a coders finger tips.  I added some pieces to edit_area so > that you can right-click in the edit_area text box and get a popup > that you can selec

[web2py] Re: code builder - kinda

2010-03-11 Thread mr.freeze
Nice! One potential problem is that it interferes with other right- click functions (copy,paste,etc). Maybe it should be attached to a key combination instead? Anyway, very cool. On Mar 11, 10:21 pm, Wes James wrote: > On Thu, Mar 11, 2010 at 9:13 PM, Wes James wrote: > > I've been trying to fi

[web2py] Re: code builder - kinda

2010-03-11 Thread Wes James
On Thu, Mar 11, 2010 at 9:13 PM, Wes James wrote: > I've been trying to figure out an easier way to have all web2py API's > etc. at a coders finger tips.  I added some pieces to edit_area so > that you can right-click in the edit_area text box and get a popup > that you can select web2py code chun