Following up on a previous post about IDEs for Python, my current wishlist would be:
- Tabbed interface like Notepad++ and SciTE
- Remember session like Notepad++
- Code context like IDLE editor
- Line numbers like SciTE
- Adjustable tabbing and smart indent like SciTE (And not like IDLE; shudder)
- Autocompletion like IDLE
- Debugger would be nice, but IPython happens to be all I need right now for that
Comments
Post a Comment