Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Rename variable bug
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

tirelessfighter
New Member

2 Posts

Posted - Oct 06 2009 :  10:47:58 PM  Show Profile  Reply with Quote
when you define a variable, which is used in several sentences and the several sentences are writen on only one line, you use rename function to rename the name of the variable won't rename all the copy of the variable.

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Oct 07 2009 :  3:19:54 PM  Show Profile  Reply with Quote
Can you post a code example that shows this problem please?

using VS2005 and VA 1738 with C++ I have just tested this code:

static void testGeneralCode()
{
	int nTest1; nTest1 = 2; ++nTest1; nTest1 += 3;
}

and rename is showing all instances of the variable "nTest1" on this line.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000