On 19 October 2012 18:45, Guillermo Polito <guillermopolito@gmail.com> wrote:
"this same happens with simple quotes" ws contents: '' type: $" $" expected: (String with: $" with: $")
â¦with the cursor at the end
ws contents: '' type: $" $' expected: (String with: $" with: $' with: $") or (String with: $" with: $' with: $' with: $") ? current: (String with: $" with: $' with: $")
TextMate says "'|" (| representing the insertion point). It makes sense, in a comment there is a good chance that you mean an apostrophe rather than a opening a literal string.
So, what is that you feel annoying from the smart chars?? Could you add your own example? :D
TextMate has special cases when there are non-white characters to the right of the insertion point before inserting an opening bracket, e.g. ws contents: '|foo' type: $( expected: '(foo' ws contents: '| foo' type: $( expected: '() foo' -- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet