Summary: | C/C++ syntax highlight doesn't distinguish comments on the same line as #define | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Ruslan Mstoi <rmstoi> |
Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 2.4.1 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ruslan Mstoi
2005-06-30 15:25:54 UTC
The syntax coloring also bugs out if a #define (or similar) statement is followed by a multi-line comment. For example, #define N 1 /* this comment has multiple lines */ SVN commit 725983 by sping: Fixes for C/C++ highlighters: - Recogize comments after #define (#108370) - Folding for for all proprocessor conditionals (only for "#if 0" before) (#124362) - Folding for multi-line comments was missing in C++ highlighter - Error marking for preprocessor lines not in #(define|elif|else|endif|if|ifdef|ifndef|include) - Sync notice added - Version number incremented to same value BUG: 108370 BUG: 124362 CCMAIL: webmaster@hartwork.org M +35 -10 c.xml M +37 -11 cpp.xml WebSVN link: http://websvn.kde.org/?view=rev&revision=725983 |