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
 Implement virtual functions
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

graham.reeds
Ketchup Master

United Kingdom
51 Posts

Posted - Jun 12 2007 :  05:33:16 AM  Show Profile  Reply with Quote
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
{
}

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Jun 12 2007 :  08:06:57 AM  Show Profile  Reply with Quote
We are considering doing something like this:

case=1505

zen is the art of being at one with the two'ness
Go to Top of Page

giladg22
Starting Member

1 Posts

Posted - Jun 21 2007 :  06:10:35 AM  Show Profile  Reply with Quote
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.
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Jan 24 2011 :  4:04:30 PM  Show Profile  Reply with Quote
case=1505 is implemented in build 1840

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