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

Jiří Techet notifications at xxxxx
Tue Feb 14 15:35:55 UTC 2017


techee commented on this pull request.



> @@ -290,12 +289,12 @@ static kindOption CKinds [] = {
 	{ true,  'g', "enum",       "enumeration names"},
 	{ true,  'm', "member",     "class, struct, and union members"},
 	{ true,  'n', "namespace",  "namespaces"},
-	{ false, 'p', "prototype",  "function prototypes"},
+	{ true,  'p', "prototype",  "function prototypes"},

The thing is that the "enabled" field was completely ignored by ctags in Geany and everything was enabled.

Now thinking about it we should probably keep doing that - for a library it's more logical to  get all tags and let the code decide what to do with them. Also if we migrate to the cpp parser, we'd have to introduce diffs like that there too.

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


More information about the Github-comments mailing list