Modified code completion for better tabbing, and removal of need to backspace and re-enter '(' to get code completion hints.
This commit is contained in:
parent
5fb359d8b1
commit
3372413037
1 changed files with 1 additions and 0 deletions
|
@ -2040,6 +2040,7 @@ void TextEdit::_gui_input(const Ref<InputEvent> &p_gui_input) {
|
||||||
|
|
||||||
_confirm_completion();
|
_confirm_completion();
|
||||||
accept_event();
|
accept_event();
|
||||||
|
emit_signal("request_completion");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue