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