Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions io.opencaesar.rosetta.sirius/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,28 @@
tooltip="Validate the selected element">
</command>
</menuContribution>
<menuContribution
allPopups="false"
locationURI="popup:org.eclipse.sirius.table.ui.CrossTableEditorID?before=hideGroup">
<command
commandId="io.opencaesar.rosetta.sirius.handlers.CollapseLineHandler"
label="Collapse"
style="push"
tooltip="Collapse the selected element">
</command>
<command
commandId="io.opencaesar.rosetta.sirius.handlers.ExpandLineHandler"
label="Expand"
style="push"
tooltip="Expand the selected element">
</command>
<command
commandId="io.opencaesar.rosetta.sirius.handlers.ValidateLineHandler"
label="Validate"
style="push"
tooltip="Validate the selected element">
</command>
</menuContribution>
</extension>
<extension
point="org.eclipse.ui.editors">
Expand Down