home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <?eclipse version="3.0"?>
- <plugin>
-
- <extension-point id="documentProviders" name="%ExtPoint.documentProviders" schema="schema/documentProviders.exsd"/>
- <extension-point id="markerUpdaters" name="%ExtPoint.markerUpdaters" schema="schema/markerUpdaters.exsd"/>
- <extension-point id="markerAnnotationSpecification" name="%ExtPoint.markerAnnotationSpecification" schema="schema/markerAnnotationSpecification.exsd"/>
- <extension-point id="annotationTypes" name="%ExtPoint.annotationTypes" schema="schema/annotationTypes.exsd"/>
- <extension-point id="templates" name="%ExtPoint.editorTemplate" schema="schema/templates.exsd"/>
-
- <extension point="org.eclipse.core.runtime.preferences">
- <initializer class="org.eclipse.ui.internal.editors.text.EditorsPluginPreferenceInitializer"/>
- </extension>
-
- <extension point="org.eclipse.core.runtime.adapters">
- <factory
- class="org.eclipse.ui.internal.editors.text.FileEditorInputAdapterFactory"
- adaptableType="org.eclipse.core.resources.IFile">
- <adapter type="org.eclipse.ui.editors.text.ILocationProvider"/>
- </factory>
- </extension>
-
- <extension
- point="org.eclipse.ui.commands">
- <command
- name="%convertDelimiters.Windows.name"
- description="%convertDelimiters.Windows.description"
- categoryId="org.eclipse.ui.category.file"
- id="org.eclipse.ui.edit.text.delimiter.windows">
- </command>
- <command
- name="%convertDelimiters.Unix.name"
- description="%convertDelimiters.Unix.description"
- categoryId="org.eclipse.ui.category.file"
- id="org.eclipse.ui.edit.text.delimiter.unix">
- </command>
- <command
- name="%convertDelimiters.MacOS9.name"
- description="%convertDelimiters.MacOS9.description"
- categoryId="org.eclipse.ui.category.file"
- id="org.eclipse.ui.edit.text.delimiter.macOS9">
- </command>
- <command
- name="%removeTrailingWhitespace.name"
- description="%removeTrailingWhitespace.description"
- categoryId="org.eclipse.ui.category.file"
- id="org.eclipse.ui.edit.text.removeTrailingWhitespace">
- </command>
- <command
- name="%openExternalFile.name"
- categoryId="org.eclipse.ui.category.file"
- description="%openExternalFile.description"
- id="org.eclipse.ui.edit.text.openExternalFile">
- </command>
- <command
- name="%ActionDefinition.quickDiff.name"
- categoryId="org.eclipse.ui.category.edit"
- description="%ActionDefinition.quickDiff.description"
- id="org.eclipse.quickdiff.toggle">
- </command>
- <command
- name="%ActionDefinition.quickDiff.revert.name"
- categoryId="org.eclipse.ui.category.edit"
- description="%ActionDefinition.quickDiff.revert.description"
- id="org.eclipse.ui.editors.quickdiff.revert">
- </command>
- <command
- name="%ActionDefinition.quickDiff.revertLine.name"
- categoryId="org.eclipse.ui.category.edit"
- description="%ActionDefinition.quickDiff.revertLine.description"
- id="org.eclipse.ui.editors.quickdiff.revertLine">
- </command>
- <command
- name="%ActionDefinition.lineNumberToggle.name"
- categoryId="org.eclipse.ui.category.edit"
- description="%ActionDefinition.lineNumberToggle.description"
- id="org.eclipse.ui.editors.lineNumberToggle">
- </command>
- <command
- name="%command.folding.toggle.name"
- description="%command.folding.toggle.description"
- categoryId="org.eclipse.ui.category.textEditor"
- id="org.eclipse.ui.edit.text.folding.toggle">
- </command>
- <command
- name="%command.folding.expandAll.name"
- description="%command.folding.expandAll.description"
- categoryId="org.eclipse.ui.category.textEditor"
- id="org.eclipse.ui.edit.text.folding.expand_all">
- </command>
- <command
- name="%command.folding.expand.name"
- description="%command.folding.expand.description"
- categoryId="org.eclipse.ui.category.textEditor"
- id="org.eclipse.ui.edit.text.folding.expand">
- </command>
- <command
- name="%command.folding.collapse.name"
- description="%command.folding.collapse.description"
- categoryId="org.eclipse.ui.category.textEditor"
- id="org.eclipse.ui.edit.text.folding.collapse">
- </command>
- </extension>
-
- <extension
- point="org.eclipse.ui.handlers">
- <handler
- commandId="org.eclipse.ui.edit.text.removeTrailingWhitespace"
- class="org.eclipse.ui.internal.editors.text.RemoveTrailingWhitespaceHandler">
- </handler>
- </extension>
-
- <extension
- point="org.eclipse.ui.bindings">
- <!-- win32: M1=CTRL, M2=SHIFT, M3=ALT, M4=-
- carbon: M1=COMMAND, M2=SHIFT, M3=ALT, M4=CTRL -->
-
-
- <!-- COMMAND+SHIFT+Q is Logout on carbon, so don't overwrite it -->
- <key
- sequence="CTRL+SHIFT+Q"
- contextId="org.eclipse.ui.textEditorScope"
- commandId="org.eclipse.quickdiff.toggle"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
-
- <key
- commandId="org.eclipse.ui.edit.text.folding.toggle"
- contextId="org.eclipse.ui.textEditorScope"
- sequence="M1+NUMPAD_DIVIDE"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- commandId="org.eclipse.ui.edit.text.folding.expand_all"
- contextId="org.eclipse.ui.textEditorScope"
- sequence="M1+NUMPAD_MULTIPLY"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- commandId="org.eclipse.ui.edit.text.folding.expand"
- contextId="org.eclipse.ui.textEditorScope"
- sequence="M1+NUMPAD_ADD"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- <key
- commandId="org.eclipse.ui.edit.text.folding.collapse"
- contextId="org.eclipse.ui.textEditorScope"
- sequence="M1+NUMPAD_SUBTRACT"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
- </extension>
-
- <extension
- point="org.eclipse.ui.editors">
- <editor
- name="%Editors.DefaultTextEditor"
- icon="$nl$/icons/full/obj16/file_obj.gif"
- class="org.eclipse.ui.editors.text.TextEditor"
- contributorClass="org.eclipse.ui.editors.text.TextEditorActionContributor"
- id="org.eclipse.ui.DefaultTextEditor">
- <contentTypeBinding
- contentTypeId="org.eclipse.core.runtime.text"
- />
- </editor>
- </extension>
- <extension
- point="org.eclipse.ui.preferencePages">
- <page
- name="%PreferencePages.GeneralTextEditors"
- category="org.eclipse.ui.preferencePages.Editors"
- class="org.eclipse.ui.internal.editors.text.TextEditorDefaultsPreferencePage"
- id="org.eclipse.ui.preferencePages.GeneralTextEditor">
- <keywordReference id="org.eclipse.ui.editors.general"/>
- </page>
- <page
- name="%PreferencePages.Annotations"
- category="org.eclipse.ui.preferencePages.GeneralTextEditor"
- class="org.eclipse.ui.internal.editors.text.AnnotationsPreferencePage"
- id="org.eclipse.ui.editors.preferencePages.Annotations">
- <keywordReference id="org.eclipse.ui.editors.annotations"/>
- </page>
- <page
- name="%PreferencePages.QuickDiff"
- category="org.eclipse.ui.preferencePages.GeneralTextEditor"
- class="org.eclipse.ui.internal.editors.text.QuickDiffPreferencePage"
- id="org.eclipse.ui.editors.preferencePages.QuickDiff">
- <keywordReference id="org.eclipse.ui.editors.quickdiff"/>
- </page>
- <page
- name="%PreferencePages.Accessibility"
- category="org.eclipse.ui.preferencePages.GeneralTextEditor"
- class="org.eclipse.ui.internal.editors.text.AccessibilityPreferencePage"
- id="org.eclipse.ui.editors.preferencePages.Accessibility">
- <keywordReference id="org.eclipse.ui.editors.accessibility"/>
- </page>
- <page
- name="%PreferencePages.Spelling"
- class="org.eclipse.ui.internal.editors.text.SpellingPreferencePage"
- category="org.eclipse.ui.preferencePages.GeneralTextEditor"
- id="org.eclipse.ui.editors.preferencePages.Spelling">
- <keywordReference id="org.eclipse.ui.editors.spelling"/>
- </page>
- </extension>
- <extension
- point="org.eclipse.ui.keywords">
- <keyword
- label="%preferenceKeywords.general"
- id="org.eclipse.ui.editors.general"/>
- <keyword
- label="%preferenceKeywords.annotations"
- id="org.eclipse.ui.editors.annotations"/>
- <keyword
- label="%preferenceKeywords.accessibility"
- id="org.eclipse.ui.editors.accessibility"/>
- <keyword
- label="%preferenceKeywords.quickdiff"
- id="org.eclipse.ui.editors.quickdiff"/>
- <keyword
- label="%preferenceKeywords.spelling"
- id="org.eclipse.ui.editors.spelling"/>
- </extension>
- <extension
- point="org.eclipse.ui.editors.documentProviders">
- <provider
- class="org.eclipse.ui.editors.text.TextFileDocumentProvider"
- inputTypes="org.eclipse.ui.IStorageEditorInput"
- id="org.eclipse.ui.editors.text.StorageDocumentProvider">
- </provider>
- <provider
- class="org.eclipse.ui.editors.text.TextFileDocumentProvider"
- inputTypes="org.eclipse.ui.internal.editors.text.JavaFileEditorInput"
- id="org.eclipse.ui.editors.text.ExternalFileDocumentProvider">
- </provider>
- <provider
- class="org.eclipse.ui.editors.text.TextFileDocumentProvider"
- inputTypes="org.eclipse.ui.internal.editors.text.NonExistingFileEditorInput"
- id="org.eclipse.ui.editors.text.NonExistingFileDocumentProvider">
- </provider>
- </extension>
- <extension
- point="org.eclipse.ui.editors.markerUpdaters">
- <updater
- class="org.eclipse.ui.texteditor.BasicMarkerUpdater"
- id="org.eclipse.ui.texteditor.BasicMarkerUpdater">
- </updater>
- </extension>
- <extension
- point="org.eclipse.ui.workbench.texteditor.quickDiffReferenceProvider">
- <referenceprovider
- default="true"
- label="%lastSaveReferenceProvider.label"
- class="org.eclipse.ui.internal.editors.quickdiff.LastSaveReferenceProvider"
- id="org.eclipse.ui.internal.editors.quickdiff.LastSaveReferenceProvider">
- </referenceprovider>
- </extension>
- <extension
- point="org.eclipse.ui.popupMenus">
- <viewerContribution
- targetID="#TextRulerContext"
- id="org.eclipse.ui.texteditor.ruler.context.actions">
- <action
- label="%AddTask.label"
- helpContextId="org.eclipse.ui.AddTask_action_context"
- class="org.eclipse.ui.texteditor.TaskRulerAction"
- tooltip="%AddTask.tooltip"
- menubarPath="additions"
- id="org.eclipse.ui.texteditor.TaskRulerAction">
- </action>
- <action
- label="%AddBookmark.label"
- helpContextId="org.eclipse.ui.bookmark_action_context"
- class="org.eclipse.ui.texteditor.BookmarkRulerAction"
- tooltip="%AddBookmark.tooltip"
- menubarPath="additions"
- id="org.eclipse.ui.texteditor.BookmarkRulerAction">
- </action>
- </viewerContribution>
- <viewerContribution
- targetID="#RulerContext"
- id="org.eclipse.ui.texteditor.ruler.context.actions">
- <action
- label="%AddTask.label"
- helpContextId="org.eclipse.ui.AddTask_action_context"
- class="org.eclipse.ui.texteditor.TaskRulerAction"
- tooltip="%AddTask.tooltip"
- menubarPath="additions"
- id="org.eclipse.ui.texteditor.TaskRulerAction">
- </action>
- <action
- label="%AddBookmark.label"
- helpContextId="org.eclipse.ui.bookmark_action_context"
- class="org.eclipse.ui.texteditor.BookmarkRulerAction"
- tooltip="%AddBookmark.tooltip"
- menubarPath="additions"
- id="org.eclipse.ui.texteditor.BookmarkRulerAction">
- </action>
- </viewerContribution>
- </extension>
- <extension
- point="org.eclipse.ui.editorActions">
- <editorContribution
- targetID="org.eclipse.ui.DefaultTextEditor"
- id="org.eclipse.ui.texteditor.ruler.actions">
- <action
- label="%Dummy.label"
- helpContextId="org.eclipse.ui.bookmark_action_context"
- class="org.eclipse.ui.texteditor.BookmarkRulerAction"
- actionID="RulerDoubleClick"
- id="org.eclipse.ui.texteditor.BookmarkRulerAction">
- </action>
- <action
- label="%Dummy.label"
- class="org.eclipse.ui.texteditor.SelectRulerAction"
- actionID="RulerClick"
- id="org.eclipse.ui.texteditor.SelectRulerAction">
- </action>
- </editorContribution>
- </extension>
-
- <extension
- point="org.eclipse.ui.newWizards">
- <wizard
- name="%NewUntitledTextFile.label"
- icon="$nl$/icons/full/etool16/new_untitled_text_file.gif"
- category="org.eclipse.ui.Basic"
- class="org.eclipse.ui.internal.editors.text.UntitledTextFileWizard"
- canFinishEarly="true"
- hasPages="false"
- id="org.eclipse.ui.editors.wizards.UntitledTextFileWizard">
- <description>
- %NewUntitledTextFile.description
- </description>
- </wizard>
- </extension>
- <extension
- point="org.eclipse.ui.perspectiveExtensions">
- <perspectiveExtension
- targetID="org.eclipse.ui.resourcePerspective">
- <newWizardShortcut
- id="org.eclipse.ui.editors.wizards.UntitledTextFileWizard">
- </newWizardShortcut>
- </perspectiveExtension>
- </extension>
-
- <extension
- point="org.eclipse.ui.actionSets">
- <actionSet
- label="%openFilesActionSet.label"
- visible="true"
- id="org.eclipse.ui.edit.text.actionSet.openExternalFile">
- <action
- definitionId="org.eclipse.ui.edit.text.openExternalFile"
- label="%openExternalFile.label"
- helpContextId="open_text_editor_action_context"
- class="org.eclipse.ui.internal.editors.text.OpenExternalFileAction"
- tooltip="%openExternalFile.description"
- menubarPath="file/new.ext"
- id="org.eclipse.ui.edit.text.openExternalFile">
- </action>
- </actionSet>
- <actionSet
- label="%textEditorAnnotationNavigationActionSet.label"
- visible="false"
- id="org.eclipse.ui.edit.text.actionSet.annotationNavigation">
- <action
- allowLabelUpdate="true"
- style="pulldown"
- id="org.eclipse.ui.edit.text.gotoPreviousAnnotation"
- toolbarPath="org.eclipse.ui.workbench.navigate/history.group"
- hoverIcon="$nl$/icons/full/ctool16/prev_nav.gif"
- class="org.eclipse.ui.internal.editors.text.PreviousPulldownActionDelegate"
- definitionId="org.eclipse.ui.navigate.previous"
- disabledIcon="$nl$/icons/full/dtool16/prev_nav.gif"
- icon="$nl$/icons/full/etool16/prev_nav.gif"
- label="%goToPreviousAnnotation.label"
- retarget="true"
- tooltip="%goToPreviousAnnotation.tooltip">
- </action>
- <action
- allowLabelUpdate="true"
- style="pulldown"
- id="org.eclipse.ui.edit.text.gotoNextAnnotation"
- toolbarPath="org.eclipse.ui.workbench.navigate/history.group"
- hoverIcon="$nl$/icons/full/ctool16/next_nav.gif"
- class="org.eclipse.ui.internal.editors.text.NextPulldownActionDelegate"
- definitionId="org.eclipse.ui.navigate.next"
- disabledIcon="$nl$/icons/full/dtool16/next_nav.gif"
- icon="$nl$/icons/full/etool16/next_nav.gif"
- label="%goToNextAnnotation.label"
- retarget="true"
- tooltip="%goToNextAnnotation.tooltip">
- </action>
- </actionSet>
- <actionSet
- label="%textEditorNavigationActionSet.label"
- visible="true"
- id="org.eclipse.ui.edit.text.actionSet.navigation">
- <action
- toolbarPath="org.eclipse.ui.workbench.navigate/history.group"
- id="org.eclipse.ui.edit.text.gotoLastEditPosition"
- hoverIcon="$nl$/icons/full/ctool16/last_edit_pos.gif"
- class="org.eclipse.ui.internal.texteditor.GotoLastEditPositionAction"
- definitionId="org.eclipse.ui.edit.text.gotoLastEditPosition"
- disabledIcon="$nl$/icons/full/dtool16/last_edit_pos.gif"
- icon="$nl$/icons/full/etool16/last_edit_pos.gif"
- helpContextId="goto_last_edit_position_action_context"
- label="%goToLastEditPosition.label"
- menubarPath="navigate/"
- tooltip="%goToLastEditPosition.tooltip">
- </action>
- </actionSet>
- <actionSet
- label="%conversionActionSet.label"
- visible="true"
- id="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo">
- <menu
- label="%conversionSubMenu.label"
- path="file/save.ext"
- id="converstLineDelimitersTo">
- <separator name="lineDelimitersConversion"/>
- <separator name="encoding"/>
- </menu>
- <action
- definitionId="org.eclipse.ui.edit.text.delimiter.macOS9"
- label="%convertDelimiters.MacOS9.label"
- class="org.eclipse.ui.internal.editors.text.ConvertLineDelimitersToMacOS9"
- tooltip="%convertDelimiters.MacOS9.description"
- menubarPath="file/converstLineDelimitersTo/lineDelimitersConversion"
- id="org.eclipse.ui.edit.text.delimiter.macOS9">
- </action>
- <action
- definitionId="org.eclipse.ui.edit.text.delimiter.unix"
- label="%convertDelimiters.Unix.label"
- class="org.eclipse.ui.internal.editors.text.ConvertLineDelimitersToUnix"
- tooltip="%convertDelimiters.Unix.description"
- menubarPath="file/converstLineDelimitersTo/lineDelimitersConversion"
- id="org.eclipse.ui.edit.text.delimiter.unix">
- </action>
- <action
- definitionId="org.eclipse.ui.edit.text.delimiter.windows"
- label="%convertDelimiters.Windows.label"
- class="org.eclipse.ui.internal.editors.text.ConvertLineDelimitersToWindows"
- tooltip="%convertDelimiters.Unix.description"
- menubarPath="file/converstLineDelimitersTo/lineDelimitersConversion"
- id="org.eclipse.ui.edit.text.delimiter.windows">
- </action>
- </actionSet>
- </extension>
-
- <extension
- point="org.eclipse.ui.editors.markerAnnotationSpecification">
- <specification
- annotationType="org.eclipse.ui.workbench.texteditor.error"
- textPreferenceKey="errorIndication"
- presentationLayer="6"
- highlightPreferenceValue="false"
- showInNextPrevDropdownToolbarAction="true"
- textPreferenceValue="true"
- isGoToPreviousNavigationTargetKey="isErrorGoToPreviousNavigationTarget"
- label="%errors.label"
- colorPreferenceKey="errorIndicationColor"
- showInNextPrevDropdownToolbarActionKey="showErrorInNextPrevDropdownToolbarAction"
- symbolicIcon="error"
- isGoToNextNavigationTargetKey="isErrorGoToNextNavigationTarget"
- isGoToNextNavigationTarget="true"
- overviewRulerPreferenceKey="errorIndicationInOverviewRuler"
- verticalRulerPreferenceValue="true"
- highlightPreferenceKey="errorIndicationHighlighting"
- isGoToPreviousNavigationTarget="true"
- verticalRulerPreferenceKey="errorIndicationInVerticalRuler"
- contributesToHeader="true"
- colorPreferenceValue="255,0,128"
- overviewRulerPreferenceValue="true">
- </specification>
- <specification
- annotationType="org.eclipse.ui.workbench.texteditor.warning"
- textPreferenceKey="warningIndication"
- presentationLayer="5"
- highlightPreferenceValue="false"
- showInNextPrevDropdownToolbarAction="true"
- textPreferenceValue="true"
- isGoToPreviousNavigationTargetKey="isWarningGoToPreviousNavigationTarget"
- label="%warnings.label"
- colorPreferenceKey="warningIndicationColor"
- showInNextPrevDropdownToolbarActionKey="showWarningInNextPrevDropdownToolbarAction"
- symbolicIcon="warning"
- isGoToNextNavigationTargetKey="isWarningGoToNextNavigationTarget"
- isGoToNextNavigationTarget="true"
- overviewRulerPreferenceKey="warningIndicationInOverviewRuler"
- verticalRulerPreferenceValue="true"
- highlightPreferenceKey="warningIndicationHighlighting"
- isGoToPreviousNavigationTarget="true"
- verticalRulerPreferenceKey="warningIndicationInVerticalRuler"
- contributesToHeader="true"
- colorPreferenceValue="244,200,45"
- overviewRulerPreferenceValue="true">
- </specification>
- <specification
- annotationType="org.eclipse.ui.workbench.texteditor.info"
- textPreferenceKey="infoIndication"
- presentationLayer="4"
- highlightPreferenceValue="false"
- showInNextPrevDropdownToolbarAction="true"
- textPreferenceValue="false"
- isGoToPreviousNavigationTargetKey="isInfoGoToPreviousNavigationTarget"
- label="%infos.label"
- colorPreferenceKey="infoIndicationColor"
- showInNextPrevDropdownToolbarActionKey="showInfoInNextPrevDropdownToolbarAction"
- symbolicIcon="info"
- isGoToNextNavigationTargetKey="isInfoGoToNextNavigationTarget"
- isGoToNextNavigationTarget="false"
- overviewRulerPreferenceKey="infoIndicationInOverviewRuler"
- verticalRulerPreferenceValue="true"
- highlightPreferenceKey="infoIndicationHighlighting"
- isGoToPreviousNavigationTarget="false"
- verticalRulerPreferenceKey="infoIndicationInVerticalRuler"
- contributesToHeader="false"
- colorPreferenceValue="244,200,45"
- overviewRulerPreferenceValue="true">
- </specification>
- <specification
- annotationType="org.eclipse.ui.workbench.texteditor.task"
- textPreferenceKey="taskIndication"
- presentationLayer="2"
- highlightPreferenceValue="false"
- showInNextPrevDropdownToolbarAction="true"
- textPreferenceValue="false"
- isGoToPreviousNavigationTargetKey="isTaskGoToPreviousNavigationTarget"
- label="%tasks.label"
- colorPreferenceKey="taskIndicationColor"
- showInNextPrevDropdownToolbarActionKey="showTaskInNextPrevDropdownToolbarAction"
- symbolicIcon="task"
- isGoToNextNavigationTargetKey="isTaskGoToNextNavigationTarget"
- isGoToNextNavigationTarget="false"
- overviewRulerPreferenceKey="taskIndicationInOverviewRuler"
- verticalRulerPreferenceValue="true"
- highlightPreferenceKey="taskIndicationHighlighting"
- isGoToPreviousNavigationTarget="false"
- verticalRulerPreferenceKey="taskIndicationInVerticalRuler"
- contributesToHeader="false"
- colorPreferenceValue="0,128,255"
- overviewRulerPreferenceValue="true">
- </specification>
- <specification
- annotationType="org.eclipse.ui.workbench.texteditor.bookmark"
- textPreferenceKey="bookmarkIndication"
- presentationLayer="1"
- highlightPreferenceValue="false"
- showInNextPrevDropdownToolbarAction="true"
- textPreferenceValue="false"
- isGoToPreviousNavigationTargetKey="isBookmarkGoToPreviousNavigationTarget"
- label="%bookmarks.label"
- colorPreferenceKey="bookmarkIndicationColor"
- showInNextPrevDropdownToolbarActionKey="showBookmarkInNextPrevDropdownToolbarAction"
- symbolicIcon="bookmark"
- isGoToNextNavigationTargetKey="isBookmarkGoToNextNavigationTarget"
- isGoToNextNavigationTarget="false"
- overviewRulerPreferenceKey="bookmarkIndicationInOverviewRuler"
- verticalRulerPreferenceValue="true"
- highlightPreferenceKey="bookmarkIndicationHighlighting"
- isGoToPreviousNavigationTarget="false"
- verticalRulerPreferenceKey="bookmarkIndicationInVerticalRuler"
- contributesToHeader="false"
- colorPreferenceValue="34,164,99"
- overviewRulerPreferenceValue="true">
- </specification>
- <specification
- annotationType="org.eclipse.ui.workbench.texteditor.quickdiffChange"
- colorPreferenceValue="204,163,205"
- isGoToPreviousNavigationTarget="false"
- isGoToPreviousNavigationTargetKey="isChangeGoToPreviousNavigationTarget"
- showInNextPrevDropdownToolbarAction="true"
- isGoToNextNavigationTarget="false"
- isGoToNextNavigationTargetKey="isChangeGoToNextNavigationTarget"
- colorPreferenceKey="changeIndicationColor"
- showInNextPrevDropdownToolbarActionKey="showChangeInNextPrevDropdownToolbarAction"
- contributesToHeader="false"
- overviewRulerPreferenceValue="false"
- presentationLayer="0"
- label="%changes.label"
- textPreferenceValue="false"
- textPreferenceKey="changeIndication"
- overviewRulerPreferenceKey="changeIndicationInOverviewRuler"
- verticalRulerPreferenceKey="changeIndicationInVerticalRuler"
- verticalRulerPreferenceValue="false"
- includeOnPreferencePage="false">
- </specification>
- <specification
- annotationType="org.eclipse.ui.workbench.texteditor.quickdiffAddition"
- colorPreferenceValue="188,188,222"
- isGoToPreviousNavigationTarget="false"
- isGoToPreviousNavigationTargetKey="isAdditionGoToPreviousNavigationTarget"
- showInNextPrevDropdownToolbarAction="true"
- isGoToNextNavigationTarget="false"
- isGoToNextNavigationTargetKey="isAdditionGoToNextNavigationTarget"
- colorPreferenceKey="additionIndicationColor"
- showInNextPrevDropdownToolbarActionKey="showAdditionInNextPrevDropdownToolbarAction"
- contributesToHeader="false"
- overviewRulerPreferenceValue="false"
- presentationLayer="0"
- label="%additions.label"
- textPreferenceValue="false"
- textPreferenceKey="additionIndication"
- overviewRulerPreferenceKey="additionIndicationInOverviewRuler"
- verticalRulerPreferenceKey="additionIndicationInVerticalRuler"
- verticalRulerPreferenceValue="false"
- includeOnPreferencePage="false">
- </specification>
- <specification
- annotationType="org.eclipse.ui.workbench.texteditor.quickdiffDeletion"
- colorPreferenceValue="0,0,0"
- isGoToPreviousNavigationTarget="false"
- isGoToPreviousNavigationTargetKey="isDeletionGoToPreviousNavigationTarget"
- showInNextPrevDropdownToolbarAction="false"
- isGoToNextNavigationTarget="false"
- isGoToNextNavigationTargetKey="isDeletionGoToNextNavigationTarget"
- colorPreferenceKey="deletionIndicationColor"
- showInNextPrevDropdownToolbarActionKey="showDeletionInNextPrevDropdownToolbarAction"
- contributesToHeader="false"
- overviewRulerPreferenceValue="false"
- presentationLayer="0"
- label="%deletions.label"
- textPreferenceValue="false"
- textPreferenceKey="deletionIndication"
- overviewRulerPreferenceKey="deletionIndicationInOverviewRuler"
- verticalRulerPreferenceKey="deletionIndicationInVerticalRuler"
- verticalRulerPreferenceValue="false"
- includeOnPreferencePage="false">
- </specification>
-
- <!-- Hides the unchanged quick diff annotation -->
- <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"
- 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"
- presentationLayer="5"
- contributesToHeader="true"
- colorPreferenceKey="spellingIndicationColor"
- colorPreferenceValue="244,200,45"
- textPreferenceKey="spellingIndication"
- textPreferenceValue="true"
- overviewRulerPreferenceKey="spellingIndicationInOverviewRuler"
- overviewRulerPreferenceValue="true"
- verticalRulerPreferenceKey="spellingIndicationInVerticalRuler"
- verticalRulerPreferenceValue="false"
- isGoToPreviousNavigationTargetKey="isSpellingGoToPreviousNavigationTarget"
- isGoToPreviousNavigationTarget="false"
- isGoToNextNavigationTargetKey="isSpellingGoToNextNavigationTarget"
- isGoToNextNavigationTarget="false"
- showInNextPrevDropdownToolbarActionKey="showSpellingInNextPrevDropdownToolbarAction"
- showInNextPrevDropdownToolbarAction="true"
- highlightPreferenceKey="spellingIndicationHighlighting"
- highlightPreferenceValue="false">
- </specification>
- </extension>
-
- <extension
- point="org.eclipse.ui.editors.annotationTypes">
- <type
- name="org.eclipse.ui.workbench.texteditor.error"
- markerType="org.eclipse.core.resources.problemmarker"
- markerSeverity="2">
- </type>
- <type
- name="org.eclipse.ui.workbench.texteditor.warning"
- markerType="org.eclipse.core.resources.problemmarker"
- markerSeverity="1">
- </type>
- <type
- name="org.eclipse.ui.workbench.texteditor.info"
- markerType="org.eclipse.core.resources.problemmarker"
- markerSeverity="0">
- </type>
- <type
- name="org.eclipse.ui.workbench.texteditor.task"
- markerType="org.eclipse.core.resources.taskmarker">
- </type>
- <type
- name="org.eclipse.ui.workbench.texteditor.bookmark"
- markerType="org.eclipse.core.resources.bookmark">
- </type>
- </extension>
-
- <extension
- point="org.eclipse.core.filebuffers.annotationModelCreation">
- <factory
- extensions="*"
- class="org.eclipse.ui.texteditor.ResourceMarkerAnnotationModelFactory">
- </factory>
- </extension>
-
- </plugin>
-