T O P I C R E V I E W |
obricker |
Posted - Mar 08 2007 : 11:34:52 AM It isn't purely a code refactoring but I would find the ability to highlight/select a string in a source file and string resource created from it very helpful.
AfxMessagebox(_T("My Message Here"));
becomes
AfxMessagebox(IDS_MyMessageID);
Or even just creating the resource and leaving the id in the clipboard so I could use it as I needed.
|
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Mar 08 2007 : 12:52:58 PM This has been requested before, and we are considering the idea:
case=1698
For now have you looked to see if there is another plugin available to help do this? |