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
 mistyped symbols after #ifdef #else
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

bennog
New Member

7 Posts

Posted - Sep 18 2010 :  10:42:24 AM  Show Profile  Reply with Quote
VS2005 plain c files

If there is a big chunk of code excluded by #ifdef
The code after the #else statement has all symbols underlined als mistyped
When i colapse the #ifdef part the symbols are corectly processed.

It is not repoducable with other files
A restart of the IDE fixed the problem for now.
It reoccures after editing the code inside the IDE.







Edited by - bennog on Sep 18 2010 11:12:14 AM

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Sep 20 2010 :  01:11:09 AM  Show Profile  Reply with Quote
I wasn't able to reproduce the problem with large codeblock between the #ifdef and the #else.

Isn't it possible that you have some unfinished or invalid code in the block before the #else?
Visual Assist parses both #ifdef and #else parts of the code as it would be continuous so it can help writing codes within inactive blocks.

Visual Assist starts checking the code for mistyped symbols only after you modify the file, this is why you don't see underlines after you restart the IDE.

Edited by - accord on Sep 20 2010 01:34:12 AM
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