<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/externalcompare/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/externalcompare/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 06 Nov 2021 19:01:13 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/externalcompare/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Daniel</title><link>https://sourceforge.net/p/externalcompare/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -20,7 +20,6 @@

 1. Download the plugin
 [[download_button]]
-&lt;br/&gt;
 2. If you already installed the plugin with the update site, deinstall the plugin and restart eclipse.
 3. Navigate to your eclipse install directory and copy the downloaded plugin (*.jar) file into the "./dropin" folder.
 4. Restart eclipse. You should now see the new button "Compare in external editor".
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel</dc:creator><pubDate>Sat, 06 Nov 2021 19:01:13 -0000</pubDate><guid>https://sourceforge.net0cccbc9916b24670ece8dc98be5f2959281a9af8</guid></item><item><title>Home modified by Daniel</title><link>https://sourceforge.net/p/externalcompare/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -1,24 +1,34 @@
-ExternalCompare is an Eclipse plugin that launches an external compare editor, merge tool or diff tool like WinMerge (Windows) or KDiff3 (Linux).
+Eclipse comes with an internal compare editor, but if you prefer a third-party one, this plugin opens an external merge or diff tool for you. Any external compare editor can be configured, e. g. WinMerge (Windows) or kdiff3 or meld (Linux).
+
+After you open two versions of a file in the internal eclipse compare editor, this plugin either opens an external diff tool automatically or you can choose that this plugin opens the external diff tool after you press a button in the toolbar of the internal compare editor.

 This plugin does not change all places in eclipse, there the internal compare editor can be opened. It stays on top of the internal compare editor. That means, this plugin adds a button to the internal eclipse compare editor. If you click on this button, you can open an external compare editor with the content of the internal editor. Optional you can automatically launch an external compare editor.

-There are lots of places in eclipse (and third party plugins) there a compare editor can be opened (e. g. revision history of various version control systems). It es nearly impossible to find and add the functionality to open an external diff tool to all these places. That's why this plugin just stays on top of the internal editor.
-
-
+There are lots of places in eclipse (and third party plugins) there a compare editor can be opened (e. g. revision history of various version control systems). It is nearly impossible to find and add the functionality to open an external diff tool at all these places. That's why this plugin just stays on top of the internal editor.

 ** Installation **
+*** Method 1: Via update site (recommended): ***
+
+1. If you already installed the plugin in the eclipse dropin folder, delete this existing version
+   from the dropin folder and restart eclipse.
+2. In Eclipse navigate to "Help" / "Install New Software".
+3. Add the update site "https://sourceforge.net/projects/externalcompare/files/update-site"
+4. Select the added update site and follow the install dialog in eclipse
+5. Restart eclipse
+
+*** Method 2: Eclipse dropin folder ***

 1. Download the plugin
 [[download_button]]
-&lt;br/&gt;&lt;br/&gt;
-2. Navigate to your eclipse install directory and copy the downloaded plugin (*.jar) file into the "../dropin" folder.
-
-3. Restart eclipse. You should now see the new button "Compare in external editor".
+&lt;br/&gt;
+2. If you already installed the plugin with the update site, deinstall the plugin and restart eclipse.
+3. Navigate to your eclipse install directory and copy the downloaded plugin (*.jar) file into the "./dropin" folder.
+4. Restart eclipse. You should now see the new button "Compare in external editor".

 ** Configuration **

-Go to the eclipse preferences (Menu "Windows" / "Preferences"). You can set the following preferences:
+In eclipse, navigate to the eclipse preferences dialog (Menu "Windows" / "Preferences") and select the preferences page "External Compare Plugin".

-Compare Editor: Enter the executeable of your external compare editor in the section "External Compare Plugin". 
-
-Run compare automatically: If you want automatically launch the external compare editor, then activate the checkbox "Run compare automatically". Otherwise you can start the compare editor with the new button "Open external compare editor" in the eclipse toolbar.
+- Enter the executable of your external compare editor.
+- Activate "Run compare automatically", if you want the plugin to start the external compare editor automatically.
+  Otherwise you can start the compare editor manually with the button "Open external compare editor" in the eclipse toolbar.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel</dc:creator><pubDate>Sat, 06 Nov 2021 19:00:56 -0000</pubDate><guid>https://sourceforge.net73b67f3f746b510b67f7c5c6b81657026be13dbe</guid></item><item><title>Home modified by Daniel</title><link>https://sourceforge.net/p/externalcompare/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -1,8 +1,8 @@
-ExternalCompare is an Eclipse plugin that adds a button to the eclipse toolbar which launches an external compare editor, merge tool or diff tool like WinMerge (Windows) or KDiff3 (Linux).
+ExternalCompare is an Eclipse plugin that launches an external compare editor, merge tool or diff tool like WinMerge (Windows) or KDiff3 (Linux).

