Skip to content

Commit 89209a3

Browse files
committed
ST6RI-682 Ordered menu items and added separator
1 parent 74ff13d commit 89209a3

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

org.omg.sysml.xtext.ui/plugin.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,15 @@
357357
locationURI="popup:org.eclipse.ui.popup.any?after=additions">
358358
<menu
359359
label="SysMLv2">
360+
<command
361+
commandId="org.omg.sysml.xtext.ui.GenerateLibraryIndex"
362+
label="Generate Library Index"
363+
style="push">
364+
</command>
365+
<separator
366+
name="org.omg.sysml.xtext.ui.index.separator"
367+
visible="true">
368+
</separator>
360369
<command
361370
commandId="org.omg.sysml.xtext.ui.PullRepositoryProject"
362371
label="Pull Model from API"
@@ -373,11 +382,6 @@
373382
</iterate>
374383
</visibleWhen>
375384
</command>
376-
<command
377-
commandId="org.omg.sysml.xtext.ui.GenerateLibraryIndex"
378-
label="Generate Library Index"
379-
style="push">
380-
</command>
381385
<visibleWhen
382386
checkEnabled="false">
383387
<and>

0 commit comments

Comments
 (0)