Merge pull request #12763 from remorse107/Code-Complete

Modified code completion for better tabbing with immediate hints.
This commit is contained in:
Rémi Verschelde 2017-11-17 00:33:27 +01:00 committed by GitHub
commit 139a957802
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2041,6 +2041,7 @@ void TextEdit::_gui_input(const Ref<InputEvent> &p_gui_input) {
_confirm_completion();
accept_event();
emit_signal("request_completion");
return;
}