Qt Cretor How to replace with new line
-
There is example text
return;Instead of it I want to do
a(); b();using find/replace tool of Qt Creator. I want to find one string and replace to two strings... How to replace with new line?
-
Use \n

-
D DungeonLords has marked this topic as solved on