michael ussher
- Total activity 697
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 18
- Subscriptions 241
-
Created Smarty template syntax for negative numbers
os: kubuntu 10.04PhpStorm 1.0build 95.192Im now not sure if this is an editor issue or my way of using smarty issue.with the code:{if $NUMERIC_VALUE == 1 } //do something in here{/if}no errors... -
Created Light colored theme: grass
I see that there have been many dark colored themes contributed. I prefer light colored themes. These are some color settings that feel usable in my transition from PDT on eclipse to PhpStorm.php ... -
Created remote host view, change date format.
os: kubuntu 10.04PhpStorm 1.0build PS-95.192in the 'Remote Host' panel in the top right hand corner there is the settings icon. clicking on the settings icon allows the option to "Show Date".With ... -
Created error: Your local changes to '.idea/workspace.xml' would be overwritten by merge. Aborting.
os: kubuntu 10.04PhpStorm 1.0build PS-95.192How do i get passed this error:error: Your local changes to '.idea/workspace.xml' would be overwritten by merge. Aborting.i have the .idea/* path in my ... -
Created capslock changes key behavior
os: kubuntu 10.04PhpStorm 1.0build PS-95.192if i highlight a variable and use the keyboard shortcut ctrl+shift+u the variable will change case from lower to upper and back again.If i have caps lock... -
Created is there a way to store multiple window layouts
Answeredos: kubuntu 10.04PhpStorm 1.0build PS-95.192Under the 'Window' menu there are the options 'Store Current Layout as Default' and 'Restore Default Layout'.Is there any way to store more than 1 layout... -
Created link 'tasks' to git 'branches' so its easy switch between them
I have been reading "A successful git branching model" (http://nvie.com/git-model) which advocates using a feature branch of git for each feature that you develop.This seams to be the a similar mo... -
Created filter the path on the seach results to only this project path
when i do a search for something in a file using the ctrl+shift+f system "Find in Path" with the scope set to 'Whole Project' the list of results is returned with the full path to the file name.Is... -
Created speed search in the project tree with closed directories.
could be a bug, or it could be by design. Not sure which.in the 'Productivity guide' there is a feature that is called 'speed search in trees'.If i am in the 'Project' tree and a sub-directory is ... -
Created vertile aligned arrays and code formatting reformat
with the code formatting, is there any way to preserve the tabs inside an array to keep the alignment?an example may be easier to understand. If I have an array like this: $_data = array('F...