T O P I C R E V I E W |
alanchen |
Posted - Sep 26 2014 : 7:12:33 PM I see VA can add _T macro to a single string. Is it possible for it to add _T macro to all strings in a project or in a .cpp file?
Thanks |
2 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Sep 26 2014 : 11:27:23 PM I've often thought of a feature to handle this among other transformations: case=85172 |
feline |
Posted - Sep 26 2014 : 9:45:34 PM I assume you are selecting the string and using a VA Snippet to do this? If so, then unfortunately no, this is a one string at a time command. However you should be able to do something fairly useful with an IDE regular expression find and replace, that looks for strings that are not surrounded with _T(). |