Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

2 Answers

You may have a look at Andreas Hausladen's DDevExtensions. It will give you this among many other things. And don't forget his VCL and IDE fix packs...

share|improve this answer

I don't think there is. I've gotten into the habit of just letting go of the CTRL key and cursoring left two spaces when this occurs.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.