mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Do not select subtitles in the variable box
This commit is contained in:
@@ -24,6 +24,8 @@ public:
|
||||
int typeAtLocation(int i, int j) override;
|
||||
/* ListViewDataSource */
|
||||
void willDisplayCellForIndex(HighlightCell * cell, int index) override;
|
||||
/* SelectableTableViewDelegate */
|
||||
void tableViewDidChangeSelection(SelectableTableView * t, int previousSelectedCellX, int previousSelectedCellY, bool withinTemporarySelection = false) override;
|
||||
|
||||
/* VariableBoxController */
|
||||
void loadFunctionsAndVariables(int scriptIndex, const char * textToAutocomplete, int textToAutocompleteLength);
|
||||
|
||||
Reference in New Issue
Block a user