Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRolf Theunissen2019-01-14 15:46:14 +0000
committerLars Vogel2019-01-14 16:24:28 +0000
commite0dddbcd150fcb3588ec4306ee78d580e0772246 (patch)
tree0195f54580498bcfe8c8f59d4b1dd88bfbd15c96 /bundles/org.eclipse.compare/pom.xml
parent39201cf6c99c290e0daf1c98f4b4b3a5d168dc69 (diff)
downloadeclipse.platform.team-e0dddbcd150fcb3588ec4306ee78d580e0772246.tar.gz
eclipse.platform.team-e0dddbcd150fcb3588ec4306ee78d580e0772246.tar.xz
eclipse.platform.team-e0dddbcd150fcb3588ec4306ee78d580e0772246.zip
Bug 500061 - Compare editor does not link with Project ExplorerI20190114-1800
Add an ILinkHelper to link the EditorInput of a CompareEditor to the CommonNavigator. - The LinkHelper links the IFile of the active sub-editor to the CommonNavigator, when the CompareEditor part is activated. - The link is *not* refreshed when the active editor in the CompareEditor is changed, either due to user input, or the editor input becoming available. The ILinkHelper is only consulted on 'partActivated'. Change-Id: I2bbb4b9aac2826a8880e626782369a49228d88ad Signed-off-by: Rolf Theunissen <rolf.theunissen@altran.com>
Diffstat (limited to 'bundles/org.eclipse.compare/pom.xml')
-rw-r--r--bundles/org.eclipse.compare/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.compare/pom.xml b/bundles/org.eclipse.compare/pom.xml
index 12f8dbf52..7f2cad82a 100644
--- a/bundles/org.eclipse.compare/pom.xml
+++ b/bundles/org.eclipse.compare/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.compare</groupId>
<artifactId>org.eclipse.compare</artifactId>
- <version>3.7.400-SNAPSHOT</version>
+ <version>3.7.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top