Initial commit
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>About</title>
|
||||
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
|
||||
</head>
|
||||
<body lang="EN-US">
|
||||
<h2>About This Content</h2>
|
||||
|
||||
<p>20th June, 2002</p>
|
||||
<h3>License</h3>
|
||||
<p>Eclipse.org makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
|
||||
Common Public License Version 1.0 ("CPL"). A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
|
||||
For purposes of the CPL, "Program" will mean the Content.</p>
|
||||
|
||||
<h3>Contributions</h3>
|
||||
|
||||
<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
|
||||
made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such
|
||||
Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
|
||||
|
||||
<p>If this Content is licensed to you under license terms and conditions other than the CPL ("Other License"), any modifications, enhancements and/or
|
||||
other code and/or documentation ("Modifications") uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
|
||||
host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available
|
||||
to others under the terms of the Other License. In addition, with regard to Modifications for which you are the copyright holder, you are also
|
||||
providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
|
||||
the CPL.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
After Width: | Height: | Size: 348 B |
|
After Width: | Height: | Size: 361 B |
|
After Width: | Height: | Size: 373 B |
|
After Width: | Height: | Size: 351 B |
|
After Width: | Height: | Size: 354 B |
|
After Width: | Height: | Size: 152 B |
|
After Width: | Height: | Size: 152 B |
|
After Width: | Height: | Size: 330 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 225 B |
|
After Width: | Height: | Size: 142 B |
|
After Width: | Height: | Size: 247 B |
|
After Width: | Height: | Size: 623 B |
|
After Width: | Height: | Size: 607 B |
|
After Width: | Height: | Size: 625 B |
|
After Width: | Height: | Size: 582 B |
|
After Width: | Height: | Size: 578 B |
|
After Width: | Height: | Size: 332 B |
|
After Width: | Height: | Size: 322 B |
|
After Width: | Height: | Size: 553 B |
|
After Width: | Height: | Size: 604 B |
|
After Width: | Height: | Size: 376 B |
|
After Width: | Height: | Size: 204 B |
|
After Width: | Height: | Size: 619 B |
|
After Width: | Height: | Size: 224 B |
|
After Width: | Height: | Size: 594 B |
|
After Width: | Height: | Size: 535 B |
|
After Width: | Height: | Size: 186 B |
|
After Width: | Height: | Size: 187 B |
|
After Width: | Height: | Size: 194 B |
|
After Width: | Height: | Size: 194 B |
|
After Width: | Height: | Size: 192 B |
|
After Width: | Height: | Size: 184 B |
|
After Width: | Height: | Size: 179 B |
|
After Width: | Height: | Size: 194 B |
|
After Width: | Height: | Size: 191 B |
|
After Width: | Height: | Size: 190 B |
|
After Width: | Height: | Size: 190 B |
|
After Width: | Height: | Size: 194 B |
|
After Width: | Height: | Size: 188 B |
|
After Width: | Height: | Size: 194 B |
|
After Width: | Height: | Size: 190 B |
|
After Width: | Height: | Size: 190 B |
|
After Width: | Height: | Size: 190 B |
|
After Width: | Height: | Size: 196 B |
|
After Width: | Height: | Size: 188 B |
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1,216 @@
|
||||
###############################################################################
|
||||
# Copyright (c) 2000, 2004 IBM Corporation and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Common Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/cpl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
#
|
||||
# Resource strings for Compare Plug-in
|
||||
#
|
||||
pluginName= Compare Support
|
||||
providerName=Eclipse.org
|
||||
|
||||
#
|
||||
# Extension point names
|
||||
#
|
||||
streamMergers= Stream Merger
|
||||
structureCreators= Structure Creator
|
||||
structureMergeViewers= Structure Merge Viewer
|
||||
contentMergeViewers= Content Merge Viewer
|
||||
contentViewers= Content Viewer
|
||||
|
||||
#
|
||||
# CompareUIPlugin
|
||||
#
|
||||
CompareUIPlugin.dialogTitle=Compare
|
||||
CompareUIPlugin.noActiveWorkbenchPage=Cannot find active workbench page
|
||||
CompareUIPlugin.compareFailed=Compare Failed
|
||||
CompareUIPlugin.openEditorError=Problems Opening Editor
|
||||
CompareUIPlugin.noDifferences=There are no differences between the selected inputs.
|
||||
|
||||
CompareUIPlugin.targetIdAttributeMissing=target id attribute ''{0}'' missing
|
||||
CompareUIPlugin.contentTypeNotFound=content type ''{0}'' not found
|
||||
CompareUIPlugin.targetNotFound=target ''{0}'' not found
|
||||
CompareUIPlugin.unexpectedTag=expected tag ''{1}'', got ''{0}''
|
||||
|
||||
#
|
||||
# Compare Editor
|
||||
#
|
||||
defaultCompareEditor.name= Default Compare Editor
|
||||
CompareEditor.saveError.title= Save Error
|
||||
CompareEditor.cantSaveError= Cannot save contents ({0})
|
||||
CompareEditor.invalidInput=Invalid input: not a CompareEditorInput
|
||||
CompareEditor.error.setinput.title=Problem opening input
|
||||
CompareEditor.error.setinput.message=Cannot open input:
|
||||
|
||||
#
|
||||
# Commands
|
||||
#
|
||||
compareCategory.name= Compare
|
||||
compareCategory.description= Compare command category
|
||||
|
||||
Command.copyRightToLeft.name= Copy from Right to Left
|
||||
Command.copyRightToLeft.description= Copy Current Change from Right to Left
|
||||
|
||||
Command.copyLeftToRight.name= Copy from Left to Right
|
||||
Command.copyLeftToRight.description= Copy Current Change from Left to Right
|
||||
|
||||
Command.copyAllRightToLeft.name= Copy All from Right to Left
|
||||
Command.copyAllRightToLeft.description= Copy All Changes from Right to Left
|
||||
|
||||
Command.copyAllLeftToRight.name= Copy All from Left to Right
|
||||
Command.copyAllLeftToRight.description= Copy All Changes from Left to Right
|
||||
|
||||
Command.selectNextChange.name= Select Next Change
|
||||
Command.selectNextChange.description= Select Next Change
|
||||
|
||||
Command.selectPreviousChange.name= Select Previous Change
|
||||
Command.selectPreviousChange.description= Select Previous Change
|
||||
|
||||
|
||||
#
|
||||
# Context menu & actions
|
||||
#
|
||||
CompareWithMenu.label= Comp&are With
|
||||
|
||||
CompareWithEachOtherAction.label= &Each Other
|
||||
CompareWithEachOtherAction.tooltip= Compare the Selected Resources
|
||||
|
||||
TeamMenu.label= T&eam
|
||||
|
||||
CompareWithPatchAction.label= &Apply Patch...
|
||||
CompareWithPatchAction.tooltip= Apply a Patch to the Selected Resources
|
||||
|
||||
CompareWithHistoryAction.label= &Local History...
|
||||
CompareWithHistoryAction.tooltip= Compare the Selected Resource with Local History
|
||||
|
||||
ReplaceWithMenu.label= Rep&lace With
|
||||
|
||||
ReplaceFromHistoryAction.label= &Local History...
|
||||
ReplaceFromHistoryAction.tooltip= Replace the Selected Resource with Local History
|
||||
|
||||
ReplaceWithPreviousFromHistoryAction.label= &Previous from Local History
|
||||
ReplaceWithPreviousFromHistoryAction.tooltip= Replace the Selected Resource with the Previous from Local History
|
||||
|
||||
addFromHistoryAction.label= Restore from Local Histor&y...
|
||||
addFromHistoryAction.tooltip= Restore Deleted Files from Local History
|
||||
|
||||
#
|
||||
# Preference Page
|
||||
#
|
||||
ComparePreferencePage.name= Compare/Patch
|
||||
|
||||
ComparePreferencePage.generalTab.label= &General
|
||||
|
||||
ComparePreferencePage.structureCompare.label= &Open structure compare automatically
|
||||
ComparePreferencePage.showMoreInfo.label= &Show additional compare information in the status line
|
||||
ComparePreferencePage.ignoreWhitespace.label= Ignore &white space
|
||||
ComparePreferencePage.saveBeforePatching.label= A&utomatically save dirty editors before patching
|
||||
|
||||
ComparePreferencePage.filter.description= Enter member names that should be excluded from 'Compare With Each Other'.\nList is comma separated (e.g. '*.class, .project, bin/')
|
||||
ComparePreferencePage.filter.label= &Filtered Members:
|
||||
ComparePreferencePage.filter.invalidsegment.error= Filter is invalid: {0}
|
||||
|
||||
ComparePreferencePage.textCompareTab.label= &Text Compare
|
||||
|
||||
ComparePreferencePage.initiallyShowAncestorPane.label= Initially show a&ncestor pane
|
||||
ComparePreferencePage.showPseudoConflicts.label= Show &pseudo conflicts
|
||||
ComparePreferencePage.synchronizeScrolling.label= Synchronize &scrolling between panes in compare viewers
|
||||
ComparePreferencePage.useSingleLine.label= Connect &ranges with single line
|
||||
|
||||
ComparePreferencePage.preview.label= Preview:
|
||||
ComparePreferencePage.ancestor.label= Common Ancestor
|
||||
ComparePreferencePage.left.label= Local
|
||||
ComparePreferencePage.right.label= Remote
|
||||
ComparePreferencePage.backgroundColor1.label= Bac&kground Color:
|
||||
ComparePreferencePage.backgroundColor2.label= S&ystem Default
|
||||
ComparePreferencePage.backgroundColor3.label= C&ustom
|
||||
|
||||
# Compare editor contents for Compare preview page
|
||||
ComparePreferencePage.previewAncestor= 1\n2\n3\nconflict\n4\n5
|
||||
ComparePreferencePage.previewLeft= 1\n2\noutgoing addition\n3\noutgoing change\n4\npseudo conflict\n5
|
||||
ComparePreferencePage.previewRight= 1\nincoming addition\nincoming addition\n2\n3\nincoming change\n4\npseudo conflict\n5
|
||||
|
||||
textCompareAppearance.label=Text Compare
|
||||
|
||||
compareIncomingColor.label= Incoming change color
|
||||
compareIncomingColor.description= The color used to indicate an incoming change in compare and merge tools.
|
||||
compareOutgoingColor.label= Outgoing change color
|
||||
compareOutgoingColor.description= The color used to indicate an outgoing change in compare and merge tools.
|
||||
compareConflictColor.label= Conflicting change color
|
||||
compareConflictColor.description= The color used to indicate a conflicting change in compare and merge tools.
|
||||
compareResolvedColor.label= Resolved change color
|
||||
compareResolvedColor.description= The color used to indicate a resolved change in merge tools.
|
||||
|
||||
compareFontDefiniton.label= Compare text font
|
||||
compareFontDefiniton.description= The compare text font is used by textual compare/merge tools.
|
||||
|
||||
# New UI
|
||||
#ComparePreferencePage.useSplines.label= Use splines in center panel
|
||||
#ComparePreferencePage.useResolveUI.label= Use new resolve UI
|
||||
|
||||
CompareEditorInput.defaultTitle= Compare
|
||||
|
||||
#
|
||||
# Toolbar actions
|
||||
#
|
||||
action.IgnoreWhiteSpace.label=Ignore White Space
|
||||
action.IgnoreWhiteSpace.tooltip=Ignore White Space Where Applicable
|
||||
action.IgnoreWhiteSpace.image=etool16/ignorews_edit.gif
|
||||
|
||||
action.Next.label=Next Difference
|
||||
action.Next.tooltip=Go to Next Difference
|
||||
action.Next.image=elcl16/next_nav.gif
|
||||
|
||||
action.Previous.label=Previous Difference
|
||||
action.Previous.tooltip=Go to Previous Difference
|
||||
action.Previous.image=elcl16/prev_nav.gif
|
||||
|
||||
#
|
||||
# Built in Structure Creators
|
||||
#
|
||||
ZipStructureCreator.name=Zip Archive Compare
|
||||
|
||||
#
|
||||
# Compare Dialog
|
||||
#
|
||||
CompareDialog.commitAction.label=Commit
|
||||
CompareDialog.saveErrorTitle=Save Error
|
||||
CompareDialog.saveErrorMessage=Cannot save
|
||||
|
||||
#
|
||||
# Compare With Each Other
|
||||
#
|
||||
ResourceCompare.taskName=Operation in Progress...
|
||||
ResourceCompare.twoWay.title=Compare ({0}-{1})
|
||||
ResourceCompare.twoWay.tooltip=Two-way compare of {0} with {1}
|
||||
ResourceCompare.threeWay.title=Compare ({0}-{1}-{2})
|
||||
ResourceCompare.threeWay.tooltip=Three-way compare of {1} and {2} relative to common ancestor {0}
|
||||
|
||||
#
|
||||
# DiffTreeViewer & DiffNodes
|
||||
#
|
||||
DiffTreeViewer.title= Structure Compare
|
||||
DiffNode.noName= <no name>
|
||||
DiffNode.nameFormat= {0} / {1}
|
||||
|
||||
#
|
||||
# Differencing engine
|
||||
#
|
||||
Differencer.progressFormat= Comparing {0}
|
||||
|
||||
#
|
||||
# Patch: rejected patch markers
|
||||
#
|
||||
rejectedPatchMarker.name= Rejected Patch
|
||||
|
||||
#
|
||||
# ValidateEdit
|
||||
#
|
||||
ValidateEdit.error.unable_to_perform= Operation cannot be performed.
|
||||
ValidateEdit.error.fileModified= File ''{0}'' has been modified since the beginning of the operation.
|
||||
ValidateEdit.error.stillReadonly= File ''{0}'' is read-only.
|
||||
368
TBE/Eclipse/eclipse/plugins/org.eclipse.compare_3.0.0/plugin.xml
Normal file
@@ -0,0 +1,368 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
<plugin
|
||||
id="org.eclipse.compare"
|
||||
name="%pluginName"
|
||||
version="3.0.0"
|
||||
provider-name="%providerName"
|
||||
class="org.eclipse.compare.internal.CompareUIPlugin">
|
||||
|
||||
<runtime>
|
||||
<library name="compare.jar">
|
||||
<export name="*"/>
|
||||
</library>
|
||||
</runtime>
|
||||
<requires>
|
||||
<import plugin="org.eclipse.ui"/>
|
||||
<import plugin="org.eclipse.core.resources"/>
|
||||
<import plugin="org.eclipse.jface.text"/>
|
||||
<import plugin="org.eclipse.ui.ide"/>
|
||||
<import plugin="org.eclipse.ui.views"/>
|
||||
<import plugin="org.eclipse.ui.workbench.texteditor"/>
|
||||
<import plugin="org.eclipse.core.runtime.compatibility"/>
|
||||
</requires>
|
||||
|
||||
|
||||
<!-- Compare extension point definitions -->
|
||||
<extension-point id="streamMergers" name="%streamMergers" schema="schema/streamMergers.exsd"/>
|
||||
<extension-point id="structureCreators" name="%structureCreators" schema="schema/structureCreators.exsd"/>
|
||||
<extension-point id="structureMergeViewers" name="%structureMergeViewers" schema="schema/structureMergeViewers.exsd"/>
|
||||
<extension-point id="contentMergeViewers" name="%contentMergeViewers" schema="schema/contentMergeViewers.exsd"/>
|
||||
<extension-point id="contentViewers" name="%contentViewers" schema="schema/contentViewers.exsd"/>
|
||||
|
||||
<!-- Extensions -->
|
||||
<extension
|
||||
point="org.eclipse.ui.themes">
|
||||
<themeElementCategory
|
||||
label="%textCompareAppearance.label"
|
||||
id="org.eclipse.compare.contentmergeviewer.TextMergeViewer">
|
||||
</themeElementCategory>
|
||||
<colorDefinition
|
||||
label="%compareIncomingColor.label"
|
||||
categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
|
||||
value="COLOR_BLUE"
|
||||
id="INCOMING_COLOR">
|
||||
<description>
|
||||
%compareIncomingColor.description
|
||||
</description>
|
||||
</colorDefinition>
|
||||
<colorDefinition
|
||||
label="%compareOutgoingColor.label"
|
||||
categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
|
||||
value="COLOR_BLACK"
|
||||
id="OUTGOING_COLOR">
|
||||
<description>
|
||||
%compareOutgoingColor.description
|
||||
</description>
|
||||
</colorDefinition>
|
||||
<colorDefinition
|
||||
label="%compareConflictColor.label"
|
||||
categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
|
||||
value="COLOR_RED"
|
||||
id="CONFLICTING_COLOR">
|
||||
<description>
|
||||
%compareConflictColor.description
|
||||
</description>
|
||||
</colorDefinition>
|
||||
<colorDefinition
|
||||
label="%compareResolvedColor.label"
|
||||
categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
|
||||
value="COLOR_GREEN"
|
||||
id="RESOLVED_COLOR">
|
||||
<description>
|
||||
%compareResolvedColor.description
|
||||
</description>
|
||||
</colorDefinition>
|
||||
<fontDefinition
|
||||
label="%compareFontDefiniton.label"
|
||||
defaultsTo="org.eclipse.jface.textfont"
|
||||
categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
|
||||
id="org.eclipse.compare.contentmergeviewer.TextMergeViewer">
|
||||
<description>
|
||||
%compareFontDefiniton.description
|
||||
</description>
|
||||
</fontDefinition>
|
||||
</extension>
|
||||
|
||||
<extension
|
||||
id="rejectedPatchMarker"
|
||||
name="%rejectedPatchMarker.name"
|
||||
point="org.eclipse.core.resources.markers">
|
||||
<super
|
||||
type="org.eclipse.core.resources.taskmarker">
|
||||
</super>
|
||||
<persistent
|
||||
value="true">
|
||||
</persistent>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.editors">
|
||||
<editor
|
||||
name="%defaultCompareEditor.name"
|
||||
icon="icons/full/eview16/compare_view.gif"
|
||||
contributorClass="org.eclipse.compare.internal.CompareEditorContributor"
|
||||
class="org.eclipse.compare.internal.CompareEditor"
|
||||
id="org.eclipse.compare.CompareEditor">
|
||||
</editor>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.preferencePages">
|
||||
<page
|
||||
name="%ComparePreferencePage.name"
|
||||
category="org.eclipse.ui.preferencePages.Workbench"
|
||||
class="org.eclipse.compare.internal.ComparePreferencePage"
|
||||
id="org.eclipse.compare.internal.ComparePreferencePage">
|
||||
</page>
|
||||
</extension>
|
||||
<!-- commands and their bindings -->
|
||||
<extension
|
||||
point="org.eclipse.ui.commands">
|
||||
<category
|
||||
name="%compareCategory.name"
|
||||
description="%compareCategory.description"
|
||||
id="org.eclipse.compare.ui.category.compare">
|
||||
</category>
|
||||
<command
|
||||
name="%Command.copyRightToLeft.name"
|
||||
description="%Command.copyRightToLeft.description"
|
||||
category="org.eclipse.compare.ui.category.compare"
|
||||
id="org.eclipse.compare.copyRightToLeft">
|
||||
</command>
|
||||
<keyBinding
|
||||
string=""
|
||||
scope="org.eclipse.ui.globalScope"
|
||||
command="org.eclipse.compare.copyRightToLeft"
|
||||
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
|
||||
</keyBinding>
|
||||
<command
|
||||
name="%Command.copyLeftToRight.name"
|
||||
description="%Command.copyLeftToRight.description"
|
||||
category="org.eclipse.compare.ui.category.compare"
|
||||
id="org.eclipse.compare.copyLeftToRight">
|
||||
</command>
|
||||
<keyBinding
|
||||
string=""
|
||||
scope="org.eclipse.ui.globalScope"
|
||||
command="org.eclipse.compare.copyLeftToRight"
|
||||
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
|
||||
</keyBinding>
|
||||
<command
|
||||
name="%Command.copyAllRightToLeft.name"
|
||||
description="%Command.copyAllRightToLeft.description"
|
||||
category="org.eclipse.compare.ui.category.compare"
|
||||
id="org.eclipse.compare.copyAllRightToLeft">
|
||||
</command>
|
||||
<keyBinding
|
||||
string=""
|
||||
scope="org.eclipse.ui.globalScope"
|
||||
command="org.eclipse.compare.copyAllRightToLeft"
|
||||
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
|
||||
</keyBinding>
|
||||
<command
|
||||
name="%Command.copyAllLeftToRight.name"
|
||||
description="%Command.copyAllLeftToRight.description"
|
||||
category="org.eclipse.compare.ui.category.compare"
|
||||
id="org.eclipse.compare.copyAllLeftToRight">
|
||||
</command>
|
||||
<keyBinding
|
||||
string=""
|
||||
scope="org.eclipse.ui.globalScope"
|
||||
command="org.eclipse.compare.copyAllLeftToRight"
|
||||
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
|
||||
</keyBinding>
|
||||
<command
|
||||
name="%Command.selectNextChange.name"
|
||||
description="%Command.selectNextChange.description"
|
||||
category="org.eclipse.compare.ui.category.compare"
|
||||
id="org.eclipse.compare.selectNextChange">
|
||||
</command>
|
||||
<keyBinding
|
||||
string=""
|
||||
scope="org.eclipse.ui.globalScope"
|
||||
command="org.eclipse.compare.selectNextChange"
|
||||
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
|
||||
</keyBinding>
|
||||
<command
|
||||
name="%Command.selectPreviousChange.name"
|
||||
description="%Command.selectPreviousChange.description"
|
||||
category="org.eclipse.compare.ui.category.compare"
|
||||
id="org.eclipse.compare.selectPreviousChange">
|
||||
</command>
|
||||
<keyBinding
|
||||
string=""
|
||||
scope="org.eclipse.ui.globalScope"
|
||||
command="org.eclipse.compare.selectPreviousChange"
|
||||
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
|
||||
</keyBinding>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.popupMenus">
|
||||
<objectContribution
|
||||
objectClass="org.eclipse.core.resources.IResource"
|
||||
adaptable="true"
|
||||
id="org.eclipse.compare.CompareAction">
|
||||
<menu
|
||||
label="%ReplaceWithMenu.label"
|
||||
path="additions"
|
||||
id="replaceWithMenu">
|
||||
<separator
|
||||
name="replaceWithGroup">
|
||||
</separator>
|
||||
</menu>
|
||||
<menu
|
||||
label="%CompareWithMenu.label"
|
||||
path="additions"
|
||||
id="compareWithMenu">
|
||||
<separator
|
||||
name="compareWithGroup">
|
||||
</separator>
|
||||
</menu>
|
||||
<menu
|
||||
label="%TeamMenu.label"
|
||||
path="additions"
|
||||
id="team.main">
|
||||
<separator
|
||||
name="group1">
|
||||
</separator>
|
||||
</menu>
|
||||
<action
|
||||
label="%CompareWithEachOtherAction.label"
|
||||
tooltip="%CompareWithEachOtherAction.tooltip"
|
||||
class="org.eclipse.compare.internal.CompareAction"
|
||||
menubarPath="compareWithMenu/compareWithGroup"
|
||||
enablesFor="2+"
|
||||
id="compareWithEachOther">
|
||||
</action>
|
||||
<action
|
||||
label="%CompareWithPatchAction.label"
|
||||
tooltip="%CompareWithPatchAction.tooltip"
|
||||
class="org.eclipse.compare.internal.patch.CompareWithPatchAction"
|
||||
menubarPath="team.main/group1"
|
||||
enablesFor="1"
|
||||
id="compareWithPatch">
|
||||
</action>
|
||||
</objectContribution>
|
||||
<objectContribution
|
||||
objectClass="org.eclipse.core.resources.IFile"
|
||||
adaptable="true"
|
||||
id="org.eclipse.compare.ReplaceWithEditionAction">
|
||||
<menu
|
||||
label="%ReplaceWithMenu.label"
|
||||
path="additions"
|
||||
id="replaceWithMenu">
|
||||
<separator
|
||||
name="replaceWithGroup">
|
||||
</separator>
|
||||
</menu>
|
||||
<action
|
||||
label="%ReplaceFromHistoryAction.label"
|
||||
tooltip="%ReplaceFromHistoryAction.tooltip"
|
||||
class="org.eclipse.compare.internal.ReplaceWithEditionAction"
|
||||
menubarPath="replaceWithMenu/replaceWithGroup"
|
||||
enablesFor="1"
|
||||
id="replaceFromHistory">
|
||||
</action>
|
||||
<action
|
||||
label="%ReplaceWithPreviousFromHistoryAction.label"
|
||||
tooltip="%ReplaceWithPreviousFromHistoryAction.tooltip"
|
||||
class="org.eclipse.compare.internal.ReplaceWithPreviousEditionAction"
|
||||
menubarPath="replaceWithMenu/replaceWithGroup"
|
||||
enablesFor="1"
|
||||
id="replaceWithPreviousFromHistory">
|
||||
</action>
|
||||
</objectContribution>
|
||||
<objectContribution
|
||||
objectClass="org.eclipse.core.resources.IFile"
|
||||
adaptable="true"
|
||||
id="org.eclipse.compare.CompareWithEditionAction">
|
||||
<menu
|
||||
label="%CompareWithMenu.label"
|
||||
path="additions"
|
||||
id="compareWithMenu">
|
||||
<separator
|
||||
name="compareWithGroup">
|
||||
</separator>
|
||||
</menu>
|
||||
<action
|
||||
label="%CompareWithHistoryAction.label"
|
||||
tooltip="%CompareWithHistoryAction.tooltip"
|
||||
class="org.eclipse.compare.internal.CompareWithEditionAction"
|
||||
menubarPath="compareWithMenu/compareWithGroup"
|
||||
enablesFor="1"
|
||||
id="compareWithHistory">
|
||||
</action>
|
||||
</objectContribution>
|
||||
<objectContribution
|
||||
objectClass="org.eclipse.core.resources.IContainer"
|
||||
adaptable="true"
|
||||
id="org.eclipse.compare.AddFromHistoryAction">
|
||||
<action
|
||||
label="%addFromHistoryAction.label"
|
||||
tooltip="%addFromHistoryAction.tooltip"
|
||||
class="org.eclipse.compare.internal.AddFromHistoryAction"
|
||||
menubarPath="replaceWithMenu"
|
||||
enablesFor="1"
|
||||
id="addFromHistoryAction">
|
||||
</action>
|
||||
</objectContribution>
|
||||
</extension>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.compare.streamMergers">
|
||||
<streamMerger
|
||||
extensions="txt"
|
||||
class="org.eclipse.compare.internal.merge.TextStreamMerger"
|
||||
id="org.eclipse.compare.internal.merge.TextStreamMerger">
|
||||
</streamMerger>
|
||||
<contentTypeBinding
|
||||
contentTypeId="org.eclipse.core.runtime.text"
|
||||
streamMergerId="org.eclipse.compare.internal.merge.TextStreamMerger">
|
||||
</contentTypeBinding>
|
||||
</extension>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.compare.structureCreators">
|
||||
<structureCreator
|
||||
extensions="zip"
|
||||
class="org.eclipse.compare.ZipFileStructureCreator"
|
||||
id="org.eclipse.compare.ZipFileStructureCreator">
|
||||
</structureCreator>
|
||||
</extension>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.compare.contentMergeViewers">
|
||||
<viewer
|
||||
extensions="class,exe,dll,binary,zip,jar"
|
||||
class="org.eclipse.compare.internal.BinaryCompareViewerCreator"
|
||||
id="org.eclipse.compare.BinaryCompareViewerCreator">
|
||||
</viewer>
|
||||
<viewer
|
||||
extensions="txt"
|
||||
class="org.eclipse.compare.internal.TextMergeViewerCreator"
|
||||
id="org.eclipse.compare.TextMergeViewerCreator">
|
||||
</viewer>
|
||||
<viewer
|
||||
extensions="gif,jpg"
|
||||
class="org.eclipse.compare.internal.ImageMergeViewerCreator"
|
||||
id="org.eclipse.compare.ImageMergeViewerCreator">
|
||||
</viewer>
|
||||
<contentTypeBinding
|
||||
contentTypeId="org.eclipse.core.runtime.text"
|
||||
contentMergeViewerId="org.eclipse.compare.TextMergeViewerCreator">
|
||||
</contentTypeBinding>
|
||||
</extension>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.compare.contentViewers">
|
||||
<viewer
|
||||
extensions="txt"
|
||||
class="org.eclipse.compare.internal.TextViewerCreator"
|
||||
id="org.eclipse.compare.TextViewerCreator">
|
||||
</viewer>
|
||||
<contentTypeBinding
|
||||
contentTypeId="org.eclipse.core.runtime.text"
|
||||
contentViewerId="org.eclipse.compare.TextViewerCreator">
|
||||
</contentTypeBinding>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||