Hi Ricardo: Great work!
What did you use for the debugger? The embedded webserver is stable for development environments? Do you thing that the file viewers and the other features can be used elsewhere? I'm developing something similar, rad2py, but in wxpython: http://code.google.com/p/rad2py/ Best regards, Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com On Wed, May 23, 2012 at 9:17 PM, Ricardo Pedroso <[email protected]> wrote: > The url, of course: > https://github.com/rpedroso/gweb2py > > On Thu, May 24, 2012 at 1:11 AM, Ricardo Pedroso <[email protected]> wrote: >> Hi, >> >> I've made lot's of changes. Lot's of bug fixes and >> new features, mainly: >> reload webserver >> ability to create new application >> session files viewer >> cache file viewer >> error files viewer >> file/new and file/open >> better syntax highlight when using StyledTextCtrl >> >> On Linux there is possible to use vim(default) or StyledTextCtrl. >> >> To run on Windows or Mac: >> $ python gweb2py >> >> Linux: >> $ python gweb2py >> or >> $ python gweb2py --editor stc >> (will use the StyledTextCtrl) >> >> If you have some spare time give it a try, but do not use it >> in a real project until some more testing. >> >> Some feedback will be welcome. >> >> Ricardo

