[Github-comments] [geany] CPP suggest and highlight methods from STL (#876)

Matthew Brush notifications at xxxxx
Thu Jan 21 02:07:47 UTC 2016


> Maybe merge this tags with master branch?

The problem is that it's too annoying. C++ stdlib has too many common lower case type names, and Geany/Scintila's type highlighting isn't semantic, so it highlights all uses of those names as types, consider for example:

```c++
std::string map; // highlights 'std', 'string' and 'map' as types
int std; // highlights 'std' as type
void map() {} // highlights 'map' as type
```

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/876#issuecomment-173427992
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160120/261bb1d0/attachment.html>


More information about the Github-comments mailing list