@b4n commented on this pull request.
- plugin_extension_calltips_show(editor->document, FALSE);
+ plugin_extension_autocomplete_perform(editor->document, FALSE);
Hum… do we actually want the calls here? I'm fine with them, don't get me wrong, but does this actually help the extensions, or do they have to listen to `editor-notify` anyway and this becomes kind of artificial?