Finished selecting by function name.

This commit is contained in:
Ernie Pasveer
2022-05-08 17:38:39 -05:00
parent bfa72eb01f
commit adbec09732
14 changed files with 435 additions and 68 deletions
+3
View File
@@ -517,6 +517,9 @@ void SeerMainWindow::handleText (const QString& text) {
}else if (text.startsWith("^done,DataExpressionTable={") && text.endsWith("}")) {
return;
}else if (text.startsWith("^done,symbols={") && text.endsWith("}")) {
return;
}else if (text == "^exit") {
return;