------- 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)