T O P I C R E V I E W |
Rasmuss |
Posted - Nov 07 2006 : 05:17:41 AM I've been using 1418 up until now, but thought I'd try the newest version.
One thing I use a lot is the method list, and in 1540 it lists all parameters for functions.
This makes searching frustrating since it will use parameters for searching as well.
Is there a way to turn off the parameters in the method list, to make it work like 1418?
Regards, Rasmus |
2 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Jul 14 2008 : 2:49:48 PM case=3487 is implemented in build 1645
This setting is controlled via the registry:
HKEY_CURRENT_USER\\Software\\Whole Tomato\\Visual Assist X\\VANet8 [REG_BINARY] DisplayParamsInMethodsList = 01 (default - show parameters in Alt+M list) Set to 00 to omit parameters from the list.
Replace "VANet8" with your IDE as appropriate. |
feline |
Posted - Nov 07 2006 : 10:07:26 AM Not currently, the parameters were added to the list so people could tell different versions of the same function apart in the list. If you are searching for class member functions you could try putting a dot, and then the start of the function name.
I have put in a feature request for an option to turn off the parameters.
case=3487 |