mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
[191311] enable global properties action
This commit is contained in:
parent
ed6644c200
commit
0d2fe3df1d
1 changed files with 2 additions and 3 deletions
|
@ -21,6 +21,7 @@
|
||||||
* Martin Oberhuber (Wind River) - [186779] Fix IRSESystemType.getAdapter()
|
* Martin Oberhuber (Wind River) - [186779] Fix IRSESystemType.getAdapter()
|
||||||
* Martin Oberhuber (Wind River) - [190195] Cannot enable new connection prompt in system view
|
* Martin Oberhuber (Wind River) - [190195] Cannot enable new connection prompt in system view
|
||||||
* Martin Oberhuber (Wind River) - [190271] Move ISystemViewInputProvider to Core
|
* Martin Oberhuber (Wind River) - [190271] Move ISystemViewInputProvider to Core
|
||||||
|
* David Dykstal (IBM) - [191311] enable global properties action
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.ui.view;
|
package org.eclipse.rse.internal.ui.view;
|
||||||
|
@ -393,10 +394,8 @@ public class SystemViewPart
|
||||||
if (actionBars != null)
|
if (actionBars != null)
|
||||||
{
|
{
|
||||||
actionBars.setGlobalActionHandler(ActionFactory.DELETE.getId(), systemView.getDeleteAction());
|
actionBars.setGlobalActionHandler(ActionFactory.DELETE.getId(), systemView.getDeleteAction());
|
||||||
//SystemCommonSelectAllAction selAllAction = new SystemCommonSelectAllAction(getShell(), systemView, systemView);
|
|
||||||
actionBars.setGlobalActionHandler(ActionFactory.SELECT_ALL.getId(), systemView.getSelectAllAction());
|
actionBars.setGlobalActionHandler(ActionFactory.SELECT_ALL.getId(), systemView.getSelectAllAction());
|
||||||
// added by Phil in 3.0 ...
|
actionBars.setGlobalActionHandler(ActionFactory.PROPERTIES.getId(), systemView.getPropertyDialogAction());
|
||||||
//actionBars.setGlobalActionHandler(IWorkbenchActionConstants.PROPERTIES, systemView.getPropertyDialogAction(); hmm, different one for local vs remote objects
|
|
||||||
actionBars.setGlobalActionHandler(ActionFactory.REFRESH.getId(), systemView.getRefreshAction());
|
actionBars.setGlobalActionHandler(ActionFactory.REFRESH.getId(), systemView.getRefreshAction());
|
||||||
actionBars.setGlobalActionHandler(ActionFactory.RENAME.getId(), systemView.getRenameAction());
|
actionBars.setGlobalActionHandler(ActionFactory.RENAME.getId(), systemView.getRenameAction());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue