mikhail.matrosov
Senior Member
Russia
29 Posts |
Posted - Jan 05 2016 : 12:58:04 PM
|
See the image below, overloaded member operators < and == and stand-alone operator <<. Visual Assist properly highlights them in navigation bar and in outline window, but does not do it in the code editor. And on the tooltip, though I'm not sure the tooltip is related to VA.
Here is my system info: quote: License: [email protected] (30-user license) Support ends 2016.02.06 VA_X.dll file version 10.9.2086.0 built 2015.12.16 DevEnv.exe version 14.0.24720.0 Community msenv.dll version 14.0.24720.0 Comctl32.dll version 6.10.7601.18837 Windows 7 6.1 Build 7601 Service Pack 1 8 processors (x86-64, WOW64) Language info: 1251, 0x419
Platform: Project defined Stable Includes: C:\Program Files (x86)\Windows Kits\8.1\Include\winrt; C:\Program Files (x86)\Windows Kits\8.1\Include\shared; C:\Program Files (x86)\Windows Kits\8.1\Include\um; C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt; C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\include; C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include; C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\Clang 3.7\include;
Other Includes:
Stable Source Directories: C:\Program Files (x86)\Windows Kits\10\Source\10.0.10240.0\ucrt; C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\crt\src; C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\src\atl; C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\src\mfcm; C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\atlmfc\src\mfc;
Sample project: https://www.dropbox.com/s/iwcxjni4x6d7lgj/SetDifference.zip?dl=0 VA settings: https://www.dropbox.com/s/yqj10r2zd8kmnkm/20160105205319.reg?dl=0 Visual Studio settings: https://www.dropbox.com/s/1rurp7b80polf75/Exported-2016-01-05.vssettings?dl=0
|
|
feline
Whole Tomato Software
United Kingdom
19022 Posts |
Posted - Jan 14 2016 : 11:23:02 PM
|
Can you please try looking at:
IDE tools menu -> Options -> Environment -> Fonts and Colors -> Display items = C/C++ User Keywords IDE tools menu -> Options -> Environment -> Fonts and Colors -> Display items = C/C++ Member Operator Functions
with your IDE settings imported here, User Keywords are set to Yellow, but Member Operator Functions was set to Default. Setting both to Yellow seems to achieve the effect you are after.
VS2015 has lots of colour options, so if they are set to something different to the VA colours, you can get some odd effects, as you are seeing here. |
zen is the art of being at one with the two'ness |
|
|