Community
Participate
Working Groups
Build Identifier: 20100618-0524 Typing a ')' inside a parameter placeholder, that was previously inserted by code assist seems to ignore opening brackets in the string I'm typing as parameter. For example, I type $var = new Zend_Db_Exp and select to suggested autocompletion to $var = new Zend_Db_Expr($expression) with $expression begin highlighted. Pressing ' gives: $var = new Zend_Db_Expr('') and I can enter an expression: $var = new Zend_Db_Expr('NOW(') Typing the closing ')' makes the cursor skip ahead to the end of the line. Expected result: $var = new Zend_Db_Expr('NOW()|') where '|' marks the expected cursor position. What severity is given to a small nuisance like this? Leaving "Normal" Reproducible: Always Steps to Reproduce: see details
duplicate of bug 326868 *** This bug has been marked as a duplicate of bug 326868 ***
I'm closing this issue as duplicate of bug 326868