[Github-comments] [geany] Rewrite scope completion 3 (#862)

Colomban Wendling notifications at xxxxx
Mon Jan 11 16:39:49 UTC 2016


>  	GeanyFiletype *ft = editor->document->file_type;
> +	GPtrArray *tags;
> +	gboolean function = FALSE;
> +	gboolean member;
> +	gboolean ret = FALSE;
> +	const gchar *current_scope;
> +	const gchar *context_sep = symbols_get_context_separator(ft->id);

No no, I just meant calling `tm_tag_context_separator(ft->lang)` here instead of `symbols_get_context_separator(ft->id)` to avoid the indirection of `symbols_get_context_separator()` itself calling `tm_tag_context_separator()`.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/862/files#r49343236
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160111/a843460f/attachment.html>


More information about the Github-comments mailing list