diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index bfeb2486f58..0152b825956 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,15 @@ +2004-04-20 Alain Magloire + + In Eclipse-3.0 things changes to set partition scanner + on the Document Provider, it is now an extension point. + Implement "documentCreation" and "documentSetup" extension points. + + * plugin.xml + * plugin.properties + * src/org/eclipse/cdt/internal/ui/editor/CDocumentFactory.java + * src/org/eclipse/cdt/internal/ui/editor/CDocumentSetupParticipant.java + * src/org/eclipse/cdt/internal/ui/editor/PartiallySynchronizedDocument.java + 2004-04-20 David Inglis Work in progress CPath UI changes diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index d2c7bf047dd..200af0f347a 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -150,4 +150,7 @@ HideCFiles.description= Hides all C files HideHeaderFiles.label= Header files HideHeaderFiles.description= Hides all Header files -WorkInProgress.name=Work In Progress \ No newline at end of file +WorkInProgress.name=Work In Progress + +cDocumentFactory=C Document Factory +cDocumentSetupParticipant=C Document Setup Participant \ No newline at end of file diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 2ebebd86820..9ddbdc982b2 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -205,6 +205,27 @@ + + + + + + + + + + + @@ -623,7 +644,7 @@ id="org.eclipse.cdt.ui.CSearchResultPage"> -