From 41c5b7452752fb94d60f2aef48a621c529050a17 Mon Sep 17 00:00:00 2001 From: maelstrom Date: Sat, 12 Jul 2025 11:20:31 +0200 Subject: [PATCH] feat(editor): click on stack trace to go to line in script --- editor/mainwindow.cpp | 6 +++++- editor/mainwindow.h | 2 +- editor/panes/outputtextview.cpp | 8 +++++--- editor/script/scriptdocument.cpp | 7 +++++++ editor/script/scriptdocument.h | 1 + 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/editor/mainwindow.cpp b/editor/mainwindow.cpp index 50306fa..5091a2f 100644 --- a/editor/mainwindow.cpp +++ b/editor/mainwindow.cpp @@ -610,19 +610,23 @@ ScriptDocument* MainWindow::findScriptWindow(std::shared_ptr