|
feline
Moderator
    
United Kingdom
12801 Posts |
Posted - Dec 30 2008 : 12:37:53 PM
|
In Visual Assist X 1649 and earlier VA Outline always shows the class name when it is listing the implementations in a cpp file:

In Visual Assist X 1707 and above the class names are removed, just leaving you with the function names, and the class name on the parent node, which takes up less space:

If you prefer to see the class name listed then simply set the registry key:
HKCU \ Software \ Whole Tomato \ Visual Assist X \ VANet8 \ OutlineStripScopeFromGroupedMethods = 00
Return "OutlineStripScopeFromGroupedMethods" to 01 to undo this change.
Replace "VANet8" with "VANet11" for Visual Studio 2012 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 these registry key, to avoid Visual Assist X overwriting your changes when it quits. |
Edited by - feline on Sep 17 2012 6:46:15 PM |
|