Bug 61826

Summary: class methods tooltips should show returntype
Product: [Developer tools] kdevplatform Reporter: shift
Component: classbrowserAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

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