> Now, if multiline text is pasted into Find What field in Search dialog,
> not only line breaks are replaced by appropriate escaped symbols,
> but also all regular expression reserverd symbols, found in text.
It took for me some time to understand this, but now i get it.
I have this text:
Test + Test
to [understood]
3 * 4 = 12After copy and paste this in find-dialog i get there:
Test \+ Test\r\nto \[understood\] \r\n3 \* 4 = 12AHA
