call during autocompletion

This commit is contained in:
jonyrock 2014-05-07 15:38:07 +04:00
parent c69c99f8be
commit 0121d96288
2 changed files with 9 additions and 2 deletions

View file

@ -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;