We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ff13d commit 89209a3Copy full SHA for 89209a3
1 file changed
org.omg.sysml.xtext.ui/plugin.xml
@@ -357,6 +357,15 @@
357
locationURI="popup:org.eclipse.ui.popup.any?after=additions">
358
<menu
359
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>
369
<command
370
commandId="org.omg.sysml.xtext.ui.PullRepositoryProject"
371
label="Pull Model from API"
@@ -373,11 +382,6 @@
373
382
</iterate>
374
383
</visibleWhen>
375
384
</command>
376
- <command
377
- commandId="org.omg.sysml.xtext.ui.GenerateLibraryIndex"
378
- label="Generate Library Index"
379
- style="push">
380
- </command>
381
385
<visibleWhen
386
checkEnabled="false">
387
<and>
0 commit comments