From d783a4c703118a7d7d2c52a4b64a4db2dbde8610 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 11 Dec 2002 15:32:50 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.ui/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index c9ed1309a62..d24003deec5 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,11 @@ +2002-12-11 Alain Magloire + + Fix PR 27937. NPE in the C Editor preference page. + + * src/org/eclipse/cdt/internal/ui/preferences/CEditorPreferencePage.java (createBehaviourPage): + Remove listeners and variables for Margins, this will be enable by + only saving the changes in the store values. + 2002-12-06 Alain Magloire The hovering uses to the indexer to gather some information, but