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

            Bug ID: 385019
           Summary: friend methods are not syntax highlighted
           Product: kdevelop
           Version: 5.1.1
          Platform: Manjaro
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Language Support: CPP (Clang-based)
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: tuxtor...@openmailbox.org
  Target Milestone: ---

In a class, any line beginning with "friend" doesn't get highlighted.

Only the base keywords (int, const, …) get highlighted.

E.g.:

class MyClass
{
public:
    friend int unhighlightedLine(MyClass a, const MyClass& b);
    int highlightedLine(MyClass a, const MyClass& b);
}

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

Reply via email to