T O P I C R E V I E W |
JakubH |
Posted - Sep 24 2013 : 08:12:47 AM We have a problem similar to these two: http://forums.wholetomato.com/forum/topic.asp?TOPIC_ID=6768 http://forums.wholetomato.com/forum/topic.asp?TOPIC_ID=11264
We use Visual Studio 2010. However, Visual Assist X build 2001 uses new toolbar icons which does not fit into this version of Visual Studio at all. How can I revert to the old ones, please? There is not a possibility to customize icons in VS 2010 as it was in older studios. So the second cited issue has no longer a solution in that. |
3 L A T E S T R E P L I E S (Newest First) |
JakubH |
Posted - Sep 25 2013 : 03:33:34 AM Wow! Thanks a lot, it works! Even without the VA disabling. Closing VS was enough. (The path to VAX.pkgdef contains 10.8.2001.0 for me +?G??G? I have a newer build here.) |
accord |
Posted - Sep 24 2013 : 6:41:31 PM Good news. I was able to restore old VA icons in VS2010. Here are the steps:
1) in VS2010 extension manager, disable VA 2) exit vs2010 3) open %LOCALAPPDATA%\\Microsoft\\VisualStudio\\10.0\\Extensions\\Whole Tomato Software\\Visual Assist X\\10.7.1912.0\\VAX.pkgdef in a text editor 4) remove the word "Metro" from line 9 and save/close the file. (so we're loading a different dll, VaPkgUI.dll instead of VaPkgUIMetro.dll) 5) start VS2010, then enable VA in extension manager and restart VS
This is how it looks now:
|
accord |
Posted - Sep 24 2013 : 6:23:12 PM Is this what are you seeing? VS2010 icons on the left, VA 2001 icons on the right:
|