FIXED: [10.60b2] Line-comment on wrong line
Posted: 19 Aug 2015 17:33
In PHP file I have this code:
When I place cursor after a curly bracket on 1st line and press key combination for "go to matching bracket", cursor jumps to the 3rd line. Then I press key combination for "line comment" and hey presto, 1st line is commented... instead of 3rd
I don't know it this bug is specific to this beta release, but since I've found it just now, I'm reporting it here.
Code: Select all
for ($iii = 0; $iii < $ii; $iii++) {
array_shift($array);
}

I don't know it this bug is specific to this beta release, but since I've found it just now, I'm reporting it here.