mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Move and expose AutoComplete in CodeEdit
This commit is contained in:
@@ -1076,7 +1076,7 @@ void ScriptTextEditor::_edit_option(int p_op) {
|
||||
_edit_option_toggle_inline_comment();
|
||||
} break;
|
||||
case EDIT_COMPLETE: {
|
||||
tx->query_code_comple();
|
||||
tx->request_code_completion(true);
|
||||
} break;
|
||||
case EDIT_AUTO_INDENT: {
|
||||
String text = tx->get_text();
|
||||
|
||||
Reference in New Issue
Block a user