@Neculai-I-Fantanaru
I wish I know how to use my Python code as to make multiple replacement with Boost regex engine.
PythonScript plugin doesn’t like my Python code…
Doesn’t like your code… Hmm, well the PythonScript plugin that is officially downloadable via Plugins Admin is version 2.x – that one uses Python2 syntax. There’s a beta release of the P.S. plugin that is version 3.x – it uses Python3 syntax.
So you could change your code to use Python2, or you could use the beta plugin.
It is about some parsings and other things for optimize. Anyway, if I have more then 2.000 html files, I cannot wait for each of regex to finnish the job. I must work with some other things in the meantime.
But it will be easier for me, if the such a “Batch Processor” (with multiple search and replace) will work in background, this way I can do other things in the meantime.
Yes, this would be a problem with Notepad++, as it is a single-threaded, one-thing-at-a-time situation.
So, you’re right, for your situation, doing it with a Notepad++ solution is not going to be for the best.