[Github-comments] [geany] CPP suggest and highlight methods from STL (#876)
Yan Pashkovsky
notifications at xxxxx
Thu Jan 21 14:52:27 UTC 2016
OK, I agree with you, bad idea. Does highlightnig methods have the same story or it is valid request?
For example:
```
struct a
{
int x;
int y;
int get();
}
a sample_a;
int x = a.x // 'x' should not be highlighted
int y = a.get() // 'get' should be highlighted as method
```
It seems to be unachievable with `~/.config/geany/filedefs/filetypes.cpp`
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/876#issuecomment-173594334
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160121/96259f01/attachment.html>
More information about the Github-comments
mailing list