Keith Davis
- 活动总数 1129
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 303
-
创建于 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 ... -
创建于 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... -
创建于 CVS - Compare Branch/Tags
Is there a way to compare two branches in PHPStorm? ZendStudio has this feature. -
创建于 PHPStorm - Find Does Not Show File??
Shouldn't this indicate what file we are looking at?Attachment(s):screen1.JPG -
创建于 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... -
创建于 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... -
创建于 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:... -
创建于 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:... -
-
创建于 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...