Author |
Topic |
|
bta
Ketchup Master
Belgium
57 Posts |
Posted - Mar 09 2017 : 09:22:57 AM
|
Hi,
just installed the latest VAX build and saw the interesting beta feature Code Inspection. I turned on the checkbox to enable it, but I do not see anything at all. I have for example some typedefs and non auto variables which I thought would be underlined, but I don't see anything. I also opened the VA Code Inspection Results window, but that one is completely empty as well.
Maybe it has to do with our project or some configuration? We use a Makefile project containing c++ sources. We also have Intellisense completely turned off.
Any ideas?
Bart
PS. This is the info about VAX and VS:
VA_X.dll file version 10.9.2210.0 built 2017.03.08 DevEnv.exe version 14.0.25420.1 Professional msenv.dll version 14.0.25431.1 Comctl32.dll version 6.10.7601.18837 Windows Server 2008 R2 6.1 Build 7601 Service Pack 1 (remote) 36 processors (x86-64, WOW64) Language info: 1252, 0x409
Platform: Custom Stable Includes: C:\DevStudio\Vs2015\VC\include; C:\DevStudio\Vs2015\VC\atlmfc\include; C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt; C:\Program Files (x86)\Windows Kits\8.1\Include\um; C:\Program Files (x86)\Windows Kits\8.1\Include\shared; C:\Program Files (x86)\Windows Kits\8.1\Include\winrt;
Other Includes:
Stable Source Directories: C:\DevStudio\Vs2015\VC\atlmfc\src\mfc; C:\DevStudio\Vs2015\VC\atlmfc\src\mfcm; C:\DevStudio\Vs2015\VC\atlmfc\src\atl; C:\DevStudio\Vs2015\VC\crt\src; C:\Program Files (x86)\Windows Kits\10\Source\10.0.10240.0\ucrt;
|
|
bta
Ketchup Master
Belgium
57 Posts |
Posted - Mar 09 2017 : 11:06:21 AM
|
Just tried to make a normal Win32 c++ project via the wizard with Intellisense still disabled, and it seems to work now:
int *p = 0;
now nicely underlines the 0.
Any possibility to also turn it on for a Makefile c++ project?
Bart |
|
|
feline
Whole Tomato Software
United Kingdom
19073 Posts |
Posted - Mar 09 2017 : 12:41:23 PM
|
Once you have turned on Code Inspector, please open the results window, via:
VAssistX -> Code Inspection (beta) -> VA Code Inspection Results
this will show you all of the results for the current file. These results are also underlined in the editor, once you know where to look for them. |
zen is the art of being at one with the two'ness |
|
|
holedigger
Whole Tomato Software
145 Posts |
Posted - Mar 09 2017 : 1:04:34 PM
|
I've opened a case for this (case=104268). Are you able to send a simple project to us for testing? I want to ensure that we are getting include paths, defines, etc, correctly from the project. |
Whole Tomato Software |
|
|
holedigger
Whole Tomato Software
145 Posts |
Posted - Mar 09 2017 : 5:42:47 PM
|
I have reproduced the problem, and a fix will be in the next release. |
Whole Tomato Software |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - Mar 24 2017 : 10:19:03 PM
|
case=104268 is fixed in build 2212. |
|
|
bta
Ketchup Master
Belgium
57 Posts |
Posted - Mar 27 2017 : 2:38:36 PM
|
yep, it now works!
Thanks guys. We will be testing it out! |
|
|
|
Topic |
|