[Github-comments] [geany/geany] WIP: Scoped calltips (#1188)

Colomban Wendling notifications at xxxxx
Wed Aug 24 21:36:26 UTC 2016


> +				}
> +
> +				g_ptr_array_free(tags, TRUE);
> +			}
> +
> +			if (! sep_pos)
> +				break;
> +		}
> +
> +		g_free(scope);
> +
> +		/* root tags */
> +		if (prefix)
> +			tags = tm_workspace_find_prefix(name, ft->lang, 0xffff);
> +		else
> +			tags = tm_workspace_find(name, NULL, tm_tag_max_t, NULL, ft->lang);

I later altered everything to manually dedup (in the autoc side) so I can chose depending on calltip/autoc

-- 
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/1188/files/342e636b9d46e30b05bdfe68ec4c3b5ce9695db9#r76143770
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160824/f0ea706c/attachment.html>


More information about the Github-comments mailing list