From kdevelop-bugs Tue Mar 28 18:08:41 2006 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Tue, 28 Mar 2006 18:08:41 +0000 To: kdevelop-bugs Subject: [Bug 124439] New: Comment line should recognize .c files. Message-Id: <20060328200840.124439.mswilliamson () uwaterloo ! ca> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306949909272 ------- 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.