michael ussher
- Total activity 697
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 18
- Subscriptions 241
-
Created 550 Overwrite permission denied
PS# 107-592i just started getting"550 Overwrite permission denied" errors in the file transfer dialog.It was working yesterday, other FTP programs work fine, It works fine if i delete the file from... -
Created is there a way to limit the history to per project
PhpStorm: PS#107-592currently during the course of a day I open different projects.I will be in PROJECT 1 and use the ctrl+shift+f (find in entire project) and do several searches throughout the d... -
Created name of the menu in the CHANGES panel
Whats the name of the menu that appears on right click in the "Changes" panel?It has a bunch of stuff in it like:* commit changes* revert changes* move to another changelist* show diff* jump to sou... -
Created You know your getting lazy when.....
You know your getting lazy and relying too much on your IDE when you expect to be able to type:print 'heland hit ctrl+space (for autocomplete), and expect the result to be:print 'hello world';:p -
Created "Thank you for evaluating PhpStorm, your licence expires in 2 days"
I've been running the EAP's right from the very beginning.Last year I bought a licence, but never used it because I was always keen to get the new features. ( this one in particular http://youtrac... -
Created ctrl+shift+(up and down) started working strangely after the update to 2.1
ctrl+shift+(up and down) started working strangely after the update to 2.1Is this some new design, a bug or a feature that can be turned off?it used to work like this:switch(){ case'one': ... -
Created What do do when the "commit to git, then upload" fails to upload?
I just committed to git with the normal option of "then upload to server". but this time the connection timed out and all the changes were committed.Does anyone have any tricks that they use in th... -
Created whats the keyboard shortcut for "Go to Line"?
AnsweredIve looked in the settings and looked in the keymap and tryed to find it usind ctrl+shift+a but cant seam to locate where to set, or what the currnent setting is for the "Go to line" tool.Currentl... -
Created how do you know what file your viewing the diff for?
PhpStorm 107-56After I download from the sever all the changes that happended over night, i get a list of them in my "Changes" panel.I can click ctrl+d on a selected file and the difference panel o... -
Created Field with that name alread defined in this class
os: kubuntu 10.04PhpStorm: #PS-107.21I have a class that looks like this:class track{protected $ipaddress;protected $currTime;__construct(){//some code...... $this->ipaddress = $ipaddress;//this...