From 9ca0bb0cec3e2eea2b5f9d5dda055887173853db Mon Sep 17 00:00:00 2001 From: maelstrom Date: Fri, 23 May 2025 02:00:27 +0200 Subject: [PATCH] feat(editor): hyperlink in stack trace --- core/src/objects/script/scriptcontext.cpp | 6 ++ editor/CMakeLists.txt | 6 +- editor/mainwindow.cpp | 43 +-------- editor/mainwindow.h | 2 - editor/mainwindow.ui | 7 +- editor/panes/outputtextview.cpp | 112 ++++++++++++++++++++++ editor/panes/outputtextview.h | 25 +++++ 7 files changed, 157 insertions(+), 44 deletions(-) create mode 100644 editor/panes/outputtextview.cpp create mode 100644 editor/panes/outputtextview.h diff --git a/core/src/objects/script/scriptcontext.cpp b/core/src/objects/script/scriptcontext.cpp index d43f7a1..3b176ea 100644 --- a/core/src/objects/script/scriptcontext.cpp +++ b/core/src/objects/script/scriptcontext.cpp @@ -130,6 +130,12 @@ void ScriptContext::RunSleepingThreads() { } std::string ScriptContext::RegisterScriptSource(std::shared_ptr