Lets take a codeline like:
MyApplication->Test();
In Visual Studio when I press Ctrl+Shift+Right, I can get "MyApplication" selected and the retype something to replace it. In Embaracadero's CBuilder the selection gives me "MyApplication->", making me to add "->" after replacing the name. Is there any editor setting that I have missed in IDE options or is it hardcoded in?