From c2348df6081957a219d3d05a52726bd6dc66becc Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Fri, 13 Jun 2003 02:44:02 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.ui/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 1cf901d7c67..be8fe0ec524 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,15 @@ +2003-06-12 Alain Magloire + + Patch from Thomas Fletcher + Define a specific editing scope for the C/C++ Editor and define the framework for + adding in additional commands. Two commands added initially: comment and + uncomment. Removed some Java nomenclature from some of the C properties. + + * plugin.properties + * plugin.xml + * src/org/eclipse/cdt/internal/ui/editor/CEditor.java + * src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties + 2003-06-12 Alain Magloire Patch From Thomas Fletcher, to clean up the working set.