| View previous topic :: View next topic |
| Author |
Message |
Pet Posted via mailing list.
|
Posted: Sun Apr 05, 2009 6:07 pm Post subject: foreach code template |
|
|
Hi,
if I use forek code template I get:
//code
foreach ($anarray as $number_variable => $variable) {
;
}
which is not properly indented (semicolon, and closing brace).
Further, if I do code completion on first variable in this template,
it is not possible to jump with TAB or ENTER to $number_variable
anymore. However, when I type $annarray manually, I can jump to
$number_variable and $variable as expected.
It is not big deal, but would be nice if it worked
Pet |
|
| Back to top |
|
 |
radek matous Posted via mailing list.
|
Posted: Mon Apr 06, 2009 8:53 am Post subject: foreach code template |
|
|
Pet wrote:
| Quote: | Hi,
if I use forek code template I get:
//code
foreach ($anarray as $number_variable => $variable) {
;
}
which is not properly indented (semicolon, and closing brace).
Further, if I do code completion on first variable in this template,
it is not possible to jump with TAB or ENTER to $number_variable
anymore. However, when I type $annarray manually, I can jump to
$number_variable and $variable as expected.
It is not big deal, but would be nice if it worked
| Hi, known problem, already reported, see the progress:
http://www.netbeans.org/issues/show_bug.cgi?id=160931
Radek
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|