------- 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=92266 Summary: Invalid parse of compiler output: Error and Warning detection Product: kdevelop Version: 3.1.1 Platform: SuSE RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: stephane.petithomme certess com Version: 3.1.1 (using KDE KDE 3.3.1) Installed from: SuSE RPMs If user enter a line like: QWarning("...."); In C++ code, the compiler generate an error (QWarning unknown as good writting is qWarning). The compilter output highlighting is confused by the presence of the word QWarning in the body of the error message and show it as a warning, instead as an error. Solution: Make the syntax parsing a bit more clever (like searching for 1st warning and 1st error keyword and consider the one that is located at the biggining of the line to differentiate). regards Stephane PETITHOMME