Skip to content

Commit

Permalink
Adding Open Type to onboarding commands
Browse files Browse the repository at this point in the history
Open Type is also very important in PDE development, we should single it
out.
  • Loading branch information
vogella committed Oct 10, 2023
1 parent bcf2c51 commit 27cf508
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/org.eclipse.pde.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,9 @@
<editorOnboardingCommand
id="org.eclipse.ui.window.quickAccess">
</editorOnboardingCommand>
<editorOnboardingCommand
id="org.eclipse.jdt.ui.navigate.open.type">
</editorOnboardingCommand>
</perspectiveExtension>
</extension>
<extension
Expand Down

0 comments on commit 27cf508

Please sign in to comment.