[TxMt] Re: The angry quote

Adam Bryzak adam+textmate at bryzak.net
Tue Mar 3 09:30:42 UTC 2009


On 03/03/2009, at 7:28 PM, Scott Haneda wrote:

> Sometimes I am writing code, and I need to go back and quote
> something...
>
> foo=$this/$that/$other
>
> What I wanted was this:
> foo="$this/$that/$other"
>
> What I end up with is this
> foo=""$this/$that/$other
>
> How do I prevent that, I know I can delete one, but it sometimes gets
> strange, and puts another one back in, or other oddness.  It is really
> rough when you are in the middle of a regex string, and it starts
> messing with you.

You can uncheck the Auto-pair characters preference under Text Editing  
in preferences.

Adam



More information about the textmate mailing list