[code] Navigation in the console history.

The user can copy previous commands or results, into the clipboard or in
the console prompt.

Change-Id: I280fff2d4937f4d17ab6c8907d6e5c359a322372
This commit is contained in:
Léa Saviot
2017-10-25 17:11:41 +02:00
committed by Romain Goyet
parent 745eddfa05
commit 239e702d37
8 changed files with 66 additions and 18 deletions

View File

@@ -23,6 +23,7 @@ public:
// Edit cell
void setEditing(bool isEditing);
void setText(const char * text);
private:
char m_textBuffer[TextField::maxBufferSize()];