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