View Single Post
Old 10-21-2025, 05:24 PM   #70
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,410
Karma: 6733754
Join Date: Nov 2009
Device: many
No worries, the use of find and replace is only used for clip pasting and it always uses our internal pcre2 not Qt regular expressions. We do use Qt regular expressions in other places but not in clips. The only way to get this issue to happen is to use a clip with a \1 in it and have selected a *huge* block of text which becomes a huge regex search expression because of the way replacement was always handled (ie. not our code, code we inherited).

So there is no need to rebuild qtbase on Linux.
KevinH is offline   Reply With Quote