Steps to reproduce defect:
1. create 3 files in one directory with such content
111111111111
222222222222
333333333333
444444444444
555555555555
2. open that 3 files in Notepad++
3. press CTRL + F
4. open the tab "Replace"
5. enter values replace what - "333333" to "zzzzz"
6. press button "replace in all active documents"
Expected:
in 3 files content
111111111111
222222222222
zzzzzzzzzz33
444444444444
555555555555
Actual:
zzzzz111111111111
222222222222
zzzzzzzzzz33
444444444444
555555555555
(see all open files, first incorrect row)
den
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've experienced the same bug, but I get slightly different results to Den's (I'm using v5.0.3).
The file in the first tab contains this text after the "replace all in all active documents" action:
111111111111
222222222222
zzzzzzzzzz
444444444444
555555555555
while the remaining tabs contain this:
zzzzz111111111111
222222222222
zzzzz
444444444444
555555555555
This result partly described in bug ID 2062135.
Cyril
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Guys,
function "Replace in all open documents" doesn't work.
Please fix.
Ok, Don,
Steps to reproduce defect:
1. create 3 files in one directory with such content
111111111111
222222222222
333333333333
444444444444
555555555555
2. open that 3 files in Notepad++
3. press CTRL + F
4. open the tab "Replace"
5. enter values replace what - "333333" to "zzzzz"
6. press button "replace in all active documents"
Expected:
in 3 files content
111111111111
222222222222
zzzzzzzzzz33
444444444444
555555555555
Actual:
zzzzz111111111111
222222222222
zzzzzzzzzz33
444444444444
555555555555
(see all open files, first incorrect row)
den
I've experienced the same bug, but I get slightly different results to Den's (I'm using v5.0.3).
The file in the first tab contains this text after the "replace all in all active documents" action:
111111111111
222222222222
zzzzzzzzzz
444444444444
555555555555
while the remaining tabs contain this:
zzzzz111111111111
222222222222
zzzzz
444444444444
555555555555
This result partly described in bug ID 2062135.
Cyril
Take your time to describe how to reproduce this bug.
It's the least thing you can do if you want to get the bug fixed.
Don