[Qt-creator] Virtual functions resolving

Typz thetypz at gmail.com
Thu Nov 29 10:40:15 CET 2012


One way to do this may be to search all occurences (like now), but
extend CPlusPlus::Usage
to store the 'kind' of reference (call from ancestor, call from derived,
definition, declaration, ....). Then, the search result pane can show
different icon/color for different kind of reference, and may include
buttons to show/hide some kind of references.

This way, there is no real "change" to the analysis (so no risk for
rename), just some filtering when presenting the results and no clutter in
the interface. And extra keyboard shortcuts may be added to toggle the
filters or start find reference with specific filters.

And, best of all IMHO, the same approach could (and should! :-) ) be used
for variables, showing the different ways the variable is referenced (read,
write, definition, declaration).
What do you think?

-- 
Francois

On Thu, Nov 22, 2012 at 2:47 PM, Nikolai Kosjar <nikolai.kosjar at digia.com>wrote:

> On 11/22/2012 02:16 PM, Orgad Shaneh wrote:
> > Anyone else volunteers to step up for this feature?
>
> +1. I'll take a look at this in the next couple of days.
>
> Nikolai
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20121129/c159332a/attachment.html>


More information about the Qt-creator mailing list