Oooo, shiny. PyScripter is awesome. From my spoilt python brat wishlist we have:
- Tabbed interface like Notepad++ and SciTE [CHECK]
- Remember session like Notepad++ [CHECK]
- Code context like IDLE editor [And More CHECK]
- Line numbers like SciTE [duh, CHECK]
- Adjustable tabbing and smart indent like SciTE (And not like IDLE; shudder) [OK, can't figure this out, but at least it does not mess up my existing indenting]
- Autocompletion like IDLE [And More CHECK]
- Debugger would be nice, but IPython happens to be all I need right now for that [CHECK]
- Folding [Ok, this seems to be missing]
- Picture of bug before file name in tab, when file has a parsing error. Sweet touch
PyScripter does support debugging both using the internal and a remote Python engine.
ReplyDeletedon't forget you can ctrl-click any identifier or function and jump to its source. even for built-in library stuff. it makes Django coding so much less of a mystery :)
ReplyDelete