|
From: <sz...@co...> - 2005-11-21 19:42:56
|
Hi, Thank you for interest in diff-ext. I'm glad to hear that the extension is useful. Yes it is not built with Unicode. So in order to use it with language other than English one have to have matching setting for "Language for non-Unicode programs". You can see it on the "Advanced" tab of "Regional and Language Options". There is also a glitch with language selection. If you can not select the desired language in the setup program look in the registry for th key: HKEY_LOCAL_MACHINE\SOFTWARE\Z\diff_ext The value of "language" variable should match windows locale identifier. For example, English is 1033(0x409), Russian is 1049(0x419). See here for more locale identifiers: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/nls_238z.asp PS: I would really appreciate if someone could translate diff-ext to other languages. So if you think that you can help me with translation, just drop me a line. Serg. > 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 > > > > |