[Github-comments] [geany/geany] Sync ctags main part (#1263)
elextr
notifications at xxxxx
Wed Oct 19 01:32:07 UTC 2016
> The "cork" thing is something that helps constructing scope information by referencing the parent tag. You write something like:
> parent_tag = makeTag(...);
> chlid_tag = makeTag(parent_tag, ...);
> and arbitrary nesting of these and it automatically generates scope for you (you also have to statically specify scope separator before). Don't ask me why it's called cork though ;-).
So thinking about it, that means it still only handles named scopes (ie those that have parent tags), still not lexical scopes ie { to }? If so it still seems a lot of code.
--
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/1263#issuecomment-254686245
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161018/2a990a5b/attachment.html>
More information about the Github-comments
mailing list