mirror of
https://github.com/filp/whoops.git
synced 2026-09-01 13:08:02 +00:00
Merge pull request #521 from decadence/patch-1
Update Open Files In An Editor.md
This commit is contained in:
@@ -18,7 +18,7 @@ The following editors are currently supported by default.
|
||||
- `emacs` - Emacs
|
||||
- `idea` - IDEA
|
||||
- `macvim` - MacVim
|
||||
- `phpstorm` - PhpStorm
|
||||
- `phpstorm` - PhpStorm (macOS only)
|
||||
- `sublime` - Sublime Text 2 and possibly 3 (on OS X you might need [a special handler](https://github.com/dhoulb/subl))
|
||||
- `textmate` - Textmate
|
||||
- `xdebug` - xdebug (uses [xdebug.file_link_format](http://xdebug.org/docs/all_settings#file_link_format))
|
||||
@@ -46,7 +46,7 @@ $handler->setEditor(
|
||||
$file = preg_replace('#' . $from . '#', $to, $file, 1);
|
||||
}
|
||||
|
||||
// Intellig platform requires that you send an Ajax request, else the browser will quit the page
|
||||
// IntelliJ platform requires that you send an Ajax request, else the browser will quit the page
|
||||
return array(
|
||||
'url' => "http://localhost:63342/api/file/?file=$file&line=$line",
|
||||
'ajax' => true
|
||||
|
||||
Reference in New Issue
Block a user