You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
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:
@@ -2040,6 +2040,7 @@ void TextEdit::_gui_input(const Ref<InputEvent> &p_gui_input) {
|
||||
|
||||
_confirm_completion();
|
||||
accept_event();
|
||||
emit_signal("request_completion");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user