[apps/code] Editor asks VariableBox for autocompletion

This commit is contained in:
Léa Saviot
2020-03-18 13:43:04 +01:00
committed by Émilie Feral
parent 72aedaadd0
commit f883516716
7 changed files with 45 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ protected:
m_autocomplete(false)
{
}
App * pythonDelegate() { return m_pythonDelegate; }
void setAutocompleting(bool autocomplete) { m_autocomplete = autocomplete; }
bool isAutocompleting() const { return m_autocomplete; }
void loadSyntaxHighlighter();