Find and Replace Text on all text layers.
Find: text to search for
Replace: text to replace with
Replace All: replace every match [YES/no]
Case Sensitive: match case [YES/no]
The plug-in is found at Edit->Find & ReplaceText...
Tested on Ubuntu 8.10, GIMP 2.7 (SVN).
Could use some further testing, esp. on other platforms.
Matching is done using Python's re.sub function - so special character should work (\n, *, +, etc.).
TODO:
- add option to only replace on current layer
- add a pop-up to report the number of changes made (re.subn())
| Attachment | Size |
|---|---|
| find_and_replace-0.1.py | 1.41 KB |
Comments
where do I put find_and_replace-0.1.py
The folder is different depending on your OS, but
I can't find it....
Do you have gimp-python
gimp-python
Thanks