Skip to content

Commit

Permalink
Add support for CodeLite links (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo committed Jun 10, 2024
1 parent 7705be9 commit a747812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DebugBar/DataFormatter/HasXdebugLinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public function setEditorLinkTemplate($editor)
'textmate' => 'txmt://open?url=file://%f&line=%l',
'emacs' => 'emacs://open?url=file://%f&line=%l',
'macvim' => 'mvim://open/?url=file://%f&line=%l',
'codelite' => 'codelite://open?file=%f&line=%l',
'phpstorm' => 'phpstorm://open?file=%f&line=%l',
'phpstorm-remote' => 'javascript:(()=>{let r=new XMLHttpRequest;' .
'r.open(\'get\',\'http://localhost:63342/api/file/%f:%l\');r.send();})()',
Expand Down

0 comments on commit a747812

Please sign in to comment.