https://bugs.kde.org/show_bug.cgi?id=372875
Bug ID: 372875
Summary: problem with semantic highlighting: operator[
std::string ]
Product: kdevelop
Version: 5.0.2
Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: NOR
Component: Language Support: CPP (Clang-based)
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The most awesome semantic highlighting (one if the main selling points for
KDevelop ;-) ) seems to have a problem when using the operator[] with strings.
I saw it first when using libconfig++, but I built a minimal example with
unordered_map:
std::unordered_map< std::string, std::string > kde_map;
std::cout << "KDevelop is " << kde_map[ "kdevelop" ] << "!" <<
std::endl;
Here you can see that the squared brackets are coloured differently.
--
You are receiving this mail because:
You are watching all bug changes.