[jbosstools-issues] [JBoss JIRA] (JBIDE-10269) Implement "Show In Forge" for Workspace Selections

Koen Aers (Commented) (JIRA) jira-events at lists.jboss.org
Mon Dec 5 09:35:40 EST 2011


    [ https://issues.jboss.org/browse/JBIDE-10269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648054#comment-12648054 ] 

Koen Aers commented on JBIDE-10269:
-----------------------------------

I added it initially to that perspective since that is the default one. I can add it to other perspectives of course. Kinda lost track of that.

As for the selection, the problem is that if you get the current selection from the selection service when the ShowInForgeDelegate is run, the selection has already changed. I was struggling with this, but I found that the selection service holds a null selection right after pushing the toolbar button. So I needed to save the current selection somewhere and I found no better place than the ForgeView. Suggestions are welcome of course.
                
> Implement "Show In Forge" for Workspace Selections 
> ---------------------------------------------------
>
>                 Key: JBIDE-10269
>                 URL: https://issues.jboss.org/browse/JBIDE-10269
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: forge
>            Reporter: Koen Aers
>            Assignee: Koen Aers
>             Fix For: 3.3.0.M5
>
>         Attachments: JBIDE-10269.patch
>
>
> The current selection should contribute a "Show In Forge" context menu that results in Forge picking up (result of the pick-up command) the selection.
> A dropdown menu item / toolbar menu item on the Forge Console should have the same result of picking up the currently selected item.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list