From 0f11ffff889b78d1bb54553c404347ac412c07a7 Mon Sep 17 00:00:00 2001 From: William Riley Date: Tue, 2 Aug 2016 16:36:53 +0100 Subject: [PATCH] Bug 476797 - Enable Expand annotation hover by default Change-Id: I8362079dc73a17eba194193210d9ad0b36a2ef28 Signed-off-by: William Riley --- .../src/org/eclipse/cdt/ui/PreferenceConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 39f16b6724f..27aaf1fa5ef 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 @@ -2153,7 +2153,7 @@ public class PreferenceConstants { store.setDefault(EDITOR_SOURCE_HOVER_BACKGROUND_COLOR_SYSTEM_DEFAULT, true); - store.setDefault(EDITOR_ANNOTATION_ROLL_OVER, false); + store.setDefault(EDITOR_ANNOTATION_ROLL_OVER, true); // Syntax highlighting store.setDefault(EDITOR_MULTI_LINE_COMMENT_BOLD, false);