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