------- 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=133087 Summary: /// todo implement me style comments crash Product: kdevelop Version: 3.3.4 Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: crash Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: l_px mail ru Version: 3.3.4 (using KDE KDE 3.5.4) Installed from: Gentoo Packages Compiler: gcc (GCC) 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8) OS: Linux Kdevelop inserts some comments automaticaly when I create some function (C++) via wizard, like this one: /// todo implement me It's the only string in function body (right after creation, of course). And when I put cursor after word "me" && press Enter KDevelop crashes. It doesn't depend on other code, just this comment.