@techee commented on this pull request.


> +     if (plugin_extension_calltips_provided(editor->document, NULL))
+               plugin_extension_calltips_show(editor->document, FALSE);
+
+       if (plugin_extension_autocomplete_provided(editor->document, NULL))
+               plugin_extension_autocomplete_perform(editor->document, FALSE);

> There's no need to manually call _provided(), at least not anymore, is there?

No, there isn't, it's a left-over from the previous implementation.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3849#discussion_r1635444976
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3849/review/[email protected]>

Reply via email to