[apps/code] Load variable box with script index argument

This commit is contained in:
Léa Saviot
2020-03-19 17:22:37 +01:00
committed by Émilie Feral
parent 321f87ea78
commit b9693f1f26
12 changed files with 36 additions and 12 deletions

View File

@@ -16,6 +16,10 @@ EditorView::EditorView(Responder * parentResponder, App * pythonDelegate) :
m_textArea.setScrollViewDelegate(this);
}
const char * EditorView::textToAutocomplete() const {
return m_textArea.textToAutocomplete();
}
void EditorView::resetSelection() {
m_textArea.resetSelection();
}