T O P I C R E V I E W |
Christopher Pepper |
Posted - Nov 05 2010 : 06:43:37 AM Hi,
I was just wondering, when i do right click->include, it will automatically use < instead of " when it can. How can I force it to not do this? e.g now right click->include = #include <base\\...>
i want it to
#include "base\\.."
I appreciate any comments! Thanks, Chris |
5 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Nov 17 2010 : 1:31:37 PM The "VANet8" version of the key is for VS2005, the alternatives are for the other IDE's. Apologies for the confusion. |
Christopher Pepper |
Posted - Nov 16 2010 : 3:24:48 PM quote: Originally posted by support
case=51056 is implemented in build 1836
Create or modify the following DWORD value in the registry:
HKEY_CURRENT_USER\\Software\\Whole Tomato\\Visual Assist X\\VANet8\\AddIncludeTokenStyle = 0
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
Supported values: 0 = default, current behavior 1 = force use of "" 2 = force use of <>
Thank you :) its much appreciated (btw do you mean visual studio 2005 instead of 03??) |
support |
Posted - Nov 12 2010 : 3:23:24 PM case=51056 is implemented in build 1836
Create or modify the following DWORD value in the registry:
HKEY_CURRENT_USER\\Software\\Whole Tomato\\Visual Assist X\\VANet8\\AddIncludeTokenStyle = 0
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
Supported values: 0 = default, current behavior 1 = force use of "" 2 = force use of <> |
Christopher Pepper |
Posted - Nov 06 2010 : 9:21:13 PM ah thank you for the reply! i look forward to it! =] |
feline |
Posted - Nov 05 2010 : 5:40:44 PM We are adding a registry key to control Add Include, so it can be set to always use "" or <>. This should be present in the next build of VA, which we are hoping to post in the next couple of weeks:
case=51056 |