-This plugin does not change all places in eclipse, there the internal compare editor can be opened. It stays on top of the internal compare editor. That means, this plugin adds a button to the internal eclipse compare editor. If you click on this button, you can open an external compare editor with the content of the internal editor.
+This plugin does not change all places in eclipse, there the internal compare editor can be opened. It stays on top of the internal compare editor. That means, this plugin adds a button to the internal eclipse compare editor. If you click on this button, you can open an external compare editor with the content of the internal editor. Optional you can automatically launch an external compare editor.

-There are lots of places in eclipse (and third party plugins) there a compare editor can be opened (e. g. revision history of various version control systems). It es nearly impossible to find and add the functionality to open an external diff tool to all these places. That's why this plugin just adds a button to the internal compare editor.
+There are lots of places in eclipse (and third party plugins) there a compare editor can be opened (e. g. revision history of various version control systems). It es nearly impossible to find and add the functionality to open an external diff tool to all these places. That's why this plugin just stays on top of the internal editor.

@@ -15,4 +15,10 @@

 3. Restart eclipse. You should now see the new button "Compare in external editor".

-4. Go to the eclipse preferences (Menu "Windows" / "Preferences"). Enter the executeable of your external compare editor in the section "External Compare Plugin".
+** Configuration **
+
+Go to the eclipse preferences (Menu "Windows" / "Preferences"). You can set the following preferences:
+
+Compare Editor: Enter the executeable of your external compare editor in the section "External Compare Plugin". 
+
+Run compare automatically: If you want automatically launch the external compare editor, then activate the checkbox "Run compare automatically". Otherwise you can start the compare editor with the new button "Open external compare editor" in the eclipse toolbar.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel</dc:creator><pubDate>Mon, 20 May 2013 17:14:31 -0000</pubDate><guid>https://sourceforge.net36e35d74e82a90c4f4082fa8b6c004a00ff6e2ec</guid></item><item><title>Home modified by Daniel</title><link>https://sourceforge.net/p/externalcompare/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -1,6 +1,9 @@
-ExternalCompare is an Eclipse plugin that adds a button to the toolbar which launches an external compare editor, merge tool or diff tool such as WinMerge (Windows) or KDiff3 (Linux).
+ExternalCompare is an Eclipse plugin that adds a button to the eclipse toolbar which launches an external compare editor, merge tool or diff tool like WinMerge (Windows) or KDiff3 (Linux).

-This plugin does not change all places in eclipse, there the internal compare editor can be startet. It stays on top of the internal compare editor. Only if the internal compare editor is open, you can launch an external compare editor or diff tool with the content of the internal compare editor.
+This plugin does not change all places in eclipse, there the internal compare editor can be opened. It stays on top of the internal compare editor. That means, this plugin adds a button to the internal eclipse compare editor. If you click on this button, you can open an external compare editor with the content of the internal editor.
+
+There are lots of places in eclipse (and third party plugins) there a compare editor can be opened (e. g. revision history of various version control systems). It es nearly impossible to find and add the functionality to open an external diff tool to all these places. That's why this plugin just adds a button to the internal compare editor.
+

 ** Installation **
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel</dc:creator><pubDate>Sat, 18 May 2013 12:06:00 -0000</pubDate><guid>https://sourceforge.net3036fe547366a46c9215bab0d66bec01394a8b90</guid></item><item><title>Home modified by Daniel</title><link>https://sourceforge.net/p/externalcompare/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -1,6 +1,6 @@
 ExternalCompare is an Eclipse plugin that adds a button to the toolbar which launches an external compare editor, merge tool or diff tool such as WinMerge (Windows) or KDiff3 (Linux).

