Merge pull request #521 from decadence/patch-1

Update Open Files In An Editor.md
This commit is contained in:
Denis Sokolov
2017-08-09 23:06:37 +03:00
committed by GitHub
+2 -2
View File
@@ -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