T O P I C R E V I E W |
clechasseurcoveo |
Posted - Apr 30 2015 : 10:21:44 AM I am a big fan of the ListMethodsInCurrentFile command that opens a drop-down where you can filter for a specific method name. I noticed a changed behavior in recent versions, though. Let's say that I am in a C++ source file with definition for a class name Foo. Before, if I typed
.Foo
I would end up with only the constructors of Foo. Now however, all Foo methods are kept there.
Is there a way to change this back? Or another way to easily filter for constructors? Now I try to use
Foo(
e.g. enter the end of the class name followed by (, but it usually takes much longer. |
2 L A T E S T R E P L I E S (Newest First) |
clechasseurcoveo |
Posted - Apr 30 2015 : 1:16:02 PM It works, thank you! |
sean |
Posted - Apr 30 2015 : 1:11:31 PM That started with build 2052 due to case 5977. You can restore the previous behavior via the registry: http://support.wholetomato.com/default.asp?W553 |
|
|