Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused command to save diagram as SVG #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Remove unused command to save diagram as SVG
  • Loading branch information
FiftyNine committed Jul 20, 2022
commit 2cfd8226d7bd339f514e4de4d9c0ba56d6cfb1d6
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<elements xsi:type="commands:Command" xmi:id="_yx-HwFBvEeOnQNx17ETh3g" elementId="diagram.editor.command.MoveDrawingsToBackground" commandName="Move drawings to background"/>
<elements xsi:type="commands:Command" xmi:id="_oLaHkFEFEeOnQNx17ETh3g" elementId="diagram.editor.command.MoveDrawingsToForeground" commandName="Move drawings to foreground"/>
<elements xsi:type="commands:Command" xmi:id="_fxV9sPEKEeW_FPFFAa9Baw" elementId="diagram.editor.command.opengmdebugger" commandName="OpenGmDebugger" description="Open the Gm model debugger"/>
<elements xsi:type="commands:Command" xmi:id="_AM5VQHuBEei1mJnH2xTBSw" elementId="org.modelio.diagram.editor.command.opensvgpreview" commandName="OpenSVGPreview" description="Open the SVG preview (debug)"/>
<elements xsi:type="commands:Command" xmi:id="_aTd_cPQqEeqcbrcxRAavfQ" elementId="org.modelio.diagram.editor.command.ChangeCustomImageCommand" commandName="%ChangeCustomImage" description="%ChangeCustomImage"/>
<elements xsi:type="commands:Command" xmi:id="_S2vIoMnEEeuPAIIekqN8LA" elementId="org.modelio.diagram.editor.resetlink" commandName="%ResetLink.Name" description="%ResetLink.Description"/>
<elements xsi:type="commands:Command" xmi:id="_9Zo8kMqBEeu67MNW4rjdAw" elementId="org.modelio.diagram.editor.fullresetlink" commandName="%FullResetLink.Name" description="%FullResetLink.Description"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<imports xsi:type="commands:Command" xmi:id="_zi7aoHr5EeShLO3VXu_qAA" elementId="org.modelio.app.ui.command.openproperties"/>
<imports xsi:type="commands:Command" xmi:id="_RPUCMPELEeW_FPFFAa9Baw" elementId="diagram.editor.command.opengmdebugger"/>
<imports xsi:type="commands:Command" xmi:id="_sf6EMO60Eea0wqGx6Oaveg" elementId="org.modelio.app.ui.command.opendiagram"/>
<imports xsi:type="commands:Command" xmi:id="_xz4BQHuAEei1mJnH2xTBSw" elementId="org.modelio.diagram.editor.command.opensvgpreview"/>
<imports xsi:type="commands:Command" xmi:id="_-HZ5gPZyEeqaga_r_8J0-Q" elementId="org.modelio.diagram.editor.command.ChangeCustomImageCommand"/>
<imports xsi:type="commands:Command" xmi:id="_OdYoEMqbEeu67MNW4rjdAw" elementId="org.modelio.diagram.editor.resetlink"/>
<imports xsi:type="commands:Command" xmi:id="_O66RkMqbEeu67MNW4rjdAw" elementId="org.modelio.diagram.editor.fullresetlink"/>
Expand Down Expand Up @@ -235,7 +234,6 @@
<bindings xmi:id="_O5YT0GP3EeOKPIEepcCqnQ" elementId="" keySequence="*" command="_LNlXgGP3EeOKPIEepcCqnQ"/>
<bindings xmi:id="_PVm80GP3EeOKPIEepcCqnQ" elementId="" keySequence="/" command="_eXxf0IkZEeWbO4MnNK7ogg"/>
<bindings xmi:id="_33TjAPEIEeW_FPFFAa9Baw" elementId="diagram.editor.statik.keybinding.0" keySequence="M1+G M1+D M1+B" command="_RPUCMPELEeW_FPFFAa9Baw"/>
<bindings xmi:id="_L9Qk8HuBEei1mJnH2xTBSw" elementId="diagram.editor.statik.keybinding.12" keySequence="M1+S M1+V M1+G" command="_xz4BQHuAEei1mJnH2xTBSw"/>
</elements>
</fragments>
<fragments xsi:type="fragment:StringModelFragment" xmi:id="_25jQcI2IEeKzwNCVVnW3jA" featurename="children" parentElementId="org.eclipse.ui.contexts.window">
Expand Down