-This plug-in does not change all places in eclipse, there the internal compare editor can be startet. It stays on top of the internal compare editor. Only if the internal compare editor is open, you can launch an external compare editor or diff tool with the content of the internal compare editor.
+This plugin does not change all places in eclipse, there the internal compare editor can be startet. It stays on top of the internal compare editor. Only if the internal compare editor is open, you can launch an external compare editor or diff tool with the content of the internal compare editor.

 ** Installation **
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel</dc:creator><pubDate>Sat, 18 May 2013 01:59:28 -0000</pubDate><guid>https://sourceforge.netb8051e1dd671636607c49a671ee0a6028ab76e11</guid></item><item><title>Home modified by Daniel</title><link>https://sourceforge.net/p/externalcompare/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel</dc:creator><pubDate>Sat, 18 May 2013 01:39:21 -0000</pubDate><guid>https://sourceforge.netf10b65cd7564ca8a097328dae61df9f78cc5c080</guid></item><item><title>Home modified by Daniel</title><link>https://sourceforge.net/p/externalcompare/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -1,4 +1,4 @@
-ExternalCompare is an Eclipse plugin that adds a button to the toolbar which launches an external compare editor such as WinMerge (Windows) or KDiff3 (Linux).
+ExternalCompare is an Eclipse plugin that adds a button to the toolbar which launches an external compare editor, merge tool or diff tool such as WinMerge (Windows) or KDiff3 (Linux).

 This plug-in does not change all places in eclipse, there the internal compare editor can be startet. It stays on top of the internal compare editor. Only if the internal compare editor is open, you can launch an external compare editor or diff tool with the content of the internal compare editor.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel</dc:creator><pubDate>Sat, 18 May 2013 01:37:40 -0000</pubDate><guid>https://sourceforge.net2e6e7642ba1deddd46ceb24e7ab7a3522d725bbe</guid></item><item><title>Home modified by Daniel</title><link>https://sourceforge.net/p/externalcompare/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,4 +1,9 @@
-** Installation and documentation **
+ExternalCompare is an Eclipse plugin that adds a button to the toolbar which launches an external compare editor such as WinMerge (Windows) or KDiff3 (Linux).
+
+This plug-in does not change all places in eclipse, there the internal compare editor can be startet. It stays on top of the internal compare editor. Only if the internal compare editor is open, you can launch an external compare editor or diff tool with the content of the internal compare editor.
+
+
+** Installation **

 1. Download the plugin
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel</dc:creator><pubDate>Sat, 18 May 2013 01:31:29 -0000</pubDate><guid>https://sourceforge.net9647766af3abcb6d6278fa528c846c1287c994d7</guid></item><item><title>Home modified by Daniel</title><link>https://sourceforge.net/p/externalcompare/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -7,4 +7,4 @@

 3. Restart eclipse. You should now see the new button "Compare in external editor".

-4. Go to the eclipse configuration screen (Menu "Windows" / "Preferences"). Enter the executeable of your external compare editor in the section "External Compare Plugin".
+4. Go to the eclipse preferences (Menu "Windows" / "Preferences"). Enter the executeable of your external compare editor in the section "External Compare Plugin".
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel</dc:creator><pubDate>Sat, 18 May 2013 01:26:29 -0000</pubDate><guid>https://sourceforge.net5b0c59178bf7dd522a8c41a64325818a511a803c</guid></item><item><title>Home modified by Daniel</title><link>https://sourceforge.net/p/externalcompare/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -5,6 +5,6 @@
 &lt;br /&gt;&lt;br /&gt;
 2. Navigate to your eclipse install directory and copy the downloaded plugin (*.jar) file into the "../dropin" folder.

-3. Restart eclipse. You should now see the new button "Compare in external editor" in the eclipse toolbar.
+3. Restart eclipse. You should now see the new button "Compare in external editor".

 4. Go to the eclipse configuration screen (Menu "Windows" / "Preferences"). Enter the executeable of your external compare editor in the section "External Compare Plugin".
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel</dc:creator><pubDate>Sat, 18 May 2013 01:25:54 -0000</pubDate><guid>https://sourceforge.net719a5ef27bb2d08adc2a71f8637d74660baf6c6d</guid></item></channel></rss>