a python refactoring IDE...
Project description
Overview
Ropeide is a python refactoring IDE. It uses rope library to provide features like refactoring, code assist, and auto-completion. It is written in python. The IDE uses Tkinter library.
You should install rope library before using this IDE.
New Features
added usefunction refactoring
indent/deindent lines
not using a deprecated templates in codeassist
better help files finding
indenter module was improved