joannesguillemot / advanced-find

Automatically exported from code.google.com/p/advanced-find
0 stars 0 forks source link

Enter one-line summary #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
with a given file like this:

0123456
0123456
0123456
0123456
0123456
0123456
0123456
0123456
0123456
0123456

1.search with regular expression,'0123456\n' 
2.click "Find all"
3.

What is the expected output? What do you see instead?

expected highlight with all 0123456,but it highlighted like this:

0123456    <==
0123456
0123456    <==
0123456
0123456    <==
0123456
0123456    <==
0123456
0123456    <==
0123456

and if i search '123456\n',it seems nothing goes wrong.there's the same problem 
on "replace all" with reg exp.

What version of the product are you using? On what operating system?

gedit 2.30.3,Ubuntu 10.10,plugin 2.2.5

Please provide any additional information below.

..

Original issue reported on code.google.com by fs5e4LMd...@gmail.com on 24 Feb 2012 at 9:42

GoogleCodeExporter commented 8 years ago
I will look what's wrong.
Thanks for your report.

Original comment by swatch.c...@gmail.com on 24 Feb 2012 at 12:17

GoogleCodeExporter commented 8 years ago

Original comment by swatch.c...@gmail.com on 24 Feb 2012 at 12:19

GoogleCodeExporter commented 8 years ago
Fixed at v2.2.6 and v3.3.8

Original comment by swatch.c...@gmail.com on 28 Feb 2012 at 4:02