Bryan Heath

Avatar
  • 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?
    • 4 followers
    • 4 comments
    • 1 vote
  • 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, ...
    • 2 followers
    • 2 comments
    • 0 votes
  • 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)...
    • 3 followers
    • 3 comments
    • 0 votes