kevinkiller
Starting Member
1 Posts |
Posted - Nov 25 2012 : 11:27:33 AM
|
with the new 10.26.2012 build the rename dialog pops up whenever I press _ followed by .
This is very annoying since I often use a structure named _
struct Data { int jim, bean; } _;
void f() { _.jim = _.bean; <-- TYPING THIS POPS UP THE RENAME DIALOG }
How do I turn this off???
Thanks.
John. |
|