[Github-comments] [geany/geany] Sync ctags main part (#1263)

Jiří Techet notifications at xxxxx
Sat Oct 13 12:35:31 UTC 2018


techee commented on this pull request.



>  {
-	const char *p = parameter;
-	bool mode = true;
-	int c;
+	bool tagFileResized;
+	pushNarrowedInputStream (language,
+				 startLine, startCharOffset,
+				 endLine, endCharOffset,
+				 sourceLineOffset);
+#ifndef CTAGS_LIB
+	tagFileResized = createTagsWithFallback1 (language);
+#endif
+	popNarrowedInputStream  ();
+	return tagFileResized;

You are right, sub-parsers wouldn't work. I tried to fix this in the submitted patch (even though I haven't tried any parser using sub-parsers yet so no guarantees everything related to sub-parsers actually works).

-- 
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#discussion_r224958917
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20181013/91fb8bcd/attachment.html>


More information about the Github-comments mailing list