@b4n commented on this pull request.
> + 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 or view it on GitHub: https://github.com/geany/geany/pull/3849#discussion_r1637168905 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3849/review/[email protected]>
