|
From: Marc-Antoine R. <ma...@un...> - 2005-11-21 19:15:12
|
Hi
I tried diff-ext, and I saw the problem about language selection. I
think the extension is not built with Unicode. I would have to build it
for x64 too...
Beside this, it seems to work well. But since I am using Beyond Compare
for 2-way diffing, I already have the same kind of functionality.
I added the needed registry key to support folder diffing and it seems
to work well. Just rip the following text and save it as a .reg file and
import it. It will add folder diffing.
--------
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\diff_ext]
@="{A0482097-C69D-4DEC-8AB6-D3A259ACC151}"
--------
Marc-Antoine Ruel
Joachim Eibl wrote:
>Hi KDiff3-Users,
>
>When KDiff3 is installed under Windows, it extends the Send-To context menu in
>Windows-Explorer to open selected files with KDiff3.
>
>Yama (from www.pclinuxonline.com) also provides such an extension for
>KDE-Konqueror:
>http://kde-apps.org/content/show.php?content=13546
>
>But there is one problem: Both solutions only open files in the same
>directory.
>
>For Windows there is an even better solution.
>The tool Diff_ext by Sergey Zorin is an Windows-Shell extension that even
>allows to select files in different subdirectories and can be used with any
>diff tool:
>http://diff-ext.sourceforge.net/
>I only encountered two small problems:
>- German isn't supported directly and oddly English didn't work, but selecting
>the other language correctly showed the English texts.
>- Setup didn't allow to use this extension for directories.
>But even so Diff_ext is very useful.
>
>Thanks to Yama and Sergey!
>
>Cheers,
>Joachim
>
>
|