| Summary: | Broken extension point doc links | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Sonia Dimitrov <sonia_dimitrov> |
| Component: | Doc | Assignee: | Platform-Doc-Inbox <platform-doc-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | darin.eclipse, john.arthorne, Kevin_McGuire, Michael.Valenta, n.a.edgar, susan, Tod_Creasey |
| Version: | 2.1 | ||
| Target Milestone: | 2.1 | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Sonia Dimitrov
Workbench also requires references to new points: org.eclipse.ui.capabilities org.eclipse.ui.documentProviders org.eclipse.ui.fontDefinitions org.eclipse.ui.markerUpdaters The moveDeleteHook link is no longer broken (as of RC2). I have also added a link to the new org.eclipse.core.resources.teamHook extension point. in I20030315 - all the original broken links have been restored or removed from the toc. The TOC and index.html entries are already in (thanks Tod) for: org.eclipse.ui.documentProviders org.eclipse.ui.fontDefinitions org.eclipse.ui.markerUpdaters Did *not* add TOC and index.html entries for org.eclipse.ui.capabilities because there is no generated html present for this in the builds. Tod - should this one be in the toc/index? org.eclipse.ui.capabilities should not be included. Project capabilities are a feature that we backed out of for 2.0, although the implementation is still around. We will be revisiting this for 2.2. Essentially the idea of project capabilities is to allow a simple project to be created, then add/remove features as you go. Currently you must choose the type of project up front and it is impossible to change later if your needs change/expand. E.g. start with a simple project, then add support for HTML, then JSP, then servlets, etc. Just to be clear, despite my explanation above, we should not be referring to project capabilities in the 2.1 user doc or isv doc. all issues raised in this PR are fixed in I20030316. Marking as fixed. |