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

Bug 476797 - Enable Expand annotation hover by default

Change-Id: I8362079dc73a17eba194193210d9ad0b36a2ef28
Signed-off-by: William Riley <william.riley@renesas.com>
This commit is contained in:
William Riley 2016-08-02 16:36:53 +01:00
parent 9c02bc6b8d
commit 0f11ffff88

View file

@ -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);