-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
executable file
·29 lines (26 loc) · 1.27 KB
/
plugin.xml
File metadata and controls
executable file
·29 lines (26 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.perspectives">
<perspective
class="jp.sourceforge.mergedoc.PleiadesJavaPerspectiveFactory"
id="jp.sourceforge.mergedoc.PleiadesJavaPerspective"
icon="icons/jperspective.png"
name="Java">
</perspective>
</extension>
<extension
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
editorOnboardingImage="icons/onboarding_jperspective.png"
targetID="jp.sourceforge.mergedoc.PleiadesJavaPerspective">
<editorOnboardingCommand id="org.eclipse.debug.ui.commands.DebugLast"></editorOnboardingCommand>
<editorOnboardingCommand id="org.eclipse.ui.window.quickAccess"></editorOnboardingCommand>
<editorOnboardingCommand id="org.eclipse.text.quicksearch.commands.quicksearchCommand"></editorOnboardingCommand>
<editorOnboardingCommand id="org.eclipse.ui.window.showKeyAssist"></editorOnboardingCommand>
<editorOnboardingCommand id="org.eclipse.ui.newWizard"></editorOnboardingCommand>
<editorOnboardingCommand id="org.eclipse.jdt.ui.navigate.open.type"></editorOnboardingCommand>
</perspectiveExtension>
</extension>
</plugin>