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
 Consider all base classes for Implement virtual
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

jensa
Junior Member

14 Posts

Posted - May 19 2011 :  06:12:21 AM  Show Profile  Reply with Quote
It would be great if the Implement virtual method suggestion would consider all base classes and not stop searching at the first level:
class PrivateVirtual
{
virtual void _f() = 0;
};

class B: public PrivateVirtual
{
virtual void g() = 0;
};

class A: public B
{

};

When I right-click on a and select "Implement virtual methods ...", only g() is suggested, but I must also implement f().

*moved to the correct section by feline*

Edited by - feline on May 19 2011 3:01:48 PM

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - May 19 2011 :  06:43:03 AM  Show Profile  Reply with Quote
We are looking into extending this refactoring command to go further than the first base class:

case=52138
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Aug 09 2012 :  01:49:00 AM  Show Profile  Reply with Quote
case=52138 is implemented in build 1912

Whole Tomato Software, Inc.
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