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
 1522: Minor bug in "Add member"
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

o2a
Junior Member

24 Posts

Posted - Jun 12 2006 :  07:00:18 AM  Show Profile  Reply with Quote
First I want to say: "Yay! C++ refactoring finally! So much to play with :)" Ahem.
Second, a minor bug:

I have a class with a #ifdef-conditional part at it's end:

class Test
{
#ifdef _DEBUG
   int x;
#endif 
}


If I use the "Add member" refactoring on this class, the new member
is added inside the #ifdef-section instead of behind it.


class Test
{
#ifdef _DEBUG
   int x;
   int new_member;
#endif 
}


Edited by - o2a on Jun 12 2006 07:00:55 AM

rhummer
Tomato Guru

USA
527 Posts

Posted - Jun 12 2006 :  09:45:45 AM  Show Profile  Reply with Quote
I'm seeing the same results.

case=1275

Tools Engineer - Raven Software
VS2005 SP2/VS2008 SP1 - VAX <LATEST> - Win 7 x64

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