Gary Mort
- 活动总数 98
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 41
-
创建于 Using high-ascii chars for identifiers
For fun I started playing around with using high ascii charectors for some identifers. For some reason, there are a few valid identifiers that get mistakenly flagged as an error.As an example, I a... -
创建于 PHAR files: show stub?
Been playing around with phar files and being able to open them and view the files in them is excellent.One thing I'd like though is to be able to view the stub file section as well. My far build... -
创建于 PHPStorm performance tweaks for Ubuntu 12.10 64 bit
I had some rather major and odd performance issues with PHPStorm in Ubuntu 12.10 64 bit running Unity/Compiz.Using openJDK I'll get one set of odd issues.Using oracleJDK I get a second set of odd i... -
创建于 Plugin repository not responding
I keep getting a 500 error when trying to access the plugin repository...Wheras the contact page and the report bug page just give me blank screens. -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 Reformatting code: method position
Is there a way to set an option in reformat code to format functions alphabetically? -
创建于 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.