Add RMB in code editor to add variable to Logger.

This commit is contained in:
Ernie Pasveer
2021-11-03 16:10:25 -05:00
parent d7cb6eb0d7
commit 87a2b60bd6
10 changed files with 224 additions and 119 deletions
+3
View File
@@ -315,6 +315,9 @@ void SeerMainWindow::handleText (const QString& text) {
}else if (text == "^exit") {
return;
}else if (text.contains(QRegExp("^([0-9]+)\\^done"))) {
return;
}else if (text.contains(QRegExp("^([0-9]+)\\^done,value="))) {
return;