From kdevelop-bugs Mon Apr 24 12:13:09 2006 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Mon, 24 Apr 2006 12:13:09 +0000 To: kdevelop-bugs Subject: [Bug 126171] New: false positive error in syntax highlighting Message-Id: <20060424141308.126171.skeimer () gmx ! net> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306950809517 ------- 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=126171 Summary: false positive error in syntax highlighting Product: kdevelop Version: 3.3.2 Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: skeimer gmx net Version: 3.3.2 (using KDE KDE 3.5.2) Installed from: Gentoo Packages Compiler: gcc (GCC) 3.4.5 (Gentoo 3.4.5-r1, ssp-3.4.5-1.0, pie-8.7.9) OS: Linux when I write the following in KDevelop 3.3.2 (C/C++) fprintf(fpOutFile, "setTiming 10 {\n"); fprintf(fpOutFile, "include testfile\n"); fprintf(fpOutFile, "}\n"); the syntax highlighting marks the lines that contain "{" or "}" as containing an error. It is reproduceable for example if I put a "for" or any other keyword in there. Addidtional the last programline then is marked as faulty, too (seems if there is expected a termination for the brackets or similar, false positive, too)