[Bug 61826] New: class methods tooltips should show returntype
shift at newmail.ru
shift at newmail.ru
Tue Jul 29 23:53:05 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=61826
Summary: class methods tooltips should show returntype
Product: kdevelop
Version: 3.0.0a5
Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: shift at newmail.ru
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"
More information about the KDevelop-devel
mailing list