Explorar o código

Modified code completion for better tabbing, and removal of need to backspace and re-enter '(' to get code completion hints.

Robert Morse %!s(int64=7) %!d(string=hai) anos
pai
achega
3372413037
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      scene/gui/text_edit.cpp

+ 1 - 0
scene/gui/text_edit.cpp

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