------- 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=100406 Summary: wrong variable detection in code snippets Product: kdevelop Version: 3.1.91 Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: kdevelop logictrace de Version: 3.1.91 (using KDE KDE 3.3.2) Installed from: Gentoo Packages Compiler: gcc version 3.3.5 (Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1) OS: Linux Using $type$ $name$($var1$, $var2$) { } results in a window to type in the replacements for the following variables: $,$ $name$ $type$ Expected variables and order: $type$ $name$ $var1$ $var2$