deprecated SelectionAction [message #196906] |
Wed, 28 September 2005 12:21 |
Eclipse User |
|
|
|
Originally posted by: ingo.koch[nospam].sap.com
Hello!
Why is the following constructor
/**
* Creates a <code>SelectionAction</code> and associates it with the given
editor.
* @deprecated use IWorkbenchPart constructor, SelectionAction will be
changed to inherit
* from WorkbenchPartAction in next release
* @param part The workbench part associated with this action
* @param style the style for this action
*/
public SelectionAction(IWorkbenchPart part, int style) {
super(part, style);
}
still deprecated? Since SelectionAction already inherits from
WorkbenchPartAction...
Regards, Ingo
|
|
|
Re: deprecated SelectionAction [message #196922 is a reply to message #196906] |
Wed, 28 September 2005 14:47 |
Eclipse User |
|
|
|
Originally posted by: none.us.ibm.com
The comment was out of date and is already fixed in my workspace.
What release are you using? Check the latest.
3.1.1 will be declared this week.
"Ingo Koch" <ingo.koch[nospam]@sap.com> wrote in message
news:dhe1so$td6$1@news.eclipse.org...
> Hello!
> Why is the following constructor
> /**
> * Creates a <code>SelectionAction</code> and associates it with the given
> editor.
> * @deprecated use IWorkbenchPart constructor, SelectionAction will be
> changed to inherit
> * from WorkbenchPartAction in next release
> * @param part The workbench part associated with this action
> * @param style the style for this action
> */
> public SelectionAction(IWorkbenchPart part, int style) {
> super(part, style);
> }
>
> still deprecated? Since SelectionAction already inherits from
> WorkbenchPartAction...
>
> Regards, Ingo
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.04794 seconds