Hi !
I'm trying to use the "Find And Replace" to add the _T macro to all my strings (except
the ones already have this macro)
The regex i used to find the relevant strings is:
~(_T\(){"[^"]*"}
From some resone it doesn't work, my first try was
~(\#include |_T\(){"[^"]*"}
that also exclude all the include statements but i won't be so greedy :)
Hope someone can help me because i have many many files to edit...