[JBoss JIRA] (JBIDE-20603) context menu of openshift is not using global commands like delete or properties
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20603?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich edited comment on JBIDE-20603 at 1/4/16 3:14 PM:
-----------------------------------------------------------------------
Actually, it is ok that there are custom delete commands for handling specific objects. We just have to hook them to global action handler for 'Delete', 'Properties' etc. To do this, we have to add to extension
{code}
<navigatorContent contentProvider="org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider">
{code}
part <actionProvider> with implementation extending CommonActionProvider, and override method fillActionBars(IActionBars) in order to register custom actions for global handlers
{code}
IActionBars.setGlobalActionHandler(String actionId, IAction handler);
{code}
was (Author: scabanovich):
Actually, it is ok that there are custom delete commands for handling specific objects. We just have to hook them to global action handler for 'Delete', 'Properties' etc. To do this, we have to add to extension
{code>
<navigatorContent contentProvider="org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider">
{code}
part <actionProvider> with implementation extending CommonActionProvider, and override method fillActionBars(IActionBars) in order to register custom actions for global handlers
{code}
IActionBars.setGlobalActionHandler(String actionId, IAction handler);
{code}
> context menu of openshift is not using global commands like delete or properties
> --------------------------------------------------------------------------------
>
> Key: JBIDE-20603
> URL: https://issues.jboss.org/browse/JBIDE-20603
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Priority: Critical
> Fix For: 4.3.1.Beta2
>
>
> Delete Project, resource etc. should use the normal Delete command. It seems we've created custom commands and UI for it instead of just using the default Delete command as used in other context menus.
> Similar we dont seem to use standard Properties
> see https://wiki.eclipse.org/Menu_Contributions/Problems_View_Example on how to use org.eclipse.ui.edit.delete etc.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-20603) context menu of openshift is not using global commands like delete or properties
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20603?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-20603:
-----------------------------------------------
Actually, it is ok that there are custom delete commands for handling specific objects. We just have to hook them to global action handler for 'Delete', 'Properties' etc. To do this, we have to add to extension
{code>
<navigatorContent contentProvider="org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider">
{code}
part <actionProvider> with implementation extending CommonActionProvider, and override method fillActionBars(IActionBars) in order to register custom actions for global handlers
{code}
IActionBars.setGlobalActionHandler(String actionId, IAction handler);
{code}
> context menu of openshift is not using global commands like delete or properties
> --------------------------------------------------------------------------------
>
> Key: JBIDE-20603
> URL: https://issues.jboss.org/browse/JBIDE-20603
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Max Rydahl Andersen
> Priority: Critical
> Fix For: 4.3.1.Beta2
>
>
> Delete Project, resource etc. should use the normal Delete command. It seems we've created custom commands and UI for it instead of just using the default Delete command as used in other context menus.
> Similar we dont seem to use standard Properties
> see https://wiki.eclipse.org/Menu_Contributions/Problems_View_Example on how to use org.eclipse.ui.edit.delete etc.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21353) Creation of CDK adapter is not tracked in analytics
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21353?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-21353:
-------------------------------------
In ASTools, this is currently tracked in the wizard. This is pretty much wrong, and shouldnt' be here. It should be done via a listener, or it will never discover servers created via runtime detection.
> Creation of CDK adapter is not tracked in analytics
> ---------------------------------------------------
>
> Key: JBIDE-21353
> URL: https://issues.jboss.org/browse/JBIDE-21353
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, server, usage
> Affects Versions: 4.3.1.Beta1
> Environment: JBDS 9.1.0.Beta1a
> Reporter: Radim Hopp
> Assignee: Rob Stryker
> Fix For: 4.3.1.Beta2, 4.4.0.Alpha1
>
>
> Manual creation (Server->New) nor via runtime detection of CDK is not sent to google analytics.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21396) Stub tabs for deployment view
by Jeff Cantrill (JIRA)
Jeff Cantrill created JBIDE-21396:
-------------------------------------
Summary: Stub tabs for deployment view
Key: JBIDE-21396
URL: https://issues.jboss.org/browse/JBIDE-21396
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.4.0.Alpha1
Reporter: Jeff Cantrill
Assignee: Jeff Cantrill
Stub the property view tabs for the deployment view for details to be filled in later
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-19178) Explorer, Servers view: Add deployment view to OpenShift v3 explorer
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19178?page=com.atlassian.jira.plugi... ]
Jeff Cantrill updated JBIDE-19178:
----------------------------------
Labels: explorer openshift_deployment_view openshift_v3 (was: explorer openshift_v3)
> Explorer, Servers view: Add deployment view to OpenShift v3 explorer
> --------------------------------------------------------------------
>
> Key: JBIDE-19178
> URL: https://issues.jboss.org/browse/JBIDE-19178
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Alpha1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: explorer, openshift_deployment_view, openshift_v3
> Fix For: 4.3.1.Beta2, 4.4.0.Alpha1
>
> Attachments: 2015-10-13 19.03.bmml, 2015-10-13 19.03.png, Console of 'App' with the pieces wired.png, Initial deployment view.png, Pipeline view mockup.bmml, Pipeline view mockup.png
>
>
> Add an alternate view in the openshift v3 explorer to try to 'link' resources in a similiar fashion to the web console
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years