joannesguillemot / advanced-find

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

Start of Line character not found by itself #139

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enter the ^ character in the Find What box.
2. Under options check regular expression
3. Click find

What is the expected output? What do you see instead?
I expect to see the first start of line character found.  Instead I receive a 
Nothing is found error message.

What version of the product are you using? On what operating system?
I installed version 3.6.0 on Fedora 19.

Please provide any additional information below.
If I enter something after the regex (e.g. ^[0-9]) then it works.  I'm just 
trying to add some new text at the start of each line.  Thank you.

Original issue reported on code.google.com by alleycat...@gmail.com on 8 Jun 2015 at 9:47