mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[apps/code] Do not display subtitles in var box from console
This commit is contained in:
@@ -34,6 +34,7 @@ public:
|
||||
ViewController * emptyViewController() override { return &m_variableBoxEmptyController; }
|
||||
|
||||
/* VariableBoxController */
|
||||
void setDisplaySubtitles(bool display) { m_displaySubtitles = display; }
|
||||
void loadFunctionsAndVariables(int scriptIndex, const char * textToAutocomplete, int textToAutocompleteLength);
|
||||
const char * autocompletionForText(int scriptIndex, const char * textToAutocomplete, int textToAutocompleteLength, int * textToInsertLength, bool * addParentheses);
|
||||
const char * autocompletionAlternativeAtIndex(int textToAutocompleteLength, int * textToInsertLength, bool * addParentheses, int index, int * indexToUpdate = nullptr);
|
||||
@@ -112,6 +113,7 @@ private:
|
||||
size_t m_builtinNodesCount;
|
||||
size_t m_importedNodesCount;
|
||||
int m_shortenResultCharCount; // This is used to send only the completing text when we are autocompleting
|
||||
bool m_displaySubtitles;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user