Recent posts

#1
General Discussion / Found the Right Toy (and Sear...
Last post by RobertFexes - December 11, 2025, 11:14:53 PM
My  better half J and I got  wed at the young age of 18 and 19.  Really, it was the day after her 18th  birthday celebration! We  have actually been married for three years  currently, and marriage has been  wonderful!
 
About a year  right into  marital relationship we  determined we would start  locating some  playthings to spice  points up. We started with  acquiring her a  low-cost,  little bullet  ambiance, which she liked,  however never  began. A few months  later on we  acquired a  larger  bunny vibe, which she  delighted in alone with a  larger bullet-style  ambiance. She  suched as these,  yet would  just  utilize them with me, as they  just  functioned well if I used them on her.
 
 
https://www.ocbin.com/out.php?url=www.pornhdtube.net%2F
http://www.glasgowapollo.com/gonebutnotforgotten.asp?url=https://www.pornhdtube.net/
http://www.kestrel.jp/modules/wordpress/wp-ktai.php?view=redir&url=https%3A%2F%2Fpornhdtube.net
https://www.e-deal.com/ed/solicitation/forms/edit_en.jsp?cat=TEMOIGNAGE&url=https%3a%2f%2fpornhdtube.net&name=merck
https://telezavr.com/bitrix/redirect.php?goto=https://www.pornhdtube.net/
#2
General Discussion / Locate the Right Plaything (...
Last post by RobertFexes - December 11, 2025, 11:10:23 PM
My  other half J and I  obtained  wed at the young age of 18 and 19. Actually, it was the day after her 18th birthday! We  have actually been  wed for  3 years now, and marriage has been  terrific!
 
 Regarding a year into marriage we decided we would start finding some toys to  seasoning  points up. We  began with buying her a  low-cost, tiny bullet vibe, which she  suched as, but  never ever came on. A few months later we  acquired a  larger rabbit vibe, which she  delighted in alone with a bigger bullet-style  ambiance. She  suched as these,  yet would only  utilize them with me, as they  just  functioned well if I  utilized them on her.
 
 
https://nesp.webmo.info/api.php?action=https://www.pornhdtube.net/
https://visavis-sib.ru/bitrix/redirect.php?event1=click_to_call&event2=&event3=&goto=https://www.pornhdtube.net/
https://top-sto.com.ua/go?uri=https://www.pornhdtube.net
https://center-uslug.com/bitrix/redirect.php?goto=https://www.pornhdtube.net/
https://m.coniconimall.com/member/login.html?noMemberOrder=&returnUrl=http%3a%2f%2fpornhdtube.net
#3
Free discussion / two new editors coming soon
Last post by AdmFubar - December 11, 2025, 10:39:53 PM
#4
Scripts and Plugins / Re: DeepL Translation Script f...
Last post by bastiaanw - December 10, 2025, 10:28:49 PM

Hi,

Update: Scribus Automated Translation Script – Version 0.10

What's new in v0.10
• Expanded language support
Additional languages have been added, including several non-Latin scripts. This improves coverage for multilingual layout projects and ensures broader accessibility.

• Improved interface and usability
The script now provides a clearer, more intuitive workflow, making it easier to select languages, configure options, and run translations without manual adjustments.

• Better formatting preservation
We enhanced the logic that handles styles, spacing, and text attributes. The script now keeps more of the original Scribus formatting intact during translation, reducing cleanup time.

• More reliable DeepL integration
A cleaner, more robust DeepL request/response handling has been implemented. Error handling is improved, and support for larger text blocks is now more stable.

What's next
I am are currently working on additional refinements, including better support for right-to-left languages and more advanced formatting retention.

If you have suggestions, issues, or ideas for future improvements, feel free to share them.

Bastiaan
#5
Scripts and Plugins / Re: Create Character Style tha...
Last post by wu5ch31 - December 08, 2025, 11:11:04 PM
Good evening,

Thanks for your replies! I think Bastian's approach with templates is my best option. Unfortunately I cannot code, so no way to hack the Scripter API. And no, calling a few simple functions from a Python module is not coding  ;) Otherwise, there would be a few things I could look at, like paragraph styles with lists...

BR
Jens
#6
Showcase / Re: Inside my first book - Cat...
Last post by IanicM - December 08, 2025, 10:25:06 PM
Thanks! I should be posting about my newest project soon. Again, all created within Scribus.
#7
Scripts and Plugins / Re: greps – new version (v1.5)
Last post by a.l.e - December 08, 2025, 09:31:31 PM
As AdmFubar already reported, I also have issues with the dialog.

It does not (really) close, leaves artifacts behind it when moving the dialog (but this -- i think -- also happens with the dialog I have created), and after finishing to replace left Scribus idle, impossible to close it, without killing it.

It's a huge script, but one day I might have a look at it and try to find out the reasons why it does not work on some computer...

Anyway, it's a good start! Congrats.
#8
Scripts and Plugins / greps – new version (v1.5)
Last post by richard-cdbox - December 08, 2025, 09:14:22 PM
New features:

Searching and replacing across the entire document (footnotes are included)
Searching and replacing inside tables
Safe ungrouping of grouped text frames

https://github.com/richard-cdbox/greps/releases/tag/v1.5
#9
Scripts and Plugins / Re: Create Character Style tha...
Last post by a.l.e - December 08, 2025, 09:12:27 PM
If you need complex styles (hierarchies), I think that working with a template is the best approach.

Of course, the scripter API does not let you create a document based on a template, so some more thoughts and prayers are needed here.

No idea if it would a feature that is easy to add.

I've now created a patch for setting a parent when creating the character and paragraph styles:

https://bugs.scribus.net/view.php?id=17706

Btw, creating patches for the Scripter API is a good way to get started with hacking on Scribus : - )

Creating the linked patch was for sure easier than trying to figure out how to create or modify a style directly in the .sla...
#10
Scripts and Plugins / Re: Create Character Style tha...
Last post by bastiaanw - December 08, 2025, 08:16:22 PM

Hi,

As far as I can tell the Scripter simply doesn't expose the "Based on:" option for character styles at all. createCharStyle() has no parameter for setting a parent, and that parent (CPARENT) you see in the .sla XML just isn't reachable from Python.

The features="inherit" part is a bit confusing. It doesn't create a parent style. It only applies the parent's font features if a parent already exists.
Since the style you create in Python has no parent, there's basically nothing to inherit from, so nothing happens.....

Right now the only workarounds are (I think):

make the style hierarchy manually in a template .sla and just use the styles from Python
or load them from another .sla with loadStylesFromFile(), which keeps the "Based on" relationships
anything else means editing the .sla XML by hand afterwards (not ideal and a bit fragile)

Hopefully they expose this in the API one day, because it feels like half the style system is missing from Scripter.