Please try to reproduce.
Challenge: "replace all lines which contain 'lorem ipsum'"
Take a text with similar and non similar lines:
Search for: ^p*lorem ipsum*^p
Replace with: ^p
Regular expression: yes
Regular expression engine: UltraEdit
Replace all is from top of file: yes
Place your cursor to a line in a "similar block", but not in the first line, e.g. in line with 999xx.
Press "replace all" again and again.
-->> result: The line with the caret will not be replaced.
Screencast: https://autode.sk/36JIAPR
Seem to be a strange random error:
Challenge: "replace all lines which contain 'lorem ipsum'"
Take a text with similar and non similar lines:
Code: Select all
test test
abc lorem ipsum hello
xxx
123 lorem ipsum xx
123 lorem ipsum 456xx
123 lorem ipsum 789xx
123 lorem ipsum 999xx
yy
456 lorem ipsum yy
zz
789 lorem ipsum zz
bla bla
Replace with: ^p
Regular expression: yes
Regular expression engine: UltraEdit
Replace all is from top of file: yes
Place your cursor to a line in a "similar block", but not in the first line, e.g. in line with 999xx.
Press "replace all" again and again.
-->> result: The line with the caret will not be replaced.
Screencast: https://autode.sk/36JIAPR
Seem to be a strange random error:
- Works fine when the cursor is anywhere.
- Works fine when the cursor is in first line of the similar block.
- Works fine with "Replace" (single).
UE 26.20.0.74 German / Win 10 x 64 Pro