[apps/code] Do not select subtitles in the variable box

This commit is contained in:
Léa Saviot
2020-04-15 17:48:59 +02:00
committed by Émilie Feral
parent 0d6016116d
commit 33d8d10286
4 changed files with 18 additions and 2 deletions

View File

@@ -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);