michael ussher
- Total activity 697
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 18
- Subscriptions 241
-
Created How do you figure out what causes the debugger to 'Disconnect'
os:kubunt 10.04PhpStorm 2.0.1Build PS:103.243My debugger is working on a remote machine using xdebug.Most of the time it will work fine. Stepping through code until i click the green arrow (or F9)... -
Created ftp: "failed to transfer" because its not a file
os: kubuntu 10.04PhpStorm 2.0.1build:PS:103-243Why do i get failed transfers on such a regular occasion.Steps to replicate:* open the "Remote Host" panel* right click on the home directory of a lar... -
Created "Download from..." option for deployment
os: kubuntu 10.04PhpStorm 2.0build: PS:103-99on the deployment menu there are the options:Upload to default.server.comUpload to...Download from default.server.comI have 2 servers. the local one an... -
Created favorites list, include the path to the folder?
os: kubuntu 10.04PhpStorm 2.0BetaPS-103.8Is there a way to keep the paths in a favorites list?/modules/module1/modules/module2/modules/module3/modules/module4/modules/module5/skins/skyblue/skins/gr... -
Created possible to move the tool bar up one row?
os: kubuntu 10.04PhpStorm 2.0Betabuild PS-103.8My first two rows of PhpStorm look like this:I'd like them to look like this:is there a way to do that via the settings somehow? I want to move the t... -
Created ignored files are appearing in my commit options. is this right?
os: kubuntu 10.04PhpStorm 2.0Betabuild: PS-103.8in my settingsFILE -> SETTINGS -> PROJECT SETTINGS -> VERSION CONTROL -> IGNORED FILESI have added the directories .idea/ and compile/ to the ignore ... -
Created optimization tips?
os:kubuntu 10.04PhpStorm 2.0BetaPS-102.114I have PhpStorm running on my laptop. The server is on its own machine and the browsers are run on a different pc too. So PhpStorm is the only program th... -
Created PS-102.104 to 102.206 upgrade, Debugger stopped stopping. what changed?
os: kubuntu 10.04PhpStorm 2.0Betabuild PS-102.206I used to click the listen button on phpstorm then hit refresh in the browser and the debugger would stop.I upgraded this morning and now the debugg... -
Created howto: debug paypal IPN. It doesnt come back via the browser
os: kubuntu 10.04PhpStorm 2.0Betabuild: 102.18I have debugging working for everything that i can see in the browser. It works great. Stops on the break points, opens included files, excellent.The... -
Created Is there a keyboard shortcut for ctrl+alt+leftclick select?
os: kubuntu 10.04PhpStorm 2.0Betabuild: PS-102.18using ctrl+alt+leftclick and drag allows me to select a few lines in vertical select then tab to change the alignment.example:{code}$a = 5;$b = 6;$c...