View Single Post
Old 04-06-2026, 03:57 PM   #153
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 9,565
Karma: 6774048
Join Date: Nov 2009
Device: many
Okay, I took a closer look at the gitee code to do prettyrint after spending hours updating its use of QRegExp (which was removed for Qt6 but still in Qt5 compat) to use QRegularExpression and getting it to compile it became clear it basically punts and never condenses any text no matter what.

That is not something I consider an actual prettyprint tool. It is more like a lint tool of some sort.

So imho it is not worth adding to Sigil either.

So we are have only one user controllable PrettyPrint option, not two.

So please give what is in master a try, and let me know if it does what you need.

Thanks.
KevinH is offline   Reply With Quote