I have a little question related to migrating from QRegExp to QRegularExpression in ktexteditor. I first changed only on occurrence for now, pls see the attached diff. I hope this works as a quick solution to the problem but I'm not sure here.
I would like to change every occurrence in ktexteditor. Todo that I need to change KateRegExp. By doing that I would touch a lot more of the code.
My question now is, what's the best way to get started here ... Change one occurrence at a time, or do them all at once ...
I appreciate the help :)
Related Bug