What do you mean by multi line find and replace? Could you give an example?
RE: Find and replace
rrosenwald > 2023-02-25 17:30
regex will take care of it
RE: Find and replace
Jean Lalonde > 2023-02-26 16:17
(2023-02-25 17:30)rrosenwald Wrote: regex will take care of it
Understood. Also, the "Match case" checkbox will be ignored in cas the user selects "Regular expression" checkbox.
BTW, regex search will bi implemented first in the next release. I'll wait for testers validation before adding Replace.
RE: Find and replace
rrosenwald > 2023-03-01 14:20
It occurs to me that even though I requested regex in Find/Replace there are times that I'd prefer not to use regex. A checkbox toggling regex on/off might be useful
RE: Find and replace
Jean Lalonde > 2023-03-02 15:04
Finally, I've also implemented RegEx for Find and replace. But, in this case, there is no "Yes/No/All/Cancel" dialog box as for normal Find and replace. The regex command is immediately applied to the whole editor or to the selected text.