Keith Davis
- Total activity 1129
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 7
- Subscriptions 303
-
Created Where is the Plugin Development Package?
Trying to learn how to build one for PHPStorm. All the documentation refers to this and even this video http://www.jetbrains.com/idea/training/demos/google_search.html, shows a link....but I can't ... -
Created Code Style - PHP - Blank Lines Question
What does Minimum Blank Lines - Before Method Body do? I've got it set to 1, but Formatter seems to ignore that. -
Created Format Code - JavaScript - Continuation Indentation?
Why does this not happen in JavaScript? Works great in PHP.This is how I want it to look:AjaxUpdater( 'ajaxObject=Apps_Reporting' + '&ajaxMethod=PrepareAndFire' + '&cboReport=... -
Created Suppress Deprecation Requires Entry For Each Line in 3.0 EAP - Bug Or Not?
Prior to 3.0, this worked fine: /** @noinspection PhpDeprecationInspection */ $iSQLUserID = _USERID; $sSQLEventDate = Format::SQLDate($sEventDate, false); $sSQLSumm... -
Created Code Style - Chop down if long / Wrap if long
What does the "Chop" in "Chop down if long" mean (I know what I think it is supposed to mean, but it doesn't seam to do that)? For that matter, how is "if long" defined? Again, doesn't seem to matc... -
Created Cannot Edit Debug Configurations In 2.1.5
I'm not sure why, but suddenly I cannot edit the Debug Configurations. When I click this option in either the toolbar menu to the main menu, I get nothing...no error, no window.... -
Created EAP 3.0 - Closing Find Window Closes Structure
I don't know all of the situation this occurs in, but for my example, I have Find and Structure on the right side of the IDE, pinned open (fig 1.) When I am done using my Find, I close it (with the... -
Created Cannot Open EAP 3.0 (110.44)
Works fine on my machine, but on two other machines here (my laptop and a staff machine, all three Windows 7 x64),will not open. Tried deleting the .webIde10 folder...no go. -
Created 2.1.5 - Indexing Problem and Lock-Up
This might be preliminary, so has anyone had trouble with 2.1.5 locking up or taking longer / indexing too much??? -
Created PHPUnit Logging / PMD
Can someone tell me if PHPUnit logging can be with PHPStorm?http://www.phpunit.de/manual/3.2/en/appendixes.configuration.htmlThis page states for these rules to work, I have to invoke the TextUI te...