Hello,
After a recent update (I'm not sure which one) to TextMate, I'm finding that every time I write a comment in Python:
# whatever
and press Return at the end of the line, that TextMate is filling in "# " at the start of the next line. This is really getting in my way, and I'd like to turn it off -- but I can't find which trigger is responsible for this.
I thought at first it'd be the "Continue Line Comment" snippet in the Source bundle, but that triggers on Enter.
Is there any way to find out which command/snippet is responsible for this without going through all bundles one by one?
Andrew
On 30 Apr 2007, at 10:24, Andrew Durdin wrote:
Is there any way to find out which command/snippet is responsible for this without going through all bundles one by one?
This isn't happening for me, but you should be able to find the culprit easily by positioning the caret inside a comment, opening the Select Bundle Item… dialog, switching it to “Key Equivalent” mode (click on the magnifying glass) and then pressing return.
On 4/30/07, Ciarán Walsh ciawal@gmail.com wrote:
This isn't happening for me, but you should be able to find the culprit easily by positioning the caret inside a comment, opening the Select Bundle Item… dialog, switching it to "Key Equivalent" mode (click on the magnifying glass) and then pressing return.
Ah, excellent. Thank you; I'd never have found this by myself.
It turns out that it was something in the Zope bundle that was triggering it; since I don't use Zope at all, I just removed the whole bundle.
Cheers,
Andrew.