Browse Source

Merge pull request #12763 from remorse107/Code-Complete

Modified code completion for better tabbing with immediate hints.
Rémi Verschelde 7 năm trước cách đây
mục cha
commit
139a957802
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      scene/gui/text_edit.cpp

+ 1 - 0
scene/gui/text_edit.cpp

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