1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Bug 500711 - Outline view 'Link With Editor' could be enabled by default

Change-Id: Ice934d90250972a2b343fe64954ffc496ea53ae0
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
Marc-Andre Laperle 2016-09-15 15:04:04 -04:00
parent fe0dcb5176
commit bd2121899b

View file

@ -2142,6 +2142,7 @@ public class PreferenceConstants {
store.setDefault(EDITOR_CORRECTION_INDICATION, false); store.setDefault(EDITOR_CORRECTION_INDICATION, false);
store.setDefault(EDITOR_SHOW_SEGMENTS, false); store.setDefault(EDITOR_SHOW_SEGMENTS, false);
store.setDefault(PREF_SHOW_CU_CHILDREN, true); 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. // This option has to be turned on for the spelling checker too work.
store.setDefault(EDITOR_EVALUATE_TEMPORARY_PROBLEMS, true); store.setDefault(EDITOR_EVALUATE_TEMPORARY_PROBLEMS, true);