Merge pull request #293 from ragtek/feature/editor-phpstorm

Feature/editor phpstorm
This commit is contained in:
Denis Sokolov
2015-06-29 00:07:54 +03:00
+1
View File
@@ -73,6 +73,7 @@ class PrettyPageHandler extends Handler
"textmate" => "txmt://open?url=file://%file&line=%line",
"emacs" => "emacs://open?url=file://%file&line=%line",
"macvim" => "mvim://open/?url=file://%file&line=%line",
"phpstorm" => "phpstorm://open?file=%file&line=%line",
);
/**