Alphabetize documentation on editors

This commit is contained in:
Denis Sokolov
2016-10-11 15:41:45 +03:00
parent 300a16ba78
commit 3a4cf515a8
+5 -5
View File
@@ -15,13 +15,13 @@ $handler->setEditor('sublime');
The following editors are currently supported by default.
- `sublime` - Sublime Text 2 and possibly 3 (on OS X you might need [a special handler](https://github.com/dhoulb/subl))
- `emacs` - Emacs
- `textmate` - Textmate
- `macvim` - MacVim
- `xdebug` - xdebug (uses [xdebug.file_link_format](http://xdebug.org/docs/all_settings#file_link_format))
- `phpstorm` - PhpStorm
- `idea` - IDEA
- `macvim` - MacVim
- `phpstorm` - PhpStorm
- `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))
Adding your own editor is simple: