Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Improved "find references" color highligting.

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
GennadiyKorol Posted - Feb 06 2010 : 10:39:17 AM
Good day,

I wanted to suggest an important of the current symbol references highlighting. Currently you see the references that assign to the symbol in pink and the references allegedly only reading the reference in blue. This does not work on function calls, for instance:


class A
{
public:
void foo();
void bar() const;
};

Now:

A a;
a.foo(); // should be highlighted in pink because it's ought to modify the instance of A. Right now it will be highlighted in blue...
a.bar() // should be highlighted in blue, because it should not modify a.

This would help a *LOT* when trying to go over all references in the project, figuring who might have modified a particular symbol.

Thanks,
Gennadiy
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Feb 08 2010 : 01:41:46 AM
We are considering implementing this at some point:

case=22595

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