mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 12:14:44 +00:00
call during autocompletion
This commit is contained in:
parent
c69c99f8be
commit
0121d96288
2 changed files with 9 additions and 2 deletions
|
|
@ -492,7 +492,7 @@ void CodeTextEditor::_complete_request(const String& p_request, int p_line) {
|
|||
|
||||
List<String> entries;
|
||||
_code_complete_script(text_editor->get_text(),p_request,p_line,&entries);
|
||||
print_line("COMPLETE: "+p_request);
|
||||
// print_line("COMPLETE: "+p_request);
|
||||
Vector<String> strs;
|
||||
strs.resize(entries.size());
|
||||
int i=0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue