mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Add RMB in code editor to add variable to Logger.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user