40 Commits

Author SHA1 Message Date
Igor Santos 5351eba69e Mention PHPStorm URL Handler for Linux 2025-06-23 21:24:15 -03:00
Shakir El Amrani 4aa18d9a02 added documentation for addFrameFilter method 2023-05-07 11:58:53 +01:00
Erik Niebla bbb55e6cab Netbeans editor 2021-06-03 15:48:03 -05:00
Lode Claassen 051070dddb allow to customize the exit code send in cli context 2021-03-19 16:38:24 +01:00
Andrey Savchenko 9cc048c43b Added silenceErrorsInPaths() to API documentation. 2020-03-25 12:08:24 +02:00
Denis Sokolov 48d065df19 Document append/prepend/removeFirst/removeLast handlers 2019-12-29 12:00:00 +02:00
Denis Sokolov d1f91d76db Mark PHPStorm as working outside Mac, fix #561 2019-06-21 12:00:00 +03:00
Denis Sokolov b5483e7edf Document replaying errors 2019-06-21 12:00:00 +03:00
Denis Sokolov 97cdc3fe57 Update subl: link 2019-06-21 12:00:00 +03:00
Ola Christensson 73f5fa910b Add support for opening files in Espresso 2019-02-28 09:58:08 +01:00
petecoop ffa20d37be Add Atom URI Handler 2018-02-21 10:22:39 +00:00
Brad Mostert e38baa131a Improve spelling in documentation 2017-10-31 23:47:49 +02:00
Victor Isadov a3aac05376 Update Open Files In An Editor.md 2017-08-09 22:27:41 +03:00
Mathieu TUDISCO 5c1d43f63f Remove outdated builtin editors list... (#520)
* Remove outdated builtin editor...

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

* fix wording.
2017-08-09 16:25:57 +03:00
林振宇 e7e5df001d change single quotes to double quotes, and added documention for open file doc 2017-07-04 09:47:34 +08:00
Denis Sokolov 3a4cf515a8 Alphabetize documentation on editors 2016-10-11 15:41:45 +03:00
Denis Sokolov 300a16ba78 Documentation on IDEA 2016-10-11 15:41:18 +03:00
Denis Sokolov c477d2ff70 Note about Sublime protocol on OS X 2016-02-16 11:23:12 +02:00
kenjis c4bc3d8798 Fix sample code
Add `;` at the end.
2016-01-11 10:31:33 +09:00
Denis Sokolov 083d5a674e Move utility functions to the utility class, fix #351 2015-12-20 18:45:53 +02:00
Denis Sokolov 3bf469434e Merge pull request #327 from filp/remove-silex-1
Remove integration with Silex 1, fix #101
2015-12-13 01:10:55 +02:00
Markus Staab fa4206ec14 Removed PlainTextHandler->(onlyForCommandLine|outputOnlyIfCommandLine). Added Whoops\isCommandLine() as a more flexible successor. 2015-11-29 16:22:11 +01:00
Denis Sokolov 4ca44a497b Merge remote-tracking branch 'staabm/onlyajax' 2015-11-23 21:32:31 +02:00
Markus Staab 26f3dba7b5 removed onlyForAjaxRequests from JsonResponseHandler. Added a new Whoops\isAjaxRequest helper function to use instead.
Use it before registering a Handler to achive the "onlyForAjaxRequests" functionality.
```
if (Whoops\isAjaxRequest()){
  $run->addHandler($myHandler)
}
```

closes #319.
2015-11-23 09:29:31 +01:00
Denis Sokolov d6b189a074 Remove integration with Silex 1, fix #101 2015-11-22 18:31:16 +02:00
Denis Sokolov 1ff5ed013b Remove Phalcon from core 2015-11-22 11:18:29 +02:00
Markus Staab fc797c68f3 added note about requirement of "open file in editor" feature 2015-11-04 12:06:09 +01:00
ragtek ae904bfcd4 Update Open Files In An Editor.md
added phpstorm to supported editors list
2015-06-29 00:06:18 +02:00
Geolim4 ccd137eec8 Callable editor can now return an array 2015-05-15 03:49:13 +02:00
Matt A 9803177431 fix typo in API Documentation
should be addResourcePath (singular) - https://github.com/filp/whoops/blob/master/src/Whoops/Handler/PrettyPageHandler.php#L377
2015-03-26 12:25:21 -04:00
Denis Sokolov 298d7be3dc Merge pull request #253 from hannesvdvreken/patch-1
More consistent spaces
2015-01-15 08:45:28 +02:00
Hannes Van De Vreken b571bc3180 Backticks for code blocks 2015-01-14 21:56:34 +01:00
Hannes Van De Vreken 2face1a5cc More consistent spaces 2015-01-14 21:54:17 +01:00
Hannes Van De Vreken e5d05f5130 Showcase with PSR-2 2015-01-14 21:50:33 +01:00
Hannes Van De Vreken d5dbc7e532 More consistent spaces 2015-01-14 21:46:44 +01:00
Denis Sokolov ae05259236 Docs: remove an explicit version from framework integration 2014-05-13 14:05:11 +09:00
Denis Sokolov 614f0de7c8 Docs: fix about PrettyPageHandler resource path methods 2014-04-20 11:14:11 +09:00
Denis 94b320b38b Zend integration: recommend the package by ghislainf 2014-02-26 08:51:39 +02:00
Denis 122aa23c6f Documentation: remove upcoming features
I would like to keep this on the Wiki.
It is hardly documentation, and the list of features is constantly changed based on Issues.
2014-02-20 09:44:13 +02:00
Graham Campbell b22af293be Moved over docs from wiki 2014-02-19 22:55:57 +00:00