[web2py] Re: web2py IDE

2018-01-29 Thread Val K
Hi! Pyscripter + tricks like: if 0: from gluon import * request = current.request response = current.response session = current.session cache = current.cache T = current.T provide intellisense. For debugging try this:

Re: [web2py] Re: web2py IDE

2018-01-26 Thread Jim Steil
PyCharm Community is free. -Jim On Fri, Jan 26, 2018 at 12:57 PM, Andrea Fae' wrote: > Thanks a lot, but I'd like free IDE, without cost. > > > Il giorno venerdì 26 gennaio 2018 13:32:14 UTC+1, Jim S ha scritto: >> >> Great post Mirek! >> >> I can confirm that paid PyCharm

Re: [web2py] Re: web2py IDE

2018-01-26 Thread Andrea Fae'
Is there available a debugger too? Il giorno venerdì 26 gennaio 2018 20:04:42 UTC+1, Ramos ha scritto: > > for free > Sublime Text 3 + w2p plugin > > Work and gives you a web2py console and some other stuff > > Regards > > 2018-01-26 18:57 GMT+00:00 Andrea Fae' : > >> Thanks a

Re: [web2py] Re: web2py IDE

2018-01-26 Thread António Ramos
for free Sublime Text 3 + w2p plugin Work and gives you a web2py console and some other stuff Regards 2018-01-26 18:57 GMT+00:00 Andrea Fae' : > Thanks a lot, but I'd like free IDE, without cost. > > > Il giorno venerdì 26 gennaio 2018 13:32:14 UTC+1, Jim S ha scritto: >> >>

[web2py] Re: web2py IDE

2018-01-26 Thread Andrea Fae'
Thanks a lot, but I'd like free IDE, without cost. Il giorno venerdì 26 gennaio 2018 13:32:14 UTC+1, Jim S ha scritto: > > Great post Mirek! > > I can confirm that paid PyCharm does work better with web2py than the > Community version. What I like about PyCharm is that in addition to a >

[web2py] Re: web2py IDE

2018-01-26 Thread Jim S
Great post Mirek! I can confirm that paid PyCharm does work better with web2py than the Community version. What I like about PyCharm is that in addition to a Python IDE, you also get a good editor for HTML, javascript, CSS and a nice database editor if you're using the paid version. If not

[web2py] Re: web2py IDE

2018-01-25 Thread Mirek Zvolský
If you use a simple editor only, it is similar as the work with web2py integrated environment. You can just create and edit python files. Of course the suitable editor must be special for Python writting: It must at least convert the Tab into 4 spaces. And work with utf-8. If you want more,

[web2py] Re: web2py IDE

2018-01-24 Thread Dave S
On Wednesday, January 24, 2018 at 1:28:05 PM UTC-8, Andrea Fae' wrote: > > Web2py integrated ide environment is not bad, but with limited debugging, > no intellisense and so on. > I'd like to know what is a completely free IDE for using with web2py. > Visual Studio Community? Visual Code

[web2py] Re: web2py IDE

2018-01-24 Thread pbreit
If you just need code formatting/coloring a decent text editor works well enough: VS Code, Atom, Bracket Keep it simple. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list