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
 Feature Requests
 No Suggestion Highlighted when Defining a Symbol
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

ressity
Junior Member

14 Posts

Posted - Dec 28 2011 :  06:58:39 AM  Show Profile  Reply with Quote
I think there's a bug in the "No Suggestion Highlighted when Defining a Symbol" feature (C++).
Visual Assist confuse the const modifier with a type name and doesn't highlight a suggestion for the actual type that follows it.



accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Dec 29 2011 :  9:55:25 PM  Show Profile  Reply with Quote
I have put in a feature request for this:

case=63672

This not strictly a bug since "const foo=5;" is accepted by older compilers. (defaults to int)
Go to Top of Page

ressity
Junior Member

14 Posts

Posted - Dec 30 2011 :  10:02:27 AM  Show Profile  Reply with Quote
quote:
Originally posted by accord

This not strictly a bug since "const foo=5;" is accepted by older compilers. (defaults to int)



You're right, but that's hardly used these days and it's not supported by the standard since the 90s (IIRC)

The same goes for volatile, static, register, and extern by the way.
Go to Top of Page

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Dec 30 2011 :  8:44:04 PM  Show Profile  Reply with Quote
I am seeing the same effect for volatile and register (I have added comment to the case) but extern and static work for me. e.g. if I type "extern v", I got the following result:

Go to Top of Page

ressity
Junior Member

14 Posts

Posted - Dec 31 2011 :  06:17:46 AM  Show Profile  Reply with Quote
quote:
Originally posted by accord

extern and static work for me


My mistake. They work for me too.
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