Reintroduce code completion
This commit is contained in:
parent
b6a2628c48
commit
aa09b4f85d
9 changed files with 2903 additions and 30 deletions
|
|
@ -1778,6 +1778,7 @@ CodeTextEditor::CodeTextEditor() {
|
|||
cs.push_back("(");
|
||||
cs.push_back("=");
|
||||
cs.push_back("$");
|
||||
cs.push_back("@");
|
||||
text_editor->set_completion(true, cs);
|
||||
idle->connect("timeout", callable_mp(this, &CodeTextEditor::_text_changed_idle_timeout));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue