|
feline
Moderator
    
United Kingdom
12804 Posts |
Posted - Oct 20 2006 : 5:07:33 PM
|
The hovering refactoring icon shows when you hover the mouse over a function or variable in your code:

For Visual Assist X build 1561 and above simply turn off the option:
VA Options -> Advanced -> Refactoring -> Show icon to open refactoring menu when hovering
For Visual Assist X build 1539 and above, where this check box is not present, simply change the registry key:
HKCU \ Software \ Whole Tomato \ Visual Assist X \ VANet8 \ DisplayRefactorButton = 00
Set this to 01 for the default behaviour.
Replace "VANet8" with "VANet10" for Visual Studio 2010 Replace "VANet8" with "VANet9" for Visual Studio 2008 Replace "VANet8" with "VANet" for Visual Studio 2003 Replace "VANet8" with "VA6" for Visual C++ 6
Note you need to close all IDE's before editing this registry key, to avoid Visual Assist X overwriting your change when it quits. |
Edited by - feline on Aug 13 2010 8:03:03 PM |
|