Bryan Heath
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Copy Paste Escaping
Why is phpStorm now escaping strings when you copy and paste them? More importantly, how do I turn that off? -
Created Reset Appearence
I tried darcula and decided I don't care for the dark as much. However when I put it back to default, the editor window changes back, however everything else (windows, file/folder tree, menu bar, ... -
Created Singleton code complete and methods
We are using singleton classes in our projects called by using getInstance. IE:class whatever { public static function getInstance($config = '') { if (!(self::$_instance instanceof self)...