It's all about the answers!

Ask a question

How to add new button/ popup menu in Stream editor on flow target tab(section)?


luu huy (111) | asked Mar 14 '19, 10:43 p.m.

 I am quite familier with eclipse extensions and for RTC eclipse I successfully added new pop up menus. But this time my requirement is when user open a stream in editor, I want to add popup menu on right click of stream in flow target section, I tried all the ways but not able to add, please geve me hint or idea

One answer



permanent link
SEC Servizi (97123559) | answered Mar 15 '19, 10:21 a.m.
when user open a stream in editor, I want to add popup menu on right click of stream in flow target section

Even if you add Streams or Repository Workspaces in to Flow Targets section, the objectContribution of your pop-up menu extension should have FlowNode or FlowEntry as objectClass.

I often create first a pop-up menu extension for java.lang.Object class to catch the real type then at runtime during a debug session.
Cheers.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.