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
 Feature Requests
 Refactoring: Pull Up Field/Method
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

obricker
New Member

USA
7 Posts

Posted - Jul 28 2006 :  09:13:40 AM  Show Profile  Reply with Quote
This is one I would like to see.

class A{
...
};

class B:public A{
...
void DoIt();
};

Magic happens

class A{
...
void DoIt();
};

class B:public A{
...
//void DoIt();
};

rhummer
Tomato Guru

USA
527 Posts

Posted - Jul 28 2006 :  11:07:02 AM  Show Profile  Reply with Quote
It's alreay been requested :)

case=1121

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