From 4d63fa89215733c4cff26c04ace0d724a3c37542 Mon Sep 17 00:00:00 2001 From: Roman Miranda Date: Thu, 12 Dec 2024 05:21:27 -0600 Subject: [PATCH] Add cursor editor support (#688) --- src/DebugBar/DataFormatter/HasXdebugLinks.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DebugBar/DataFormatter/HasXdebugLinks.php b/src/DebugBar/DataFormatter/HasXdebugLinks.php index 9123a0b..778c15c 100644 --- a/src/DebugBar/DataFormatter/HasXdebugLinks.php +++ b/src/DebugBar/DataFormatter/HasXdebugLinks.php @@ -125,6 +125,7 @@ trait HasXdebugLinks 'atom' => 'atom://core/open/file?filename=%f&line=%l', 'espresso' => 'x-espresso://open?filepath=%f&lines=%l', 'netbeans' => 'netbeans://open/?f=%f:%l', + 'cursor' => 'cursor://file/%f:%l', ); if (is_string($editor) && isset($editorLinkTemplates[$editor])) {