Page 1 of 1

FIXED: [10.60b2] Line-comment on wrong line

Posted: 19 Aug 2015 17:33
by pjj
In PHP file I have this code:

Code: Select all

for ($iii = 0; $iii < $ii; $iii++) {
    array_shift($array);
}
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 :o

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.

Re: [10.60b2] Line-comment on wrong line

Posted: 19 Aug 2015 21:02
by Rickard Johansson
Fixed in next release.