@b4n commented on this pull request.


In src/editor.c:

> +	plugin_extension_calltips_show(editor->document, FALSE);
+	plugin_extension_autocomplete_perform(editor->document, FALSE);

OK, if you think extensions implementing those will basically never have to re do this separately because they have some other logic to when it should happen let's keep it that way. It's pretty reasonable to check this upon character insertion I guess, and easy enough for an extension to ignore the force=FALSE cases if it really doesn't want to do it that way I guess.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3849/review/2114313460@github.com>