Bug 61826 - class methods tooltips should show returntype
Summary: class methods tooltips should show returntype
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: classbrowser (show other bugs)
Version: git master
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-29 23:52 UTC by shift
Modified: 2013-03-31 01:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shift 2003-07-29 23:52:45 UTC
Version:           3.0.0a5 (using KDE 3.1.2)
Installed from:    SuSE
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:          Linux (i686) release 2.4.21-4-default

when i browse the class tree, and pont a moude over a 
method entry, a tooltip appears, containing method's name
and agrument list, like 
"methodname (type1 arg1, type2 arg2) [const]"  

it will very usefull if the method's tooltips would also contain its return type, like 
"[static, etc] returntype methodname (type1 arg1, type2 arg2) [const]"  

and also, it will be usefull if class fields also had such tooltip,
contining it type, and specs, like
"[static, etc] type fieldname"
Comment 1 Jens Dagerbo 2003-11-06 04:00:37 UTC
Fixed in CVS.
Comment 2 Aleix Pol 2013-03-31 01:30:08 UTC
moving to kdevplatform's classbrowser