On 16/12/2005, at 8:43, Steven Wittens wrote:
- On my (Belgian) keyboard, typing a [ or ] requires option+shift+
( or ). This makes the block indent shortcuts very cumbersome [...]
http://lists.macromates.com/pipermail/textmate/2005-October/006391.html
- The bracket matching seems clumsy [...]
http://lists.macromates.com/pipermail/textmate/2005-February/003102.html
- I'd like to voice my support for smarter insertion of bracket
pairs in the middle of text (as has been requested before). All too often, I get 'foo()bar(...)' when I want to wrap 'bar(...)'. [...] I'd much rather have no closing bracket inserted when the next character is not an operator/whitespace/end-of-line.
It does not perform auto-pairs when the character to the right of the caret is a word-character, so if you press ( in front of bar(…) you should not get what you quote above.