Indrek Siitan
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Exception refactoring
I have a bunch of old code that does something like this:use Application\Exception;try { ...}catch (\Exception $e) { if (DEBUGMODE) throw $e; throw new Exception('Invalid request.');}This pattern i... -
Created Keyboard support in the "Welcome to PhpStorm" window
In the earlier versions, using the arrow keys moved the focus between the list of recent projects on the left in the welcome window, and typing anything acted as a filter to narrow down this list. ...