mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-16 21:08:34 +01:00
Add support for CodeLite links (#656)
This commit is contained in:
parent
7705be9c2a
commit
a747812b5b
@ -108,6 +108,7 @@ trait HasXdebugLinks
|
||||
'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();})()',
|
||||
|
Loading…
x
Reference in New Issue
Block a user