[Github-comments] [geany/geany] Ctags sync, part 1 (#1160)

Colomban Wendling notifications at xxxxx
Mon Aug 8 21:19:49 UTC 2016


> @@ -2234,12 +2232,12 @@ static boolean skipPostArgumentStuff (statementInfo *const st,
>  	{
>  		switch (c)
>  		{
> -			case ')':				break;
> -			case ':': skipMemIntializerList (token);break;	/* ctor-initializer */
> -			case '[': skipToMatch ("[]");			break;
> -			case '=': cppUngetc (c); end = TRUE;	break;
> -			case '{': cppUngetc (c); end = TRUE;	break;
> -			case '}': cppUngetc (c); end = TRUE;	break;
> +		case ')':                               break;
> +		case ':': skipMemIntializerList (token);break;  /* ctor-initializer */
> +		case '[': skipToMatch ("[]");           break;
> +		case '=': cppUngetc (c); end = TRUE;    break;
> +		case '{': cppUngetc (c); end = TRUE;    break;
> +		case '}': cppUngetc (c); end = TRUE;    break;

> Would it be too hard to do it the other way round and add Vala to uctag's c.c so it supports the same set of languages?

Well, the Vala support in *c.c* has known issues and hacks, so I'm not sure it'd be better to add it in uctags than splitting it up in Geany and add the split version in uctags.

---
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/1160/files/11dcc5e3e5a0014905fbb76457b52991135dc410..9745d470c6288d88b455436a918f92e13e271df4#r73957058
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160808/32d0a0f2/attachment.html>


More information about the Github-comments mailing list