|
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.
|