mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[apps/code] Load builtins according to autocompleted text
This commit is contained in:
@@ -16,8 +16,8 @@ EditorView::EditorView(Responder * parentResponder, App * pythonDelegate) :
|
||||
m_textArea.setScrollViewDelegate(this);
|
||||
}
|
||||
|
||||
const char * EditorView::textToAutocomplete() const {
|
||||
return m_textArea.textToAutocomplete();
|
||||
const char * EditorView::textToAutocomplete(int * length) const {
|
||||
return m_textArea.textToAutocomplete(length);
|
||||
}
|
||||
|
||||
void EditorView::resetSelection() {
|
||||
|
||||
Reference in New Issue
Block a user