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

Post bug reports when testing beta versions here.
Post Reply
User avatar
pjj
Posts: 2109
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

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

Post 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.
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

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

Post by Rickard Johansson »

Fixed in next release.
Post Reply