how to multireplace with find-replace dialog

Post Reply
hycmos
Posts: 86
Joined: 06.11.2019 02:17

how to multireplace with find-replace dialog

Post by hycmos »

hi,
how to replace multiple characters at once using find-replace dialog?

for example:
"CudaText is a cross-platform text editor, written in Object Pascal"
I want to do replace: is-->OK; text-->BAD; in-->Wrong
can I write (is:OK;text:BAD;in:Wrong) in the replace dialog ? (like the replace function in python)

After press replace button, the new one will be:
"CudaText OK a cross-platform BAD editor, written Wrong Object Pascal"

If there is not such function, any other plug can do this?

Thanks.
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Post by main Alexey »

Cud itself cannot do that. FindInFiles v4 plugin - not sure, I checked its options now, and did not find this too.
hycmos
Posts: 86
Joined: 06.11.2019 02:17

Post by hycmos »

main Alexey wrote:Cud itself cannot do that. FindInFiles v4 plugin - not sure, I checked its options now, and did not find this too.
OK.
Thank you very much.
Post Reply