소스 검색

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

Robert Morse 7 년 전
부모
커밋
3372413037
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
 					}