Edit D:\app\Administrator\product\11.2.0\dbhome_1\sqldeveloper\ide\extensions\META-INF\extension.xml
<?xml version = '1.0' encoding = 'UTF-8'?> <extension xmlns="http://jcp.org/jsr/198/extension-manifest" id="oracle.ide" rsbundle-class="oracle.ide.resource.ExtensionBundle" esdk-version="1.0" version="11.1.1.0.22.49.48"> <name>Oracle IDE</name> <owner>Oracle</owner> <classpaths> <classpath>../../timingframework/TimingFramework.jar</classpath> <classpath>../../ide/lib/annotations.jar</classpath> </classpaths> <hooks> <menu-hook> <toolbars> <!-- The main window toolbar --> <toolbar id="javax.ide.view.MAIN_WINDOW_TOOLBAR_ID"> <section id="javax.ide.NEW_SECTION_ID"> <item action-ref="Ide.OPEN_CMD_ID" /> <item action-ref="Ide.SAVE_CMD_ID" /> <item action-ref="Ide.SAVE_ALL_CMD_ID" /> </section> <section id="oracle.ide.TB_UNDO_REDO_SECTION_ID"> <item action-ref="Ide.UNDO_CMD_ID" /> <item action-ref="Ide.REDO_CMD_ID" /> </section> <section id="javax.ide.COPY_PASTE_SECTION_ID"> <item action-ref="Ide.CUT_CMD_ID" /> <item action-ref="Ide.COPY_CMD_ID" /> <item action-ref="Ide.PASTE_CMD_ID" /> </section> <section id="oracle.ide.TB_BACK_FORWARD_SECTION_ID"> <item action-ref="Ide.BACK_CMD_ID" /> <item action-ref="Ide.FORWARD_CMD_ID" /> </section> </toolbar> </toolbars> </menu-hook> <hook-handler-hook> <!-- The main hook handler for jdeveloper-hook --> <hook-handler tag-name="jdeveloper-hook" handler-class="oracle.ideimpl.extension.IDEHookHandlerHook" namespace="http://xmlns.oracle.com/jdeveloper/1013/extension" schema-location="idehook.xsd" /> <hook-handler tag-name="urlfilesystem-hook" handler-class="oracle.ideimpl.net.URLFileSystemHook" namespace="http://xmlns.oracle.com/jdeveloper/hooks/urlfilesystem" /> <hook-handler tag-name="product-hook" handler-class="oracle.ideimpl.ProductHook" namespace="http://xmlns.oracle.com/ide/extension" schema-location="producthook.xsd" /> <hook-handler tag-name="settings-ui-hook" handler-class="oracle.ide.config.SettingsUIHook" namespace="http://xmlns.oracle.com/ide/extension" schema-location="settings-ui-hook.xsd" /> <hook-handler tag-name="editors" handler-class="oracle.ideimpl.editor.EditorHook" namespace="http://xmlns.oracle.com/ide/extension" schema-location="idehooks2.xsd" /> <!-- Customization hooks --> <hook-handler tag-name="menu-customizations" handler-class="oracle.ideimpl.extension.MenuCustomizationHook" namespace="http://xmlns.oracle.com/ide/customization" /> <hook-handler tag-name="settings-ui-customizations" handler-class="oracle.ide.config.SettingsUICustomizationsHook" namespace="http://xmlns.oracle.com/ide/customization" schema-location="settings-customization.xsd" /> <hook-handler tag-name="editor-customizations" handler-class="oracle.ideimpl.editor.EditorCustomizationHook" namespace="http://xmlns.oracle.com/ide/customization" schema-location="editor-customization.xsd" /> <hook-handler tag-name="preference-defaults" handler-class="oracle.ide.config.PreferenceDefaultsHook" namespace="http://xmlns.oracle.com/ide/customization" /> <hook-handler tag-name="project-defaults" handler-class="oracle.ide.config.ProjectDefaultsHook" namespace="http://xmlns.oracle.com/ide/customization" /> </hook-handler-hook> <settings-ui-hook xmlns="http://xmlns.oracle.com/ide/extension"> <!-- The preferences dialog --> <dialog id="preferences" object-label="${PREFERENCES}"/> <dialog id="Project" object-label="${PROJECT}"/> <dialog id="Application" object-label="${APPLICATION}"/> <page id="environment" parent-idref="/preferences" search-tags="${ENVIRONMENT_SEARCH_TAGS}"> <label>${ENVIRONMENT_SETTINGS}</label> <traversable-class>oracle.ide.config.EnvironOptionsPanel</traversable-class> <fields> <field id="saveOnDeactivate" /> <field id="compileFieldGroup" /> <field id="reloadFieldGroup" /> <field id="verifyProject" /> <field id="lineTerminator" /> <field id="encoding" /> </fields> </page> <page id="accelerators" parent-idref="/preferences" search-tags="${ACCELERATOR_SEARCH_TAGS}"> <label>${ACCELERATOR_SETTINGS}</label> <traversable-class>oracle.ide.keyboard.KeyStrokePanel</traversable-class> </page> <page id="globalIgnore" parent-idref="/preferences" search-tags="${GLOBAL_IGNORE_LIST_SEARCH_TAGS}"> <label>${GLOBAL_IGNORE_LIST_SETTINGS}</label> <traversable-class>oracle.ide.config.GlobalIgnoreListPanel</traversable-class> </page> <page id="docking" parent-idref="/preferences/environment" search-tags="${DOCKABLE_WINDOWS_SEARCH_TAGS}"> <label>${DOCKABLE_WINDOWS_SETTINGS}</label> <traversable-class>oracle.ideimpl.docking.DockingConfigPanel</traversable-class> </page> <page id="extensions" parent-idref="/preferences" search-tags="${EXTENSIONS_SEARCH_TAGS}"> <label>${EXTENSIONS_SETTINGS}</label> <traversable-class>oracle.ideimpl.extension.preference.ExtensionOptionsPanel</traversable-class> </page> </settings-ui-hook> <ide:product-hook name="Oracle Ide" short-name="Ide" xmlns:ide="http://xmlns.oracle.com/ide/extension"> <ide:about-box copyright="Copyright (c) 2003-2006 Oracle. All Rights Reserved."/> </ide:product-hook> <jdeveloper-hook xmlns="http://xmlns.oracle.com/jdeveloper/1013/extension"> <hook-handler tag-name="addins" handler-class="oracle.ideimpl.extension.AddinsHook" namespace="http://xmlns.oracle.com/jdeveloper/1013/extension" /> <hook-handler tag-name="settings-migrators" handler-class="oracle.ideimpl.migration.MigratorsHook" namespace="http://xmlns.oracle.com/jdeveloper/1013/extension" /> <hook-handler tag-name="user-data" handler-class="oracle.ideimpl.migration.UserDataHandler" namespace="http://xmlns.oracle.com/jdeveloper/1013/extension" /> <hook-handler tag-name="commands" handler-class="oracle.ideimpl.cmd.CommandsHandler" namespace="http://xmlns.oracle.com/jdeveloper/1013/extension" /> <hook-handler tag-name="extmgr-prefs" handler-class="oracle.ideimpl.extension.ExtensionPreferencesHook" namespace="http://xmlns.oracle.com/jdeveloper/1013/extension" /> <hook-handler tag-name="actions" handler-class="oracle.ideimpl.controller.IdeActionHook" namespace="http://xmlns.oracle.com/jdeveloper/1013/extension" /> <hook-handler tag-name="system-properties" handler-class="oracle.ideimpl.SystemPropertiesHook" namespace="http://xmlns.oracle.com/jdeveloper/1013/extension" /> <hook-handler tag-name="context-menu-listeners" handler-class="oracle.ide.controller.ContextMenuListenersHook" namespace="http://xmlns.oracle.com/jdeveloper/1013/extension" /> <system-properties> <property name="ice.pilots.html4.tileOptThreshold" value="0" /> <property name="ice.browser.forcegc" value="false" /> <property name="ice.pilots.html4.ignoreNonGenericFonts" value="true" /> <property name="reserved_filenames" force="true" value="con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout$" /> </system-properties> <addins> <addin headless="true">oracle.ideimpl.CoreIdeAddin</addin> <addin>oracle.ideimpl.controller.DeclarativeActionsAddin</addin> <addin>oracle.ideimpl.extension.MenuShapingAddin</addin> <addin>oracle.ideimpl.navigation.NavigationManagerImpl</addin> <addin>oracle.ideimpl.shell.ShellIntegration</addin> <addin>oracle.ideimpl.print.PrintManagerImpl</addin> <addin>oracle.ideimpl.viewers.ImageViewerAddin</addin> <addin>oracle.ideimpl.window.WindowManagerImpl</addin> <addin>oracle.ideimpl.NewMainWindow</addin> <addin headless="true">oracle.ideimpl.history.HistoryManagerImpl</addin> <addin>oracle.ideimpl.extension.WarnAboutDisabledExtensionsAddin</addin> </addins> <settings-migrators> <migrator-class>oracle.ide.config.IdeSettingsMigrator</migrator-class> <migrator-class>oracle.ide.config.FileAssociationsMigrator</migrator-class> <migrator-class>oracle.ideimpl.IdeMigrator</migrator-class> <migrator-class>oracle.ide.config.DTCacheMigrator</migrator-class> <!--<migrator-class>oracle.ideimpl.layout.LayoutsMigrator</migrator-class> <>bug 5623013<> --> <migrator-class>oracle.ide.model.UserPropertiesMigrator</migrator-class> </settings-migrators> <actions> <action id="PrintPreview"> <properties> <property name="Name" rskey="PRINT_PREVIEW" /> <property name="Category" rskey="PRINT_PREVIEW_CATEGORY" /> </properties> </action> </actions> </jdeveloper-hook> </hooks> </extension>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de