Bruce: As you could have seen from the link that sent Massimo (rad2py, ide2py, psp2py, etc.), I'm finishing a fully-featured IDE, including coding completion, local and remote debugger, integrated shell, etc. The web2py dedication is complete, currently the tool can be attached to a web2py server (using admin-like webservices), browse and edit files, debug, etc. Code completion currently is static (similar to what you will find in eclipse or other IDEs), but shortly it will be dynamically generated, so you would be able to explore database tables and fields live as you write, evaluate dal expressions on the fly, etc.
The tools also includes quality assurance and project management features (defect & time tracking, estimation, performance reports, etc.) I hope to release a stable version very soon, you can see the poster I'll be presenting at PyCon about this for further information: https://us.pycon.org/2012/schedule/presentation/147/ About a better view editor, it is in my plans to add a custom style to the editor to correctly highlight the html code, check for errors, etc. Also, In the long time I would like to implement a visual database designer, query-by-example, etc BTW, a visual DAL designer already exists (web accesible from the admin) IIRC PS: the admin-like web services would enable to build third-party plugins for your favourite IDE Best regards Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com On Sun, Feb 12, 2012 at 5:41 AM, Bruce Wade <[email protected]> wrote: > Thank's for the link Massimo. > > Bruno, I guess every developer is different. I would like to see tools that > make it easier to generate interfaces/views, a more visual way of creating > database design that maps to DAL etc.... > > > On Sat, Feb 11, 2012 at 10:42 PM, Bruno Rocha <[email protected]> wrote: >> >> I am working exclusively with web2py, over 2 years (8-24 hours a day *7) >> plus holydays. And I never used an IDE. I use Sublime-text-2 and VIM, I have >> Python code completion and I have set some web2py completions for common >> code snippets both in VIM and Sublime-text. >> >> But, If I wanted or needed to use an IDE, I would use WingIDE. WingIDE >> works perfectly with web2py! >> >> On Sun, Feb 12, 2012 at 4:09 AM, Bruce Wade <[email protected]> wrote: >>> >>> Hi, >>> >>> I have been using web2py for a little over 2 months (8-12 hours a day * >>> 7) now. It might not seem like a long time, however because of the scope of >>> projects I am working on I have had to learn a lot. >>> >>> One of the situations I found as projects grow in size, although the web >>> based IDE is great and very powerful I find it slows down my productivity >>> greatly when going back and forth between controllers etc.. or having >>> multiple browser tabs open. >>> >>> After awhile I decided to move back to eclipse to handle my programming >>> needs. However I noticed because of how web2py is designed with lots of >>> global's going on eclipse code completion is pretty much useless. (Correct >>> me if I am wrong and someone was able to get code completion with web2py to >>> work). >>> >>> Would anyone be interested in making a dedicated standalone IDE for >>> web2py? >>> >>> -- >>> -- >>> Regards, >>> Bruce Wade >>> http://ca.linkedin.com/in/brucelwade >>> http://www.wadecybertech.com >>> http://www.warplydesigned.com >>> http://www.fitnessfriendsfinder.com >> >> >> >> >> -- >> >> Bruno Rocha >> [http://rochacbruno.com.br] >> > > > > -- > -- > Regards, > Bruce Wade > http://ca.linkedin.com/in/brucelwade > http://www.wadecybertech.com > http://www.warplydesigned.com > http://www.fitnessfriendsfinder.com

