> + } > + > + 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);
tm_workspace_find() doest dedup which is probably not what you want for autocompletion -- 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#r76143570
