------- 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=124439 Summary: Comment line should recognize .c files. Product: kdevelop Version: 3.3.1 Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: mswilliamson uwaterloo ca Version: 3.3.1 (using KDE KDE 3.5.1) Installed from: Gentoo Packages Compiler: GCC 3.4.4 OS: Linux When working with a .c file, if you press C^d to comment a line or group of lines, KDevelop uses //. However the C language only supports /* */ type comments, so KDevelop should use these instead.