mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Move and expose AutoComplete in CodeEdit
This commit is contained in:
parent
680dc9e81a
commit
1c16673798
10 changed files with 966 additions and 791 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue