Skip to content

Commit

Permalink
Remove outdated builtin editors list... (filp#520)
Browse files Browse the repository at this point in the history
* Remove outdated builtin editor...

... and replace by the the dedicated page url.

* fix wording.
  • Loading branch information
mathieutu authored and denis-sokolov committed Aug 9, 2017
1 parent ffbbd2c commit 5c1d43f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/API Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,8 @@ PrettyPageHandler::addResourcePath(string $resourcesPath)
// Sets an editor to use to open referenced files, either by
// a string identifier, or as an arbitrary callable that returns
// a string or an array that can be used as an href attribute.
// Available built-in editors are:
// - sublime
// - emacs
// - textmate
// - macvim
// Available built-in editors can be found here: https://github.com/filp/whoops/blob/master/docs/Open Files In An Editor.md

PrettyPageHandler::setEditor(string $editor)
PrettyPageHandler::setEditor(function ($file, $line) { return string })

Expand Down

0 comments on commit 5c1d43f

Please sign in to comment.