michael ussher
- Total activity 697
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 18
- Subscriptions 241
-
Created Has "Show History for Selection" changed?
I've just updated to PhpStorm 2019.2.4 Build #PS-192.7142.41 Built on October 30, 2019 And the "Show History for Selection" tool seems to be operating differently than I remember. What I expected ... -
Created is there a way to NOT jump to the breakpoint in the editor? (Mulitple tabs)
Situation: I'm debugging some related functions but all the functions are in the same file. So I have 3 instances of the same file opened in php storm ( each in their own window ). When a break p... -
Edited where is the Git pull show what changed view in 2019.2 ?
I've just updated to the latest phpstorm version. Previously when I did a GIT -> PULL all the changed files would show in the VERSION CONTROL panel, then I could do CMD + D and browse over what ch... -
Created "Unable to resolve column" because the table name is in a variable.
My code structure looks like this: Even if its not run through the function to get the table name $tbl, the select query always shows "Unable to resolve column". I know I can turn off inspections c... -
Created Where'd my symlinks go?
I have up until now used the symlinks in the REMOTE HOST panel to download the current working version of modules. Today when I look im not seeing any symlinks the REMOTE HOST view, just the branc... -
Created Download a file and it changes from LF to CRLF. How to stop?
AnsweredI've just used the "download from here" option in the REMOTE HOST panel. When the file arrives, it has different line endings. On the server its LF when it arrives its CRLF. Then git tells me th... -
Created Change the window header text on OSX
AnsweredIs there a way to change the PhpStorm window text? It cuts out just the relevant info for me. Thanks. -
Created compare directories but ignore a string
In my project I have skins which are a directory name and its corresponding variable. So I have on skin that is jrFanClub. and its files will contain variables like $jrFanClub_something. These skin... -
Created how to have the tool bar and navigation bar on same line?
I can see in a screenshot here: https://i.stack.imgur.com/kgehj.png From this stackoverflow question: http://stackoverflow.com/questions/13504594/how-to-make-phpstorm-intellij-idea-dark-whole-ide-n... -
Created command D not openeing differences panel in 'local changes' phpstorm
I've been using Phpstorm for many years on linux and have recently changed to mac osx sierra. One of the things I do very often is to open the "Local Changes" panel, select a file and hit ctrl+d (...