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
 Find Reference - find only assignments
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

peterchen
Tomato Guru

126 Posts

Posted - Aug 18 2009 :  08:32:16 AM  Show Profile  Reply with Quote
Idea for an additional feature for Find Reference: an option to find only assignments to the symbol. This would help finding locations where the value in question can change, esp. if there are few change locations vs. many access ones.

I don't know in what detail your symbol database already knows this, but in my amateurish understanding there are "obviously no assignment" cases, which could be excluded easily :


// finding references for m_foo:
m_foo.x
m_foo->y

void XXXX(Foo const &)
XXXX(m_foo)



"tricky" stuff where you might not know, like

void XXXX(Foo &)
XXXX(m_foo)


Would probably better be included.



Edited by - peterchen on Aug 18 2009 08:33:16 AM

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Aug 21 2009 :  7:45:35 PM  Show Profile  Reply with Quote
Are you aware that VA colours the results, showing assignments in a different colour, as specified via:

VA Options -> Advanced -> Display -> Highlight find results

and:

IDE tools menu -> Options -> Environment -> Fonts and Colors -> Display items = VA X Find Result

We are also considering a way of filtering the Find References Results list, perhaps to show only assignment lines:

case=2867

zen is the art of being at one with the two'ness
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - May 23 2014 :  3:03:54 PM  Show Profile  Reply with Quote
A new case was opened for filtering of Find References results: case=78686.
case=78686 is implemented in build 2036.
See the context menu for filtering commands and keyboard shortcuts.
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