Add a drop-down for the script output panel to switch context

* By default we still display all messages, but this allows users to switch to
  just seeing the output from one extension if desired.
This commit is contained in:
baldurk
2026-08-13 17:46:40 +01:00
parent 768d8fa615
commit 3c6dfd23b4
5 changed files with 158 additions and 14 deletions
@@ -124,6 +124,8 @@ signals:
QList<QString> frames);
void textOutput(const QString &extension, bool isStdError, const QString &output);
void extensionLoaded(const QString &extension);
public slots:
void executeString(const QString &source);
void executeString(const QString &filename, const QString &source, bool debugging);