Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Implement virtual functions

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
graham.reeds Posted - Jun 12 2007 : 05:33:16 AM
One feature I have always like in Netbeans/Eclipse is the implement interface feature.

This could be a part of the drop downlist on a class (currently it gives Add Member, Rename and Find References).

This would be a great timesaver.

Code below to describe the idea further.

Thanks Graham Reeds


class Base
{
virtual int InterfaceMarlarky() = 0;
}

/* placing mouse over Derived will give the option to implement the interface given in Base */
class Derived : public Base
{
}
3   L A T E S T    R E P L I E S    (Newest First)
support Posted - Jan 24 2011 : 4:04:30 PM
case=1505 is implemented in build 1840
giladg22 Posted - Jun 21 2007 : 06:10:35 AM
If I might add to the request, this is an intellisense feature of Visual Studio C# as well and is sorely needed for C++ users.
feline Posted - Jun 12 2007 : 08:06:57 AM
We are considering doing something like this:

case=1505

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