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:
parent
fe0dcb5176
commit
bd2121899b
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue