mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Load variable box with script index argument
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user