Hi There
I have a problem with the renameing with Refactor. Quite often I go to rename a class member and VA wants to rename anything it can find with that name even in different projects in the solution. For example:
#define GetVert(a) int a = flobble + 1;
class TestIt
{
int flobble;
};
If I try to rename 'flobble' in the class VA also selects the flobble in the define for renaming. I can see why maybe sometimes this is desired but to want to rename items in seperate projects with no connection is a bit odd. A friend has an older version of VA and when he tries the flobble in define is left intact and not selected for renaming.