Kris White
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
Kris White created a post, Erroneous flagging of unused variable
In PHPstorm5 the following code will highlight the first instance of $blnError as "unused" due to being redefined right away, which isn't true since it's inside a conditional $blnError = 1; for... -
-
Kris White created a post, Project color issue after upgrading to PhpStorm 5
Since upgrading to version 5, I've noticed a problem on my projects that the currently selected file on the Project list bar on the left is white. I can click around and it's simply the current fil... -
Kris White created a post, License lost on upgrade
Why does PHPStorm lose the license when you upgrade? I just installed version 5 upgrading 4 and I have to enter my license all over again. It seems like it would be saved off in preferences, or at... -
-
Kris White created a post, working with clips
Quick question -- when working on code projects, sometimes I have a need to remove a large chunk of code and temporarily put it somewhere else. Usually this is in the course of migrating a class or...