Patiencer / pyscripter

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

Replace Text is not intuitive #315

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Begin with a file that has multiple occurrences of some string; 
e.g. "hello hello hello".
2. Select the first "hello" or put the cursor on it.
3. Hit CTRL-H with the goal to replace the first two occurrences 
of "hello" with "hi" -- not the third. So you type "hello" in the "Find:" 
box and "hi" in "Replace with:" box. 
4. Now you have to reach for the mouse (annoying) to click "A->B" button.
5. And it immediately skip

What is the expected output? What do you see instead?
I expect that the item I highlight is the FIRST of many items replaced. 
Instead, it's skipped altogether, or becomes the last item after I've 
cycled through the entire code. I've learn to to scroll up a little to 
make it in the list.

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

Please provide any additional information below.

Original issue reported on code.google.com by symmetri...@gmail.com on 22 Jun 2009 at 7:13

GoogleCodeExporter commented 9 years ago
Instead of highlighting the item just click immediately before. That is how 
other
IDEs like Visual Studio work.

Original comment by pyscripter on 1 Jul 2009 at 5:28