Since version 2.00.2209 I have this oddity when I search and
replace in the editor in selected text.
(ALT s -> r)
When I do this having my cursor in a selected part of my code,
the "Selected text"-radiobutton gets selected.
- As might be expected -
After having replaced one text with another text, the selection gets
de-selected, and thus, no second instance of the searched text will be
replaced.
For instance, when I have the line:
text1 text2 text3
I select the entire line,
I put my cursor in front of the first "t"
I do a search and replace "text" into "number" in the selected text,
I will get:
number1 text2 text3
It should have ended up with:
number1 number2 number3
Regards,
Frans Vermeulen