|
468 | 468 | text="leetcode editor menu" popup="true" icon="/image/LeetCodeIcon.png"> |
469 | 469 |
|
470 | 470 | <action id="leetcode.editor.RunCodeAction" class="com.shuzijun.leetcode.plugin.actions.editor.RunCodeAction" |
471 | | - text="Run Code" description="Run Code" icon="AllIcons.Actions.Execute"> |
| 471 | + text="Run Code" description="Run Code(editor)" icon="AllIcons.Actions.Execute"> |
472 | 472 | </action> |
473 | 473 | <action id="leetcode.editor.TestcaseAction" |
474 | 474 | class="com.shuzijun.leetcode.plugin.actions.editor.TestcaseAction" |
475 | | - text="Testcase" description="Test case" icon="AllIcons.Actions.Edit"> |
| 475 | + text="Testcase" description="Test case(editor)" icon="AllIcons.Actions.Edit"> |
476 | 476 | </action> |
477 | 477 | <separator/> |
478 | 478 | <action id="leetcode.editor.SubmitAction" class="com.shuzijun.leetcode.plugin.actions.editor.SubmitAction" |
479 | | - text="Submit" description="Submit" icon="AllIcons.Actions.StepOut"> |
| 479 | + text="Submit" description="Submit(editor)" icon="AllIcons.Actions.StepOut"> |
480 | 480 | </action> |
481 | 481 | <action id="leetcode.editor.SubmissionsAction" |
482 | 482 | class="com.shuzijun.leetcode.plugin.actions.editor.SubmissionsAction" |
483 | | - text="Submissions" description="Submissions" icon="AllIcons.Actions.ShowHiddens"> |
| 483 | + text="Submissions" description="Submissions(editor)" icon="AllIcons.Actions.ShowHiddens"> |
484 | 484 | </action> |
485 | 485 | <separator/> |
486 | 486 | <action id="leetcode.editor.OpenContentAction" |
487 | 487 | class="com.shuzijun.leetcode.plugin.actions.editor.OpenContentAction" |
488 | | - text="open content" description="open content" icon="AllIcons.FileTypes.UiForm"> |
| 488 | + text="open content" description="open content(editor)" icon="AllIcons.FileTypes.UiForm"> |
489 | 489 | </action> |
490 | 490 |
|
491 | 491 | <action id="leetcode.editor.OpenInWebAction" |
492 | 492 | class="com.shuzijun.leetcode.plugin.actions.editor.OpenInWebAction" |
493 | | - text="open in web" description="open in web" icon="AllIcons.Actions.MoveTo2"> |
| 493 | + text="open in web" description="open in web(editor)" icon="AllIcons.Actions.MoveTo2"> |
494 | 494 | </action> |
495 | 495 | <separator/> |
496 | | - <group id="leetcode.editor.timer" popup="true" text="Timer" description="timer" icon="AllIcons.Vcs.History"> |
| 496 | + <group id="leetcode.editor.timer" popup="true" text="Timer" description="timer(editor)" icon="AllIcons.Vcs.History"> |
497 | 497 | <action id="leetcode.editor.StartTimeAction" |
498 | 498 | class="com.shuzijun.leetcode.plugin.actions.editor.StartTimeAction" |
499 | | - text="Start" description="Start Time"> |
| 499 | + text="Start" description="Start Time(editor)"> |
500 | 500 | </action> |
501 | 501 | <action id="leetcode.editor.StopTimeAction" class="com.shuzijun.leetcode.plugin.actions.editor.StopTimeAction" |
502 | | - text="Stop" description="Stop Time"> |
| 502 | + text="Stop" description="Stop Time(editor)"> |
503 | 503 | </action> |
504 | 504 | <action id="leetcode.editor.ResetTimeAction" class="com.shuzijun.leetcode.plugin.actions.editor.ResetTimeAction" |
505 | | - text="Reset" description="Reset Time"> |
| 505 | + text="Reset" description="Reset Time(editor)"> |
506 | 506 | </action> |
507 | 507 | </group> |
508 | 508 | <add-to-group group-id="EditorPopupMenu" anchor="first"/> |
|
0 commit comments