Community
Participate
Working Groups
Build Identifier: 20110204-0619 Trying this code if($this->nRighe > $this->maxRighe) will show that after the second "$this->" no code assist is available (maxRighe) Instead, it is ok in the following cases: if($this->nRighe < $this->nRighe) or if($this->nRighe >= $this->nRighe) Reproducible: Always
fixed in head
Verified. Closing...