mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[apps/code] Editor asks VariableBox for autocompletion
This commit is contained in:
@@ -187,6 +187,10 @@ void VariableBoxController::loadFunctionsAndVariables() {
|
||||
#endif
|
||||
}
|
||||
|
||||
const char * VariableBoxController::autocompletionForText(const char * text) const {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
HighlightCell * VariableBoxController::leafCellAtIndex(int index) {
|
||||
assert(index >= 0 && index < k_maxNumberOfDisplayedRows);
|
||||
return &m_leafCells[index];
|
||||
|
||||
Reference in New Issue
Block a user