[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Re: Error comparing files / Word 2013

From: Dau Nugmanov <dau-nugmanov_at_mail.ru>
Date: Mon, 4 Mar 2013 02:21:50 -0800 (PST)

Don't want to create new discussion.
Had same problems with Word 2013.
By default my instance of ms word opens in wdReadingView
(destination.ActiveWindow.View.Type == 7)

Adding to diff-doc.js:
Line31: var wdReadingView = 7;
Line144: || (destination.ActiveWindow.View.Type == wdReadingView)) && (destination.Subdocuments.Count == 0))

solved my problems.
Maybe such fix needs diff-ppt.js and diff-xls.vbs

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3050255

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2013-03-04 11:30:26 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.