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

elextr notifications at xxxxx
Thu Sep 15 09:14:53 UTC 2016


@b4n, sure, some premature optimisation of Scintilla is welcome :)

But as has been shown above, that syntax is used in C++ for more than one thing.  It needs semantics to separate it, and Scintilla doesn't do semantics.  Of course if typenames from the types list override the syntax it would be fine, but I'm not sure Scintilla can do that since it doesn't know which wordlists are which, and other Scintilla users might use a different wordlist.

Also explicit template function call syntax needs to be handled.

-- 
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-247277516
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160915/41c07157/attachment.html>


More information about the Github-comments mailing list