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 local dev (would be easier/faster for searches), or use a list search of some sort for local or gae?? Seems like the sqlite would be best since dev really doesn't happen directly on gae.
-wes On Thu, Mar 11, 2010 at 9:42 PM, mr.freeze <[email protected]> wrote: > 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 <[email protected]> wrote: >> On Thu, Mar 11, 2010 at 9:13 PM, Wes James <[email protected]> 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 chunks (APIs, etc.) >> >> Click anywhere in your source code then click on the Code in the popup >> and it will insert it in to your code. >> >> -wes > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

