From 9aa6a83df87bb20d053673ce7fb5b56ed680fb9b Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Mon, 9 Oct 2017 11:51:08 +0200 Subject: [PATCH] improved live hint highlight optics in Eclipse --- .../org.springframework.tooling.ls.eclipse.commons/plugin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/plugin.xml b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/plugin.xml index 64529da6a..6472f5015 100644 --- a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/plugin.xml +++ b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/plugin.xml @@ -11,7 +11,7 @@ colorPreferenceValue="23,104,17" contributesToHeader="false" highlightPreferenceKey="STS4BootMarkerHighlighting" - highlightPreferenceValue="true" + highlightPreferenceValue="false" icon="icons/boot-icon.png" label="Boot Dynamic Info" overviewRulerPreferenceKey="STS4BootMarkerIndicationInOverviewRuler" @@ -19,7 +19,7 @@ presentationLayer="4" showInNextPrevDropdownToolbarAction="false" textPreferenceKey="STS4BootMarkerIndication" - textPreferenceValue="false" + textPreferenceValue="true" textStylePreferenceKey="STS4BootMarkerTextStyle" textStylePreferenceValue="DASHED_BOX" verticalRulerPreferenceKey="STS4BootMarkerIndicationInVerticalRuler"