Quote:
Originally Posted by hihohahi
I made a simple macro AHK script and just run it every file.
|
This macro executes a
find/replace. It seems to me that you use it to memorize the
find/replace. You could run the
Search / Saved search command: it displays a window that also allows you to memorize
find/replace between different sessions.
You can have 10 saved searches to successively make changes 0-9 with
Replace all.
Example:
Add search in the
Saved search window.
name: Arabic_to_Latin_number_2
Find: ٢
Replace : 2
Mode: Normal (or regex)
and click on:
Done
Same for the other numbers.
You can successively select the saved searches and click on
Replace all.
You can also select the 10 searches then click on
Replace all, The 10 searches are executed successively. But I cannot guarantee that the result will be the same.