QtCreator – Search & Replace with Captured Texts
I wanted to replace many occurrences of
g_theme.themeDisplay(100, 80, 65)
by
g_theme.thSz([100, 80, 65])
in many QML files. The values of the three integer arguments varied from occurrence to occurrence. What I hoped for was that QtCreator’s search & replace function for regular expressions would support captured texts – the three arguments.
Read More »QtCreator – Search & Replace with Captured Texts