[apps/code] Display empty message in var box

This commit is contained in:
Léa Saviot
2020-04-20 13:59:07 +02:00
committed by Émilie Feral
parent 398de8bda3
commit 003317647e
6 changed files with 15 additions and 7 deletions

View File

@@ -18,6 +18,7 @@ public:
void unloadSyntaxHighlighter() { m_contentView.unloadSyntaxHighlighter(); }
bool handleEvent(Ion::Events::Event event) override;
bool handleEventWithText(const char * text, bool indentation = false, bool forceCursorRightOfText = false) override;
bool shouldAutocomplete(const char * autocompletionLocation = nullptr) const;
bool isAutocompleting() const { return m_contentView.isAutocompleting(); }
protected:
class ContentView : public TextArea::ContentView {