GREPS – Regular Expressions for Scribus

Previous topic - Next topic

richard-cdbox

A full-featured Find/Change engine inspired by Adobe InDesign GREP

You can find all the necessary files here: https://github.com/richard-cdbox/greps

Enjoy it!

Aleks100



AdmFubar

Gave it a try on scribus 1.6.1.
It replaces the text as it should, but it also resets the font, and formatting.
The grep window doesn't close like it should, and it hangs around until I close scribus. 
Will check it out on 1.7.0 shortly
Using Scribus1.6.1, 1.7.0 openSUSE 15.6
Advanced hobbyist

richard-cdbox

Thanks for the feedback.
As I wrote in the README, I tested it on versions 1.6.4 (python 3.8.20) and 1.7.0 (python 3.12.8).
Apparently, there is a problem with some function in the tkinter module. What version of Python does Scribus 1.6.1 use? (Script > Show console, type this: print(sys.version) and press F9)
I only tested it on plain text. So I'll have to look into this.