sean
Whole Tomato Software
USA
2817 Posts |
Posted - Nov 12 2010 : 3:48:16 PM
|
Builds 1837/1836 have a new beta feature: Implement Interface / Implement Virtual Methods. These are mutually exclusive commands available when the caret is on an item in the base class list of a class definition. (In build 1836, they are only available via the Alt+Shift+Q popup refactor menu.)
When invoked, Implement Interface will generate stubs in the current class for methods defined in the interface (that do not already exist) without further interaction.
Implement Virtual Methods will present a list of virtual methods declared in the base class. Pure virtual methods are checked by default, while non-pure virtual methods are not. Base methods already implemented in the current class are listed as read-only.
The current iteration operates only on the interface (or base class) under the caret - it does not descend into the base interfaces/classes of that interface/class.
Please report any bugs or requests in this forum.
|
Edited by - sean on Jan 21 2011 12:29:20 AM |
|