Closed eclipse-modisco-bot closed 2 hours ago
By Nicolas Payneau on Jan 08, 2010 11:58
Created attachment 155617 There is patch to org.eclipse.gmt.modisco.infra.browser
:notepad_spiral: org.eclipse.gmt.modisco.infra.browser.patch
By Hugo Bruneliere on Jan 11, 2010 03:58
Thanks Nicolas (Payneau) for your contribution!
As it concerns the Model Browser, Nicolas (Bros), could you please check the patch and integrate it accordingly?
Best regards,
Hugo
By Nicolas Payneau on Jan 11, 2010 05:23
Hi,
Having given it further thought, this contribution already makes the same action that extension point "org.eclipse.ui.editorAction".
Here is an example:\ <extension\ point="org.eclipse.ui.editorActions">\ <editorContribution\ id="org.eclipse.ui.example"\ targetID="org.eclipse.gmt.modisco.infra.browser.editorID">\ <action\ class="org.eclipse.example.ActionExample"\ icon="icons/Example.gif"\ id=""org.eclipse.example.ActionExampleId"\ label="Action example"\ style="push"\ toolbarPath="Example"\ tooltip="Action example">\ \ \
Best regards,
Nicolas Payneau
By Nicolas Bros on Jan 11, 2010 05:55
Closing since the patch is not needed.
| --- | --- | | Bugzilla Link | 299148 | | Status | CLOSED INVALID | | Importance | P3 normal | | Reported | Jan 08, 2010 11:57 EDT | | Modified | Sep 23, 2010 04:38 EDT | | Version | 0.8.0 | | Reporter | Nicolas Payneau |
Description
Build Identifier: 20090920-1017
Hi,
There is a contribution for MoDisco infrastructure. This contribution allows to add new actions in the toolbar of MoDisco browser.\ I defined a new extension point : org.eclipse.gmt.modisco.infra.browser.toolbarAction
This extension point allows to add a new action in the toolbar of MoDisco browser.
Best regards,
Nicolas Payneau
Reproducible: Always