Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Find references and assignment

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
accord Posted - Jan 29 2008 : 6:34:30 PM
Sometimes I use find references to hunt down uninitialized variables. So I'm looking for orange boxes, because those are indicates places where a variable's value will be changed. But this feature do not works with initializers: VAX should use orange color in initializer lists also.

class cSomeClass {
public:
    cSomeClass() : Apple(1), Banana(0) {}

    int Apple;
    int Banana;
};

Please fix it as soon as possible, because this orange feature is very nice and I like it very much
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Aug 04 2010 : 5:45:44 PM
case=4154 is fixed in build 1829
feline Posted - Jan 30 2008 : 07:54:46 AM
I am seeing the same effect here. Thank you for the clear description.

case=4154

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