-
On my windows machine running Ganymede and v0.1.1 of the tool I commonly have my projects or my workspace at a location whose path contains spaces. E.g. "C:\Program Files\Eclipse_RCP\workspace". Unfortunately this breaks the tool as LaunchExternalDiffTool.java simply replaces the %first and %second markers with the two file paths and then splits by " " which doesn't result in each path ending up...
2009-01-03 11:52:46 UTC by nobody
-
See the thread starting here: https://sourceforge.net/forum/message.php?msg_id=3800996 with a proposed fix here: https://sourceforge.net/forum/message.php?msg_id=5975636.
2009-01-03 11:41:05 UTC by adrianissott
-
Is there any chance of this fix being implemented in the main branch of the tool? I recently fixed this myself and only noticed it had already had a fix when I came back to the site to raise a bug.
Incidentally I fixed the issue as follows which I think is a slight improvement on the above fix as it's simpler.
74,75c74,75
< IPath path1 = firstResource.getFullPath();
<.
2009-01-03 11:35:36 UTC by adrianissott
-
Hi, on the forum https://sourceforge.net/forum/forum.php?thread_id=1527426&forum_id=567724 is a problem with paths to externaldiff tool, if the project is not saved in the workbench. The solution by (daniel_gue at users.sourceforge.net) is just compiled in jar archive.
Copy this .jar into eclipse/plugins/com.leucht.eclipse.externaldiff_0.1.1/ directory
That's it.
2008-10-14 07:22:59 UTC by marhan
-
Really appreciate being able to use WinMerge and really hopegully the release notes entry: "Full support for local history and for CVS will be implemented later." will be done at some stage.
2007-12-13 11:06:51 UTC by tomcorcoran
-
Is it possible to build an Eclipse update site for this project? My company only considers plugins where there is an automatic update site available. Other sourceforge eclipse project have them, eg:
http://metrics.sourceforge.net/update/site.xml
It should be relatively easy to create. Apologies if you have one already (if so, could you please email me@brettalcorn.com with the address?...
2007-06-20 13:13:55 UTC by nobody
-
Logged In: YES
user_id=1110171
Yes, this is a good suggestion. I'll work on it right
after the CVS integration feature.
2006-07-31 20:40:15 UTC by kleucht
-
It would be nice if this plug-in could be used against
the local history versions of a file. Thanks for the
plug-in.
2006-07-25 15:46:13 UTC by dlherms
-
kleucht committed patchset 4 of module externaldiff to the External diff Tool (Eclipse Plugin) CVS repository, changing 8 files.
2006-05-31 01:56:59 UTC by kleucht
-
The Command Line Argument Helper now works as intended and automatically modifies the command line as the user checks and unchecks options that are available. Also added a user-friendly dialog box for un-configured first time use. Also added JAVADOCS to release file with links in the About.html file.
2006-05-24 07:37:31 UTC by kleucht