Hi,
I'm coding lots of Obj-C++ stuff. I encountered two weird behaviours.
1) To reproduce - open a new window, set language to Obj-C++ - press ESC ⇢ nothing happens - fine - press ⇥, and then ESC ⇢ "retain" will be inserted whereby I didn't type any character
furthermore 2) - if I select something in a Obj-C++ doc and press ESC the selection will be replaced by retain
I have no idea if this is a feature or a bug but I would argue that this is a bit weird since it could happen that one presses ESC more or less accidentally. At least a selection should be untouched and ESC-completion should only be invoked if there's at least one character left from cursor as it is in TM1.
Thanks, --Hans