Alan Rew Web
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created PHPStorm 2017.3 64 bit won't start after upgrade
I've just upgraded to PhpStorm 2017.3 64 bit on Windows 10 Initially it restarted itself OK, but after closing it it won't run, even after restarting Windows. I'm not convinced the upgrade worked ... -
Created PhpStorm: option to *not* copy deleted line of code (shift+delete) to clipboard?
If I delete a line of PHP using shift+delete, the deleted line is copied to the clipboard. This can be annoying, especially if you want to preserve the clipboard contents for another task. Is there... -
Created PhpStorm 10.0 - add to favorites no longer works
I've been using multiple sets of favorites in my previous version of PHPS, 9.0.2.After installing the 32-bit version of PHPS 10.0 (build #PS-143.381) the sets of favorites I created previously are ... -
Created "Parameter type 'Array' is invalid" in Refactor->Change signature... in PhpStorm; can't refactor function signature
Using PhpStorm 8.0.3 on Windows 7 Professional 64-bit.Refactoring some legacy code with parameter type hinting for array parameters.e.g. function myFunction(Array $someArray, $anotherParam) { .... -
Created PhpStorm Code->Reformat Code... doesn't allow 'selected text' option on secondary monitor on PC
Running PhpStorm 8.0.3 on Windows 7 Professional 64-bit, with 2 monitorsI have PhpStorm running on my primary monitorDrag one source file to the secondary monitorSelect some source code in the sour... -
Created Groups of favorites lists in PhpStorm?
I develop a large PHP-based website with thousands of source files, and I make heavy use of the Favorites feature to create lists of the few source files involved in each enhancement I do, so as to...