Edit C:\Program Files\Java\jdk1.8.0_121\lib\missioncontrol\plugins\plugin.xml
<?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.2"?> <plugin> <extension-point id="filetypeopener" name="com.jrockit.mc.ui.idesupport.filetypeopener" schema="schema/filetypeopener.exsd"/> <extension-point id="com.jrockit.mc.core.formpage" name="Form Page" schema="schema/formpage.exsd"/> <extension point="org.eclipse.ui.preferencePages"> <page class="com.jrockit.mc.ui.preferences.MissionControlPage" id="com.jrockit.mc.ui.preferences.MissionControlPage" name="%PREFERENCE_NAME_MISSION_CONTROL"/> </extension> <extension point="org.eclipse.core.runtime.preferences"> <initializer class="com.jrockit.mc.ui.preferences.Initializer"> </initializer> </extension> <extension point="org.eclipse.ui.commands"> <command defaultHandler="com.jrockit.mc.ui.formpage.MenuHandler" id="com.jrockit.mc.ui.formpage.default.command" name="name"> <commandParameter id="formpage" name="name"> </commandParameter> </command> </extension> <extension point="org.eclipse.ui.elementFactories"> <factory class="com.jrockit.mc.ui.MCPathFactory" id="mc.path.editorinput"/> </extension> <extension point="org.eclipse.ui.perspectives"> <perspective class="com.jrockit.mc.ui.idesupport.StandardPerspective" icon="icons/mission_control.gif" id="com.jrockit.mc.ui.idesupport.StandardPerspective" name="%MISSION_CONTROL_PERSPECTIVE"> <description> %MISSION_CONTROL_PERSPECTIVE_DESCRIPTION </description> </perspective> </extension> <extension point="org.eclipse.ui.perspectiveExtensions"> <perspectiveExtension targetID="com.jrockit.mc.ui.idesupport.StandardPerspective"> <viewShortcut id="org.eclipse.ui.views.PropertySheet"> </viewShortcut> <viewShortcut id="org.eclipse.ui.views.ProgressView"> </viewShortcut> </perspectiveExtension> </extension> <extension point="org.eclipse.ui.exportWizards"> <category id="com.jrockit.mc.ui.wizards.export" name="%MISSON_CONTROL_WIZARD_CATEGORY"> </category> </extension> <extension point="org.eclipse.ui.importWizards"> <category id="com.jrockit.mc.ui.wizards.import" name="%MISSON_CONTROL_WIZARD_CATEGORY"> </category> </extension> <extension point="org.eclipse.ui.menus"> <menuContribution locationURI="popup:org.eclipse.ui.popup.any?after=group.edit"> <command commandId="org.eclipse.ui.edit.copy"> <visibleWhen> <with variable="activeMenuSelection"> <instanceof value="com.jrockit.mc.ui.model.fields.IStructuredRowSelection"> </instanceof> </with> </visibleWhen> </command> <menu id="com.jrockit.mc.ui.copysettings" label="%CLIPBOARD_SETTING_MENU"> <visibleWhen> <with variable="activeMenuSelection"> <instanceof value="com.jrockit.mc.ui.model.fields.IStructuredRowSelection"> </instanceof> </with> </visibleWhen> </menu> </menuContribution> <menuContribution locationURI="popup:com.jrockit.mc.ui.copysettings"> <command commandId="com.jrockit.mc.ui.copysettings.raw" label="%COPY_RAW" style="toggle"> </command> <command commandId="com.jrockit.mc.ui.copysettings.ascsv" label="%COPY_AS_CSV" style="toggle"> </command> <command commandId="com.jrockit.mc.ui.copysettings.only.visible" label="%COPY_VISIBLE" style="toggle"> </command> <command commandId="com.jrockit.mc.ui.copysettings.indent.for.structure.command" label="%INDENT_FOR_STRUCTURE" style="toggle"> </command> <command commandId="com.jrockit.mc.ui.copysettings.column.headers" label="%COPY_COLUMN_TEXT" style="toggle"> </command> </menuContribution> </extension> <extension point="org.eclipse.ui.commands"> <command defaultHandler="com.jrockit.mc.ui.handlers.CopyRaw" id="com.jrockit.mc.ui.copysettings.raw" name="%COPY_RAW"> </command> <command defaultHandler="com.jrockit.mc.ui.handlers.CopyAsCsv" id="com.jrockit.mc.ui.copysettings.ascsv" name="%COPY_AS_CSV"> </command> <command defaultHandler="com.jrockit.mc.ui.handlers.CopyVisible" id="com.jrockit.mc.ui.copysettings.only.visible" name="%COPY_VISIBLE"> </command> <command defaultHandler="com.jrockit.mc.ui.handlers.StructuralIndent" id="com.jrockit.mc.ui.copysettings.indent.for.structure.command" name="%INDENT_FOR_STRUCTURE"> </command> <command defaultHandler="com.jrockit.mc.ui.handlers.CopyColumnHeaders" id="com.jrockit.mc.ui.copysettings.column.headers" name="%COPY_COLUMN_TEXT"> </command> </extension> <extension point="org.eclipse.core.runtime.adapters"> <factory adaptableType="com.jrockit.mc.common.IMCFrame" class="com.jrockit.mc.ui.misc.MCMethodAdapterFactory"> <adapter type="com.jrockit.mc.common.IMCMethod"> </adapter> </factory> <factory adaptableType="com.jrockit.mc.ui.wizards.IWizardFactory" class="com.jrockit.mc.ui.wizards.WizardAdapterFactory"> <adapter type="org.eclipse.jface.wizard.IWizard"> </adapter> </factory> <factory adaptableType="com.jrockit.mc.ui.misc.IGraphical" class="com.jrockit.mc.ui.misc.ImageDescriptorAdapterFactory"> <adapter type="org.eclipse.jface.resource.ImageDescriptor"> </adapter> </factory> <factory adaptableType="com.jrockit.mc.common.util.IImageResource" class="com.jrockit.mc.ui.misc.ImageDescriptorAdapterFactory"> <adapter type="org.eclipse.jface.resource.ImageDescriptor"> </adapter> </factory> </extension> <extension point="com.jrockit.mc.commands.command"> <command category="Testing" class="com.jrockit.mc.ui.formpage.commands.internal.PrintUI" description="Prettyprint user interfacce" identifier="printui" name="Prints the user interface" userInterface="true"> </command> <command category="Scripting" class="com.jrockit.mc.ui.formpage.commands.internal.Click" commandHelper="com.jrockit.mc.ui.formpage.commands.internal.ClickHelper" description="Clicks on a widget, e.g. a button or tab." identifier="click" name="Click" userInterface="true"> <string description=" the identifier for the widget" exampleValue="my.button" identifier="identifier" name="Identifier" optional="false"> </string> </command> <command category="Scripting" class="com.jrockit.mc.ui.formpage.commands.internal.Select" commandHelper="com.jrockit.mc.ui.formpage.commands.internal.SelectHelper" description="Selects an item, e.g in a ComboBox" identifier="select" name="Select" userInterface="true"> <string description="The identifier for the widget to select from" exampleValue="my.combo" identifier="identifier" name="Identifier" optional="true"> </string> <string description="The value to select in the widget" exampleValue=""My Item"" identifier="value" name="Value" optional="false"> </string> </command> <command category="com.jrockit.mc.flightrecorder.ui.command5" class="com.jrockit.mc.ui.formpage.commands.internal.Type" commandHelper="com.jrockit.mc.ui.formpage.commands.internal.TypeHelper" description="Types a user defined message into a text widget," identifier="type" name="Type" userInterface="true"> <string description="The identifier for the widget to type text into." exampleValue="my.text" identifier="identifier" name="Identifier" optional="true"> </string> <string description="The text to type." exampleValue=""My first text"orld"" identifier="text" name="Text" optional="false"> </string> </command> <command category="Scripting" class="com.jrockit.mc.ui.formpage.commands.internal.TabGroupCommand" commandHelper="com.jrockit.mc.ui.formpage.commands.internal.SelectGroupHelper" description="Selects a tab group in an editor." identifier="selectgroup" name="Select Tab Group" userInterface="true"> <string description="the identifier for the tab group" exampleValue="com.jrockit.myTabGroup" identifier="identifier" name="Identifier" optional="false"> </string> </command> <command category="Scripting" class="com.jrockit.mc.ui.formpage.commands.internal.TabItemCommand" commandHelper="com.jrockit.mc.ui.formpage.commands.internal.SelectTabHelper" description="Selects a tab in an editor." identifier="selecttab" name="Select Tab" userInterface="true"> <string description="the identifier for the tab group" exampleValue="com.jrockit.myTab" identifier="identifier" name="Identifier" optional="false"> </string> </command> </extension> </plugin>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de