Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Consider all base classes for Implement virtual

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
jensa Posted - May 19 2011 : 06:12:21 AM
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*
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Aug 09 2012 : 01:49:00 AM
case=52138 is implemented in build 1912
accord Posted - May 19 2011 : 06:43:03 AM
We are looking into extending this refactoring command to go further than the first base class:

case=52138

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000