mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Reload the variable box less often
This commit is contained in:
@@ -20,6 +20,10 @@ const char * EditorView::textToAutocomplete(int * length) const {
|
||||
return m_textArea.textToAutocomplete(length);
|
||||
}
|
||||
|
||||
bool EditorView::isAutocompleting() const {
|
||||
return m_textArea.isAutocompleting();
|
||||
}
|
||||
|
||||
void EditorView::resetSelection() {
|
||||
m_textArea.resetSelection();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user