mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Finished selecting by function name.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user