Interestinglyaverage
- Total activity 73
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 29
-
Created How to browse Subversion Repository?
Using the latest version of IntelliJ on one computer and the latest EAP on another, I don't seem to be able to browse Subversion repositories using VCS > Browse VCS Repository > Browse Subversion R... -
Created Running out of memory after upgrading to 13.1.1
I upgraded to 13.1.1 yesterday, and found that I am now running out of memory when editing large PHP files or trying to commit documents to SVN. I get a popup asking me to change xmx(?) memory and ... -
Created Variables insert with extra $ in SQL strings
I have run into this issue quite a bit when working with multiline SQL strings, and am hoping someone knows how I can fix this. I have searched but not been able to find it mentioned elsewhere, so ... -
Created Integration with Trac tests ok, but no information?
We have just installed the XMLRPC plugin for Trac and I am trying to get IntelliJ to acess the information. Before, I had been accessing the information via RSS, but now it is not working the "corr... -
Created PHPStorm option to 'show <task> description' is unavailable
I am using PHPStorm 7.1, and trying to set up integration with my issue tracker, Trac. I have gotten to the point where I can create a new issue in PHPStorm from the Trac RPC, and open it in PhpSto... -
Created Connect to Zend Debugger / Rest Client over SSL?
I am developing a site that requires SSL connections, and would like to find a way to use PHPStorm's debug configuration and Rest Web Service Client to talk to the server. Is this possible? As far ... -
Created How to disable SQL inspections?
In several of my PHP files, I have SQL statements that are autodetected. These statements are always reported as errors by PHPStorm. For example,select * from $schema.$table where x = ':id'gives an... -
Created Can a plugin change an existing dialog (such as the SVN Checkin dialog)?
My company currently uses two issue and ticket tracking systems. I am looking into the possibility of creating a plugin that can modify the SVN comment by embedding a bugtraq or ticket id. However,... -
Created Error Connecting to bug tracking system
I am attempting to connect PHPStorm to my company's bug tracking system, which is Trac. I am entering the full url (http://domain.com/trac/ProjectName) along with my username and password, but when... -
Created PHPStorm - Notification of file changes in SVN
In a past project using PHPStorm I was able to set an option that caused a notification to appear when a file I was working on was changed in the SVN repository. Looking through the settings, howev...