jhnath / contexteditor

Automatically exported from code.google.com/p/contexteditor
0 stars 0 forks source link

find/replace in selection with repeating characters #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. in a new document enter: 000
2. select the second and third zero
3. Press Ctrl+R (replace)
4. In the replace dialog, 
   Find what : 00
   Replace with: 11
   Origin: From cursor
   Scope: Selection only
   Options: none selected
5. click Replace All

What is the expected output?
The text entered in step 1 should now be 011

What do you see instead?
I get a popup indicating "Search string '00' not found.".

What version of the product are you using?
0.98.6

On what operating system?

Windows 7 64bit

Please provide any additional information below.
This appears to be an issue only if you search for repeating characters in the 
selection with the same character preceding the selection.

Original issue reported on code.google.com by ekasc...@gmail.com on 12 Nov 2010 at 5:31