[Github-comments] [geany/geany] Highlight C function names (patch available) (#1231)

linvinus notifications at xxxxx
Fri Sep 16 09:27:56 UTC 2016


or even more correct question, is Geany should be more smart than user?

suppose we are open file at first time with such lines
```C++
 setter("root(//what.ever/)", "//what.ever/", &pl::Path::root, [this](){
            bool newfail = getter("scheme()", "ftp:", &pl::Path::scheme, true);
            newfail |= getter("root()", "//what.ever/", &pl::Path::root, true);
            newfail |= indexer("segement(0,1)", "dir1", &pl::Path::segment, 0, 1, true);
            return newfail;
        });
```
how we will understand is getter is type or function?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1231#issuecomment-247557379
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160916/3b693c84/attachment.html>


More information about the Github-comments mailing list