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
Topic
obricker
New Member
USA
7 Posts
Posted - Jul 28 2006 : 09:13:40 AM
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
It's alreay been requested :)
case=1121
Tools Engineer - Raven Software
VS2005 SP2/VS2008 SP1 - VAX <LATEST> - Win 7 x64
Topic
New Topic
Reply to Topic
Printer Friendly
Jump To:
Select Forum
Visual Assist
Technical Support
Feature Requests
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
© 2023 Whole Tomato Software, LLC
Snitz Forums 2000