Gary Mort

- Total activity 98
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 41
-
Created New Project --> Project Type
In PHPStorm 4.0, I think with the node.js plugin enabled, there is a new group of settings for "project type".Checking the code, it appears that a project "type" basically consists of a github repo... -
Created File Template issue...no description
I'm using PHPStorm v4 [build 117.222]. When I create a file template I am not able to edit/set a description. I've tried both creating one from scratch, and copying an existing one. In both case... -
Created Documentation for the XMLRPC Server?
Is there any docs for what actions and such the built in XMLRPC server supports?Not being a Java person, I've found it difficult to dig through the code to find it. I'd like to write some scripts ... -
Created How to compile an extension to support PHPStorm?
I ran across Script Monkey: http://code.google.com/p/scriptmonkey/Since the sourcecode is available, I was wondering if there is a step by step tutorial on the minimum needed to convert an intellij... -
Created Reformatting code: method position
Is there a way to set an option in reformat code to format functions alphabetically? -
Created Disable asp tags for php
Is it possible to disable PHPStorm assuming asp tags are PHP code?Also can I disable short tags? I don't use short tags or asp tags and have them disabled in my ini. -
Created Exclude reference directory workaround
I just wanted to put this up since there have been a lot of threads recently discussing how to exclude directories and still access the code in them...the short answer is you can't. ;\My solution ... -
Created Scopes and code completion, oh my!
I've been having a lot of fun delving into various aspects of the PHPStorm. Based on the concept that diskspace is cheap, and drive clarity can make life simple - I'm experimenting with the follow... -
Created List all CodeSyle options
I have an xml list of codestyle rules for Joomla! for Eclipse PDT.Viewing the file, it is a fairly self intuitive xml file, for example:setting id="jp.sourceforge.pdt_tools.formatter.insert_space_b... -
Created Type Hinting issues in PHP 4 EAP 116.101
I'm trying to get used to using many of the cool functions of PHPStorm and am running into a problem with Singletons and Instances in Joomla 2.5To start with, there is this code in the main index.p...