Keith Davis

- Total activity 1129
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 7
- Subscriptions 303
-
Created How to search CVS?
We are evaluating this product as a replacement or to work along side with Netbeans. In Netbeans, I can search myCVS commit messages (we store ticket numbers in these.)Is there a way to search CVS ... -
Created CVS - Commit Text Files
I have and .ini file that I cannot commit in PHPStorm, because it says that no changes are detected, but it has been changed and other CVS clients detect this properly. Is there a problem with text... -
Created CVS - Compare Branch/Tags
Is there a way to compare two branches in PHPStorm? ZendStudio has this feature. -
Created PHPStorm - Find Does Not Show File??
Shouldn't this indicate what file we are looking at?Attachment(s):screen1.JPG -
Created Unused Local Variable? Bug?
Can someone tell me why it's calling this variableu ($sPlusMinus) unused?public static function ProgressAllMachineSteps(){ global $iProgressID, $sPlusMinus, $iStepChangeAmount, $sPTOT, $sHeavyLigh... -
Created Unusued Local Variable - Variable Variables?
PHPStorm indicates $aColsHeavy and $aColsLight are unused. How do I tell PHPStorm that this these variables ARE used? $aColsHeavy = explode(",", $sColsHeavy); $aColsLight = explode(",", $sColsLig... -
Created Undefined Field inspection on imap_fetch_overview returned objects
PHPStorm 2.0 Previewmsgno is being marked as invalid, but it's not: $oMC = imap_check($rMailbox); // Fetch an overview for all messages in INBOX $rOverView = imap_fetch_overview($rMailbox, '1:... -
Created How do I specify the php.ini file?
I added my PHP directory to the PHP Home: setting (c:\PHP), but it's using the php.ini file in that directory. On our development machines, we specify using PHPRC that the php.ini file should be c:... -
-
Created Undefined ______ (field, method) Problem
I am new to PHPStorm, but use several other IDE's fluently (Netbeans, Zend Studio.) PHPStorm's inspection is indicating the methods for a class are undefined, but they are defined. Here is an examp...