Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Maetzel2004-12-20 18:18:24 +0000
committerKai Maetzel2004-12-20 18:18:24 +0000
commitfb68794dca4958930112656e8a3be2131cd750df (patch)
tree726c5ddea211282b68fbe6dfb873672d7900e709 /org.eclipse.ui.editors/plugin.xml
parent588d813f7121156126fe066c0c6431c63321f3b9 (diff)
downloadeclipse.platform.text-fb68794dca4958930112656e8a3be2131cd750df.tar.gz
eclipse.platform.text-fb68794dca4958930112656e8a3be2131cd750df.tar.xz
eclipse.platform.text-fb68794dca4958930112656e8a3be2131cd750df.zip
Introducing hovers for annotation bags
Diffstat (limited to 'org.eclipse.ui.editors/plugin.xml')
-rw-r--r--org.eclipse.ui.editors/plugin.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index eec594e080f..da7fdf4d431 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -646,6 +646,27 @@
includeOnPreferencePage="false">
</specification>
<specification
+ annotationType="org.eclipse.ui.workbench.texteditor.quickdiffUnchanged"
+ colorPreferenceValue="0,0,0"
+ isGoToPreviousNavigationTarget="false"
+ isGoToPreviousNavigationTargetKey="isUnchangedGoToPreviousNavigationTarget"
+ showInNextPrevDropdownToolbarAction="false"
+ isGoToNextNavigationTarget="false"
+ isGoToNextNavigationTargetKey="isUnchangedGoToNextNavigationTarget"
+ colorPreferenceKey="unchangedIndicationColor"
+ showInNextPrevDropdownToolbarActionKey="showUnchangedInNextPrevDropdownToolbarAction"
+ contributesToHeader="false"
+ overviewRulerPreferenceValue="false"
+ presentationLayer="0"
+ label=""
+ textPreferenceValue="false"
+ textPreferenceKey="unchangedIndication"
+ overviewRulerPreferenceKey="unchangedIndicationInOverviewRuler"
+ verticalRulerPreferenceKey="unchangedIndicationInVerticalRuler"
+ verticalRulerPreferenceValue="false"
+ includeOnPreferencePage="false">
+ </specification>
+ <specification
annotationType="org.eclipse.ui.workbench.texteditor.spelling"
label="%spelling.label"
symbolicIcon="warning"

Back to the top