https://bugs.kde.org/show_bug.cgi?id=379506

            Bug ID: 379506
           Summary: Code coloring shifted with some characters
           Product: kdevelop
           Version: 5.1.0
          Platform: Archlinux Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Language Support: CPP (Clang-based)
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: chard...@gmail.com
  Target Milestone: ---

Created attachment 105338
  --> https://bugs.kde.org/attachment.cgi?id=105338&action=edit
Screenshot

I noticed a shift of the text coloring when using some characters (see attached
file). I suspect UTF-8 support to be the cause. It might not be valid C++ but I
suppose that it is not the way this error should be highlighted.

Code:

#include <iostream>

void print(std::ostream& os) {
  os << "δ" << std::endl;
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to