First THANKS for such a great program ! I found more and more new functionality in it almost each day !
Question: How can I automate formating ( or to be more specific, "multi replace")
Like
{ " select * \r\n from basics \r\n where a=b" }
to be
select *
from basics
where a=b
I do this more than hundred times, while debuging ... What should I do best ? a plug-in DLL for patterns , or what ?