[Bug 63164] New: Code/Function completion done in comments
ecarpenter at itex.co.za
ecarpenter at itex.co.za
Sat Aug 23 14:13:04 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=63164
Summary: Code/Function completion done in comments
Product: kdevelop
Version: unspecified
Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: ecarpenter at itex.co.za
Version: gideon 3.0.0 5a (CVS Date 2003/8/23) (using KDE KDE 3.1.3)
Installed from: SuSE RPMs
OS: Linux
The editor is displaying the function dropdown list with suggested function names while the cursor is positioned in a comment block. The dropdown should only be displayed while the cursor is in "active" code.
This a real problem in the following case (using PHP) where the developer wants to place comment at the end of a piece of code.
<some php code> //if
The above results in the function drowndown list being displayed with all the functions starting if "if".
More information about the KDevelop-devel
mailing list