> > I am also comfortable with the web based IDE. However even with youadworld > there was over 5000 files to port over. (Most didn't have to be ported > because web2py added the same features required). It is very hard to work > with a large amount of files with the built in web based IDE. Now if it > would have a folder tree panel like most standalone IDE's that would help > greatly.
Note, the web-based IDE isn't really intended as the main editing interface for large projects. It's more of a convenience for moderate editing needs, as well as an interface for other application management tasks. With the latest trunk, if you do "from gluon import *" in a file, you should get code completion for all of the web2py API (works for me in Aptana). Anthony

