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
 Feature Requests
 Improved "find references" color highligting.
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

GennadiyKorol
Ketchup Master

Israel
54 Posts

Posted - Feb 06 2010 :  10:39:17 AM  Show Profile  Reply with Quote
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

Correctness might be a theoretical concept but incorrectness has practical implications.

Edited by - GennadiyKorol on Feb 06 2010 10:40:20 AM

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Feb 08 2010 :  01:41:46 AM  Show Profile  Reply with Quote
We are considering implementing this at some point:

case=22595
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