[Bug 77307] New: Code completion with object filter
Miguel Tadeu
m_tadeu at yahoo.com
Thu Mar 11 17:36:03 UTC 2004
------- 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=77307
Summary: Code completion with object filter
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: kdevelop-devel kdevelop org
ReportedBy: m_tadeu yahoo com
Version: (using KDE Devel)
Installed from: Compiled sources
The diference for the one we have now, is the separation of the methods/properties by object.
One example:
- You inherit a class KMyWidget from QWidget.
- You declare a KMyWidget *myWidget
- When you do myWidget->
- Would apear a code completion list with 3 items( QObject, QWidget and KMyWidget )
- Inside each item would be the defined methods/properties for each class
An other thing that would help...a tooltip with the documentation( same comment used for documentation ) as you hilight a method/property in the list. This tooltip could also contain the method(s)/property signature as issued in 52748
More information about the KDevelop-devel
mailing list