diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/PreferenceConstants.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/PreferenceConstants.java index 27aaf1fa5ef..ebffa8b55f0 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/PreferenceConstants.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/PreferenceConstants.java @@ -2142,6 +2142,7 @@ public class PreferenceConstants { store.setDefault(EDITOR_CORRECTION_INDICATION, false); store.setDefault(EDITOR_SHOW_SEGMENTS, false); store.setDefault(PREF_SHOW_CU_CHILDREN, true); + store.setDefault(OUTLINE_LINK_TO_EDITOR, true); // This option has to be turned on for the spelling checker too work. store.setDefault(EDITOR_EVALUATE_TEMPORARY_PROBLEMS, true);