1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-02 22:05:44 +02:00

Use unique preference keys for occurrences and override annotations, related to bugs 324905 and 320561

This commit is contained in:
Anton Leherbauer 2010-10-01 12:39:24 +00:00
parent f098e64803
commit 6f4c249382

View file

@ -2612,67 +2612,67 @@
annotationType="org.eclipse.cdt.ui.occurrences" annotationType="org.eclipse.cdt.ui.occurrences"
label="%OccurrenceAnnotation.label" label="%OccurrenceAnnotation.label"
icon="$nl$/icons/obj16/searchm_obj.gif" icon="$nl$/icons/obj16/searchm_obj.gif"
textPreferenceKey="occurrenceIndication" textPreferenceKey="org.eclipse.cdt.ui.occurrenceIndication"
textPreferenceValue="false" textPreferenceValue="false"
highlightPreferenceKey="occurrenceHighlighting" highlightPreferenceKey="org.eclipse.cdt.ui.occurrenceHighlighting"
highlightPreferenceValue="true" highlightPreferenceValue="true"
contributesToHeader="false" contributesToHeader="false"
overviewRulerPreferenceKey="occurrenceIndicationInOverviewRuler" overviewRulerPreferenceKey="org.eclipse.cdt.ui.occurrenceIndicationInOverviewRuler"
overviewRulerPreferenceValue="true" overviewRulerPreferenceValue="true"
verticalRulerPreferenceKey="occurrenceIndicationInVerticalRuler" verticalRulerPreferenceKey="org.eclipse.cdt.ui.occurrenceIndicationInVerticalRuler"
verticalRulerPreferenceValue="false" verticalRulerPreferenceValue="false"
colorPreferenceKey="occurrenceIndicationColor" colorPreferenceKey="org.eclipse.cdt.ui.occurrenceIndicationColor"
colorPreferenceValue="212,212,212" colorPreferenceValue="212,212,212"
presentationLayer="4" presentationLayer="4"
showInNextPrevDropdownToolbarActionKey="showOccurrenceInNextPrevDropdownToolbarAction" showInNextPrevDropdownToolbarActionKey="org.eclipse.cdt.ui.showOccurrenceInNextPrevDropdownToolbarAction"
showInNextPrevDropdownToolbarAction="true" showInNextPrevDropdownToolbarAction="true"
isGoToNextNavigationTargetKey="isOccurrenceGoToNextNavigationTarget" isGoToNextNavigationTargetKey="org.eclipse.cdt.ui.isOccurrenceGoToNextNavigationTarget"
isGoToNextNavigationTarget="false" isGoToNextNavigationTarget="false"
isGoToPreviousNavigationTargetKey="isOccurrenceGoToPreviousNavigationTarget" isGoToPreviousNavigationTargetKey="org.eclipse.cdt.ui.isOccurrenceGoToPreviousNavigationTarget"
isGoToPreviousNavigationTarget="false" isGoToPreviousNavigationTarget="false"
textStylePreferenceKey="occurrenceTextStyle" textStylePreferenceKey="org.eclipse.cdt.ui.occurrenceTextStyle"
textStylePreferenceValue="NONE"> textStylePreferenceValue="NONE">
</specification> </specification>
<specification <specification
annotationType="org.eclipse.cdt.ui.occurrences.write" annotationType="org.eclipse.cdt.ui.occurrences.write"
label="%WriteOccurrenceAnnotation.label" label="%WriteOccurrenceAnnotation.label"
textPreferenceKey="occurrenceIndication" textPreferenceKey="org.eclipse.cdt.ui.occurrenceIndication"
textPreferenceValue="false" textPreferenceValue="false"
highlightPreferenceKey="writeOccurrenceHighlighting" highlightPreferenceKey="org.eclipse.cdt.ui.writeOccurrenceHighlighting"
highlightPreferenceValue="true" highlightPreferenceValue="true"
overviewRulerPreferenceKey="writeOccurrenceIndicationInOverviewRuler" overviewRulerPreferenceKey="org.eclipse.cdt.ui.writeOccurrenceIndicationInOverviewRuler"
overviewRulerPreferenceValue="true" overviewRulerPreferenceValue="true"
verticalRulerPreferenceKey="writeOccurrenceIndicationInVerticalRuler" verticalRulerPreferenceKey="org.eclipse.cdt.ui.writeOccurrenceIndicationInVerticalRuler"
verticalRulerPreferenceValue="false" verticalRulerPreferenceValue="false"
colorPreferenceKey="writeOccurrenceIndicationColor" colorPreferenceKey="org.eclipse.cdt.ui.writeOccurrenceIndicationColor"
colorPreferenceValue="240, 216, 168" colorPreferenceValue="240, 216, 168"
presentationLayer="4" presentationLayer="4"
textStylePreferenceKey="writeOccurrenceTextStyle" textStylePreferenceKey="org.eclipse.cdt.ui.writeOccurrenceTextStyle"
textStylePreferenceValue="NONE"> textStylePreferenceValue="NONE">
</specification> </specification>
<specification <specification
annotationType="org.eclipse.cdt.ui.overrideIndicator" annotationType="org.eclipse.cdt.ui.overrideIndicator"
label="%overrideAnnotation.label" label="%overrideAnnotation.label"
annotationImageProvider ="org.eclipse.cdt.internal.ui.editor.OverrideIndicatorImageProvider" annotationImageProvider ="org.eclipse.cdt.internal.ui.editor.OverrideIndicatorImageProvider"
textPreferenceKey="overrideIndicator" textPreferenceKey="org.eclipse.cdt.ui.overrideIndicator"
textPreferenceValue="false" textPreferenceValue="false"
highlightPreferenceKey="overrideIndicatorHighlighting" highlightPreferenceKey="org.eclipse.cdt.ui.overrideIndicatorHighlighting"
highlightPreferenceValue="false" highlightPreferenceValue="false"
contributesToHeader="false" contributesToHeader="false"
overviewRulerPreferenceKey="overrideIndicatorInOverviewRuler" overviewRulerPreferenceKey="org.eclipse.cdt.ui.overrideIndicatorInOverviewRuler"
overviewRulerPreferenceValue="false" overviewRulerPreferenceValue="false"
verticalRulerPreferenceKey="overrideIndicatorInVerticalRuler" verticalRulerPreferenceKey="org.eclipse.cdt.ui.overrideIndicatorInVerticalRuler"
verticalRulerPreferenceValue="true" verticalRulerPreferenceValue="true"
colorPreferenceKey="overrideIndicatorColor" colorPreferenceKey="org.eclipse.cdt.ui.overrideIndicatorColor"
colorPreferenceValue="180,207,205" colorPreferenceValue="180,207,205"
presentationLayer="3" presentationLayer="3"
showInNextPrevDropdownToolbarActionKey="showoverrideIndicatorInNextPrevDropdownToolbarAction" showInNextPrevDropdownToolbarActionKey="org.eclipse.cdt.ui.showoverrideIndicatorInNextPrevDropdownToolbarAction"
showInNextPrevDropdownToolbarAction="false" showInNextPrevDropdownToolbarAction="false"
isGoToNextNavigationTargetKey="isOverrideIndicatorGoToNextNavigationTarget" isGoToNextNavigationTargetKey="org.eclipse.cdt.ui.isOverrideIndicatorGoToNextNavigationTarget"
isGoToNextNavigationTarget="false" isGoToNextNavigationTarget="false"
isGoToPreviousNavigationTargetKey="isOverrideIndicatorGoToPreviousNavigationTarget" isGoToPreviousNavigationTargetKey="org.eclipse.cdt.ui.isOverrideIndicatorGoToPreviousNavigationTarget"
isGoToPreviousNavigationTarget="false" isGoToPreviousNavigationTarget="false"
textStylePreferenceKey="overrideIndicatorTextStyle" textStylePreferenceKey="org.eclipse.cdt.ui.overrideIndicatorTextStyle"
textStylePreferenceValue="SQUIGGLES"> textStylePreferenceValue="SQUIGGLES">
</specification> </specification>
</extension> </extension>