Skip to content

Commit

Permalink
Adapt white space chars to those used before
Browse files Browse the repository at this point in the history
Should make PR review easier
  • Loading branch information
travkin79 committed Feb 8, 2024
1 parent 11dc462 commit c1bd7fe
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions org.eclipse.lsp4e/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -480,67 +480,67 @@
<type name="org.eclipse.lsp4e.text"></type>
</extension>
<extension point="org.eclipse.ui.editors.markerAnnotationSpecification">
<specification annotationType="org.eclipse.lsp4e.read"
label="LSP Read Occurrence"
textPreferenceKey="LSP4EReadOccurrenceIndication" textPreferenceValue="false"
highlightPreferenceKey="LSP4EReadOccurrenceHighlighting"
highlightPreferenceValue="true" contributesToHeader="false"
overviewRulerPreferenceKey="LSP4EReadOccurrenceIndicationInOverviewRuler"
overviewRulerPreferenceValue="true"
verticalRulerPreferenceKey="LSP4EReadOccurrenceIndicationInVerticalRuler"
verticalRulerPreferenceValue="false" colorPreferenceKey="LSP4EReadOccurrenceIndicationColor"
colorPreferenceValue="212,212,212" presentationLayer="4"
showInNextPrevDropdownToolbarAction="true"
showInNextPrevDropdownToolbarActionKey="org.eclipse.lsp4e.read.showInNextPrevDropdownToolbarAction"
isGoToNextNavigationTarget="true"
isGoToNextNavigationTargetKey="org.eclipse.lsp4e.read.isGoToNextNavigationTarget"
isGoToPreviousNavigationTarget="true"
isGoToPreviousNavigationTargetKey="org.eclipse.lsp4e.read.isGoToPreviousNavigationTarget"
textStylePreferenceKey="LSP4EReadOccurrenceTextStyle"
textStylePreferenceValue="NONE">
</specification>
<specification annotationType="org.eclipse.lsp4e.read"
label="LSP Read Occurrence"
textPreferenceKey="LSP4EReadOccurrenceIndication" textPreferenceValue="false"
highlightPreferenceKey="LSP4EReadOccurrenceHighlighting"
highlightPreferenceValue="true" contributesToHeader="false"
overviewRulerPreferenceKey="LSP4EReadOccurrenceIndicationInOverviewRuler"
overviewRulerPreferenceValue="true"
verticalRulerPreferenceKey="LSP4EReadOccurrenceIndicationInVerticalRuler"
verticalRulerPreferenceValue="false" colorPreferenceKey="LSP4EReadOccurrenceIndicationColor"
colorPreferenceValue="212,212,212" presentationLayer="4"
showInNextPrevDropdownToolbarAction="true"
showInNextPrevDropdownToolbarActionKey="org.eclipse.lsp4e.read.showInNextPrevDropdownToolbarAction"
isGoToNextNavigationTarget="true"
isGoToNextNavigationTargetKey="org.eclipse.lsp4e.read.isGoToNextNavigationTarget"
isGoToPreviousNavigationTarget="true"
isGoToPreviousNavigationTargetKey="org.eclipse.lsp4e.read.isGoToPreviousNavigationTarget"
textStylePreferenceKey="LSP4EReadOccurrenceTextStyle"
textStylePreferenceValue="NONE">
</specification>
</extension>
<extension point="org.eclipse.ui.editors.markerAnnotationSpecification">
<specification annotationType="org.eclipse.lsp4e.write"
label="LSP Write Occurrence"
textPreferenceKey="LSP4EWriteOccurrenceIndication" textPreferenceValue="false"
highlightPreferenceKey="LSP4EWriteOccurrenceHighlighting"
highlightPreferenceValue="true" contributesToHeader="false"
overviewRulerPreferenceKey="LSP4EWriteOccurrenceIndicationInOverviewRuler"
overviewRulerPreferenceValue="true"
verticalRulerPreferenceKey="LSP4EWriteOccurrenceIndicationInVerticalRuler"
verticalRulerPreferenceValue="false" colorPreferenceKey="LSP4EWriteOccurrenceIndicationColor"
colorPreferenceValue="240,216,168" presentationLayer="4"
showInNextPrevDropdownToolbarAction="true"
showInNextPrevDropdownToolbarActionKey="org.eclipse.lsp4e.write.showInNextPrevDropdownToolbarAction"
isGoToNextNavigationTarget="true"
isGoToNextNavigationTargetKey="org.eclipse.lsp4e.write.isGoToNextNavigationTarget"
isGoToPreviousNavigationTarget="true"
isGoToPreviousNavigationTargetKey="org.eclipse.lsp4e.write.isGoToPreviousNavigationTarget"
textStylePreferenceKey="LSP4EWriteOccurrenceTextStyle"
textStylePreferenceValue="NONE">
</specification>
<specification annotationType="org.eclipse.lsp4e.write"
label="LSP Write Occurrence"
textPreferenceKey="LSP4EWriteOccurrenceIndication" textPreferenceValue="false"
highlightPreferenceKey="LSP4EWriteOccurrenceHighlighting"
highlightPreferenceValue="true" contributesToHeader="false"
overviewRulerPreferenceKey="LSP4EWriteOccurrenceIndicationInOverviewRuler"
overviewRulerPreferenceValue="true"
verticalRulerPreferenceKey="LSP4EWriteOccurrenceIndicationInVerticalRuler"
verticalRulerPreferenceValue="false" colorPreferenceKey="LSP4EWriteOccurrenceIndicationColor"
colorPreferenceValue="240,216,168" presentationLayer="4"
showInNextPrevDropdownToolbarAction="true"
showInNextPrevDropdownToolbarActionKey="org.eclipse.lsp4e.write.showInNextPrevDropdownToolbarAction"
isGoToNextNavigationTarget="true"
isGoToNextNavigationTargetKey="org.eclipse.lsp4e.write.isGoToNextNavigationTarget"
isGoToPreviousNavigationTarget="true"
isGoToPreviousNavigationTargetKey="org.eclipse.lsp4e.write.isGoToPreviousNavigationTarget"
textStylePreferenceKey="LSP4EWriteOccurrenceTextStyle"
textStylePreferenceValue="NONE">
</specification>
</extension>
<extension point="org.eclipse.ui.editors.markerAnnotationSpecification">
<specification annotationType="org.eclipse.lsp4e.text"
label="LSP Text Occurrence"
textPreferenceKey="LSP4ETextOccurrenceIndication" textPreferenceValue="false"
highlightPreferenceKey="LSP4ETextOccurrenceHighlighting"
highlightPreferenceValue="true" contributesToHeader="false"
overviewRulerPreferenceKey="LSP4ETextOccurrenceIndicationInOverviewRuler"
overviewRulerPreferenceValue="true"
verticalRulerPreferenceKey="LSP4ETextOccurrenceIndicationInVerticalRuler"
verticalRulerPreferenceValue="false" colorPreferenceKey="LSP4ETextOccurrenceIndicationColor"
colorPreferenceValue="212,212,212" presentationLayer="4"
showInNextPrevDropdownToolbarAction="true"
showInNextPrevDropdownToolbarActionKey="org.eclipse.lsp4e.text.showInNextPrevDropdownToolbarAction"
isGoToNextNavigationTarget="true"
isGoToNextNavigationTargetKey="org.eclipse.lsp4e.text.isGoToNextNavigationTarget"
isGoToPreviousNavigationTarget="true"
isGoToPreviousNavigationTargetKey="org.eclipse.lsp4e.text.isGoToPreviousNavigationTarget"
textStylePreferenceKey="LSP4ETextOccurrenceTextStyle"
textStylePreferenceValue="NONE">
</specification>
<specification annotationType="org.eclipse.lsp4e.text"
label="LSP Text Occurrence"
textPreferenceKey="LSP4ETextOccurrenceIndication" textPreferenceValue="false"
highlightPreferenceKey="LSP4ETextOccurrenceHighlighting"
highlightPreferenceValue="true" contributesToHeader="false"
overviewRulerPreferenceKey="LSP4ETextOccurrenceIndicationInOverviewRuler"
overviewRulerPreferenceValue="true"
verticalRulerPreferenceKey="LSP4ETextOccurrenceIndicationInVerticalRuler"
verticalRulerPreferenceValue="false" colorPreferenceKey="LSP4ETextOccurrenceIndicationColor"
colorPreferenceValue="212,212,212" presentationLayer="4"
showInNextPrevDropdownToolbarAction="true"
showInNextPrevDropdownToolbarActionKey="org.eclipse.lsp4e.text.showInNextPrevDropdownToolbarAction"
isGoToNextNavigationTarget="true"
isGoToNextNavigationTargetKey="org.eclipse.lsp4e.text.isGoToNextNavigationTarget"
isGoToPreviousNavigationTarget="true"
isGoToPreviousNavigationTargetKey="org.eclipse.lsp4e.text.isGoToPreviousNavigationTarget"
textStylePreferenceKey="LSP4ETextOccurrenceTextStyle"
textStylePreferenceValue="NONE">
</specification>
</extension>
<extension
point="org.eclipse.core.expressions.propertyTesters">
Expand Down

0 comments on commit c1bd7fe

Please sign in to comment.