In src/editor.c:
> @@ -1907,7 +1967,7 @@ static gchar *find_calltip(const gchar *word, GeanyFiletype *ft) > g_return_val_if_fail(ft && word && *word, NULL); > > /* use all types in case language uses wrong tag type e.g. python "members" instead of "methods" */ > - tags = tm_workspace_find(word, NULL, tm_tag_max_t, NULL, ft->lang); > + tags = tm_workspace_find(word, strlen(scope)==0?NULL:scope, tm_tag_max_t, NULL, ft->lang);
ok i fixed it in tm_workspace.c
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.