Menu

#14 When function names are too long it's impossible to see

open
nobody
5
2014-06-03
2005-02-02
Anonymous
No

When there are lot of templated class names from
complex C++ program it's hard, sometimes impossible to
see them.

Right now the only way to see them -- in "tool tip"
appearing when mouse is stopped over.

But if it's so long that doesn't fit even in "tool tip"
-- it's no way to see it at all.

Solution -- have tool tips displaying multi-line names.

This is a must to work with kcachegrind in such situation.

Note that long templated names is not a curiosity but
actually quite natural under generic programming approach.

Yuri

Discussion

  • Yuri Khan

    Yuri Khan - 2011-05-04

    It would be even better if we could right-click any name and copy it to the clipboard. It is not sufficient to *see* long names -- we often need to send them to other people.

     
  • Josef Weidendorfer

    "Copy symbol name to clipboard" is a good suggestion, thanks!

    The version found in KDE 4.6 has an option to hide template parameters,
    and the tooltip will show a symbol in multiple lines.

    Anyway, I really should do another release independent from KDE.
    I'll keep the bug open to remind my about the clipboard idea.

     
  • Anonymous

    Anonymous - 2014-06-03

    Double-clicking on the rightmost part of the label will resize the section and make a horizontal scrollbar appear.

     

Log in to post a comment.