On Wed, May 11, 2011 at 5:30 PM, Lorin Hochstein lorinh@gmail.com wrote:
I just looked quickly at it, and as it only had text/command completion based on the contents of the current buffer, I didn't consider it more. (I was looking for an editor for Python coding.) But I'm open for second looks, if I missed some vital pieces ... :)
Wait, can TextMate do this? I use it for Python coding, and I use identifier completion with [ESC], and I thought it could only use content from the current buffer, not from other files in the project. Are there other forms of completion it can do?
Sure. Quite nicely. :) There's bundles using Python's rope, and others using ctags. (Didn't get the latter to work as well, though, but it might be my lack of understanding/patience.)
Install the RopeMate bundle, open a .py file and off you go, Ctrl+Space for completion. (Use the GetBundles to install the bundle ... :))