Implemented issues #71 and #72 (#80)

* Implemented CTRL-Enter not erasing the input

* Added arrow Up and Down cycling through past messages.

* Disabled CTRL+Enter adding messages more than once.
This commit is contained in:
Cranken
2017-07-24 13:48:34 +02:00
committed by pajlada
parent 3bf111a091
commit 23eb42013b
2 changed files with 28 additions and 3 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ private:
ResizingTextEdit textInput;
QLabel textLengthLabel;
ChatWidgetHeaderButton emotesLabel;
QStringList prevMsg;
unsigned int prevIndex = 0;
virtual void refreshTheme() override;
private slots: