This is a Textmate Bundle that integrates the Rope framework with Textmate to provide autocompletion, goto-definition and refactorings like rename and extract method to TM users writing Python code. The project is new and pre-alpha. It is probably unstable (although an unstable TM bundle can't do much harm, compared to an unstable TM plugin). It supports the following Rope operations for now:
Depends on Textmate's Dialog2 and Dialog1. Both are included with newer versions of TM. Of course, the bundle depends on Rope, but a copy of if it is included in the bundle.
Just download the source, rename the folder to RopeMate.tmbundle and double click it. Customize the keyboard shortcuts in the Bundle Editor.
GPL2 (Rope is also GPL2), see README and LICENSE
Julian Eberius (julian \at\ eberius-mail.de)
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/JulianEberius/RopeMate.tmbundle