Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Random Grey Text

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
Scrith Posted - Apr 23 2010 : 1:32:45 PM
Text in my .cpp files is being greyed-out at seemingly random locations in the code. The problem usually happens in the middle of a function and continues until the end of the function (as though they were in a "#if 0" section). I can backspace back from the first problem line to the last character in the last good line and then insert a newline to restore the coloring to the way it should be, but then it will go back to being greyed-out after awhile. Closing a file and then re-opening it makes the problem happen in the same locations.

I'm using build 1819 (because this problem was happening in the last official release also) with VS2008.

Here's an example (the entire function is greyed out starting at the second line below until the closing bracket):
dtp::SpawnPoint* pSpawnPoint = spawnPoint.GetSpawnPoint().Get();
dtp::SpawnList* pSpawnList = spawnList.GetSpawnList();
Instance* pSpawnedInstance = NULL;

Here's another example from a function below the one containing the code above (the entire function is greyed out starting at the second line below):
dtp::SpawnList* pSpawnList = spawnList.GetSpawnList();
Instance* pSpawnedInstance = NULL;

What's curious about the last example is that the line that is greyed out in the first example is not greyed out (the greying starting on the following line).
2   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Apr 23 2010 : 2:46:14 PM
This coloring is entirely done by VS so cannot be a conflict with VA.

However, to make sure, you can temporarily disable VA by

VAssistX -> Enable/Disable Visual Assist X

to see if this makes any difference.
Scrith Posted - Apr 23 2010 : 1:57:55 PM
Well I found a solution to this (turn off "Colorize inactive code blocks in a different color" in VS2008->Tools->Text Editor->C/C++->Formatting), but I'm a bit curious about why it started happening in the first place...a conflict between the IDE's coloring and VA I suppose.

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