ReplaceAll on The find-Dialog adds to much
Status: Alpha
Brought to you by:
dbickett
My Text is:
----
bla
bla
bla
----
I search "bla" and replace with "TEST" (cursor is on
the bottom left corner) i become the following output:
----
TESTTEST
TEST
TEST
----
if I search once again "bla" and replace it with "TEST"
(Press the button "Replace All" once again) I become
the following output:
----
TESTTEST
TEST
TESTTEST
----
Logged In: YES
user_id=1299480
If I replace step by step with the "Replace" button and and
press the Button once again after the end of the file is
reached, the programm adds the replace-string at the end of
the file.