Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 mistyped symbols after #ifdef #else

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
bennog Posted - Sep 18 2010 : 10:42:24 AM
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.






1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Sep 20 2010 : 01:11:09 AM
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.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000