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
 Implementation of Member from Declaration
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

drzoom
Ketchup Master

Switzerland
57 Posts

Posted - May 12 2006 :  04:02:47 AM  Show Profile  Reply with Quote
I use thisfeature with KDevelop and it saves a lot of time.

If you place the cursor in a declaration line of a class |=cursor:

class Tomato
{
public:
int getTomato() |const; // cursor is here
};

And then press F2. The implementation body is created in the cpp file and the cursor is jumping to the implementation block:

int Tomato::getTomato() const
{
| // cursor is here.
}

This even works with namespaces.

The method is inserted at one of this positions:

1. below the implementation of the definition above
2. at the end of the namespace.
2. at the end of the file.



best regards
Tobias

rhummer
Tomato Guru

USA
527 Posts

Posted - May 12 2006 :  09:22:08 AM  Show Profile  Reply with Quote
This feature is part of the refactoring features being worked on they should be hitting public beta soon. We are currently doing internal beta testing to get things working ;)

Tools Engineer - Raven Software
VS2005 SP2/VS2008 SP1 - VAX <LATEST> - Win 7 x64

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