Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 C++ 'enum class' not parsed
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

mmomar
New Member

2 Posts

Posted - Jun 17 2014 :  11:31:41 AM  Show Profile  Reply with Quote
Using Visual Studio 2010 10.0.40219.1 SP1Rel
And Visual Assist 10.7.1940.0
With Clang C++ compiler

The 'enum class' C++ syntax is not recognized and as a result my enum typename gets underlined in red, and various other features not functional, etc.

Note that I am not sure if VC compiler itself actually support this feature but we are usnig another compiler (Clang) and it is part of newer C++ standards. I don't know how to inform Visual Assist that we are using a different compiler.

Is there a way to enable the parsing in Visual Assist ?

See attached capture:



Our maintenance license has expired and it would be an incentive to renew it it this was available.

Thank you!

feline
Whole Tomato Software

United Kingdom
19024 Posts

Posted - Jun 17 2014 :  1:44:53 PM  Show Profile  Reply with Quote
VA should not be having any problems with this enum class, support for this was added before VA 1940.

Unfortunately the underlining has nothing to do with VA, this is coming from the IDE its self. In VS2010 and above all underlining of syntax errors comes from the IDE.

If you show VA View, then place keyboard focus back into the editor, and now hover the mouse over the enum class or one of its members, is the correct information displayed in the bottom half of VA View? It should be, this is working correctly for me.

Depending on the problems you are seeing, you might find setting:

VA Options -> Listboxes -> Get content from default Intellisense = Off

IDE tools menu -> Options -> Text Editor -> C/C++ -> Advanced -> Disable Error Reporting = True

zen is the art of being at one with the two'ness
Go to Top of Page

mmomar
New Member

2 Posts

Posted - Jun 20 2014 :  09:40:48 AM  Show Profile  Reply with Quote
Thanks for your help, it is well appreciated!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000