[Github-comments] [geany/geany] Sync ctags main part (#1263)
Jiří Techet
notifications at xxxxx
Tue Feb 14 16:28:04 UTC 2017
> static bool createTagsWithFallback1 (const langType language,
> ...
>
> Doesn't this miss initializeParser (language);?
No. We call
```
/* make sure all parsers are initialized */
initializeParser (LANG_AUTO);
```
inside ctagsInit() in ctags-api.c for all languages only once and don't need to do it every time when parsing.
--
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-279757918
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170214/3cff865e/attachment.html>
More information about the Github-comments
mailing list