[Github-comments] [geany/geany] Added support for scoped function calltips (#1177)

krogank9 notifications at xxxxx
Mon Aug 22 03:49:51 UTC 2016


Looking at autocomplete_scope I don't see any way this could share its code as this patch stands now. But I find the way that tm_workspace_find returns tags to find_calltips to be satisfactory. For example all of those MeshBuilder and VertexData namespaces are within the namespace BABYLON. I can type BABYLON.MeshBuilder.CreateBox which will have the scope prefix BABYLON.MeshBuilder. tm_workspace_find will return all tags with scopes matching the last part of the scope. So not just matching BABYLON.MeshBuilder scope but also MeshBuilder scoped functions are returned.

-- 
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/pull/1177#issuecomment-241309508
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160821/f4264ad1/attachment.html>


More information about the Github-comments mailing list