mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 21:15:23 +02:00
[252296] Work With User Actions action is not available in offline mode
This commit is contained in:
parent
1c92d32b07
commit
1cc28a1605
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ package org.eclipse.rse.internal.useractions.ui.uda.actions;
|
||||||
* API to the user actions plugin
|
* API to the user actions plugin
|
||||||
* Xuan Chen (IBM) - [225617] [useraction][api] Remove Team view support inside user action.
|
* Xuan Chen (IBM) - [225617] [useraction][api] Remove Team view support inside user action.
|
||||||
* Kevin Doyle (IBM) - [222828] Icons for some Actions Missing
|
* Kevin Doyle (IBM) - [222828] Icons for some Actions Missing
|
||||||
|
* Kevin Doyle (IBM) - [252296] Work With User Actions action is not available in offline mode
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
//import java.util.Iterator;
|
//import java.util.Iterator;
|
||||||
import org.eclipse.jface.dialogs.Dialog;
|
import org.eclipse.jface.dialogs.Dialog;
|
||||||
|
@ -91,6 +92,7 @@ public class SystemWorkWithUDAsAction extends SystemBaseDialogAction {
|
||||||
else
|
else
|
||||||
setContextMenuGroup(ISystemContextMenuConstants.GROUP_REORGANIZE);
|
setContextMenuGroup(ISystemContextMenuConstants.GROUP_REORGANIZE);
|
||||||
setHelp(RSEUIPlugin.HELPPREFIX + "actn0045"); //$NON-NLS-1$
|
setHelp(RSEUIPlugin.HELPPREFIX + "actn0045"); //$NON-NLS-1$
|
||||||
|
setAvailableOffline(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue