diff options
| author | Dani Megert | 2016-03-02 11:48:44 +0000 |
|---|---|---|
| committer | Dani Megert | 2016-03-02 11:48:44 +0000 |
| commit | 1cbf8635c2875346d9524b597ecb8fa10c9309ee (patch) | |
| tree | 20bc73a1e3cb0b92d29e92f7f3880b369f686193 | |
| parent | b002b71da936b2b1a608b18f84269a54754f54c3 (diff) | |
| download | eclipse.platform.common-1cbf8635c2875346d9524b597ecb8fa10c9309ee.tar.gz eclipse.platform.common-1cbf8635c2875346d9524b597ecb8fa10c9309ee.tar.xz eclipse.platform.common-1cbf8635c2875346d9524b597ecb8fa10c9309ee.zip | |
Fixed bug 488845: unassociatedEditorStrategy extension point needs workY20160303-0800
| -rw-r--r-- | bundles/org.eclipse.platform.doc.isv/reference/extension-points/index.html | 6 | ||||
| -rw-r--r-- | bundles/org.eclipse.platform.doc.isv/topics_Reference.xml | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/reference/extension-points/index.html b/bundles/org.eclipse.platform.doc.isv/reference/extension-points/index.html index ac33e75e5..2265fd85f 100644 --- a/bundles/org.eclipse.platform.doc.isv/reference/extension-points/index.html +++ b/bundles/org.eclipse.platform.doc.isv/reference/extension-points/index.html @@ -3,7 +3,7 @@ <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta name="copyright" content= - "Copyright (c) IBM Corporation and others 2000, 2013. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." /> + "Copyright (c) 2000, 2016 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> Platform Extension Points @@ -312,6 +312,10 @@ </li> <li> <a href= + "org_eclipse_ui_ide_unassociatedEditorStrategy.html">org.eclipse.ui.ide.unassociatedEditorStrategy</a> + </li> + <li> + <a href= "org_eclipse_ui_navigator_linkHelper.html">org.eclipse.ui.navigator.linkHelper</a> </li> diff --git a/bundles/org.eclipse.platform.doc.isv/topics_Reference.xml b/bundles/org.eclipse.platform.doc.isv/topics_Reference.xml index c08fac21e..34cfcf6e8 100644 --- a/bundles/org.eclipse.platform.doc.isv/topics_Reference.xml +++ b/bundles/org.eclipse.platform.doc.isv/topics_Reference.xml @@ -467,6 +467,7 @@ <topic label="org.eclipse.ui.ide.markerSupport" href="reference/extension-points/org_eclipse_ui_ide_markerSupport.html"/> <topic label="org.eclipse.ui.ide.projectNatureImages" href="reference/extension-points/org_eclipse_ui_ide_projectNatureImages.html"/> <topic label="org.eclipse.ui.ide.resourceFilters" href="reference/extension-points/org_eclipse_ui_ide_resourceFilters.html"/> + <topic label="org.eclipse.ui.ide.unassociatedEditorStrategy" href="reference/extension-points/org_eclipse_ui_ide_unassociatedEditorStrategy.html"/> <topic label="org.eclipse.ui.importWizards" href="reference/extension-points/org_eclipse_ui_importWizards.html"/> <topic label="org.eclipse.ui.installationPages" href="reference/extension-points/org_eclipse_ui_installationPages.html"/> <topic label="org.eclipse.ui.intro" href="reference/extension-points/org_eclipse_ui_intro.html"/> |
