Search found 83 matches

by TonHu
Thu May 17, 2012 7:12 am
Forum: General discussion
Topic: Excluding GIT files
Replies: 3
Views: 28169

Re: Excluding GIT files

For excluding svn folders I have set a folder-exclusion of *\.svn\, and I'd probably set a similar exclusion for git if I were using Git :wink:
by TonHu
Mon Apr 30, 2012 8:15 pm
Forum: General discussion
Topic: Maintain an exact copy of my flash drive
Replies: 3
Views: 14560

Re: Maintain an exact copy of my flash drive

Why are you using that ancient version of Synchronize It! ? A much newer version, with feature improvements and bugfixes has been available for several years...
by TonHu
Tue Apr 10, 2012 10:52 am
Forum: General discussion
Topic: Compare It! and Synchronize It! development status?
Replies: 4
Views: 16590

Re: Compare It! and Synchronize It! development status?

grigsoft wrote:For some reason I have just missed this thread completely.
Might this be attributed to several spam-floods in the past couple of months? A lot of garbage has been deleted then, and valid posts are likely to be missed in such situation.

Thanks for your continued support, Igor!
by TonHu
Fri Jan 13, 2012 11:27 am
Forum: Synchronize It! : Bug reports
Topic: Seven 64bits command line
Replies: 3
Views: 15723

Re: Seven 64bits command line

Most likely your settings are stored in the ini file (not in registry) and that is (presumably) searched in the current directory. Might help if you explicitly set the current directory in the batch file or the working directory in the shortcut to the SI application directory.
by TonHu
Thu Jan 12, 2012 11:28 am
Forum: Synchronize It! : Bug reports
Topic: Seven 64bits command line
Replies: 3
Views: 15723

Re: Seven 64bits command line

Are you aware of all changes in Windows related to UAC and x64? UAC Security disallows programs to write to "C:\Program Files" and some other secure directories, and x64 uses "C:\Program Files (x86)" for 32 bit applications, like SI en CI, instead of "C:\Program Files"
by TonHu
Thu Oct 20, 2011 10:31 am
Forum: Compare It: Bug reports
Topic: Bug with built in XML Converter when detecting file changes
Replies: 2
Views: 15070

Re: Bug with built in XML Converter when detecting file changes

A solution could be that the XML Converter gets turned off if either of the files isn't valid xml, and do a re-compare as plain text.
by TonHu
Thu Oct 20, 2011 10:29 am
Forum: Compare It: Bug reports
Topic: Bug with built in XML Converter when detecting file changes
Replies: 2
Views: 15070

Re: Bug with built in XML Converter when detecting file changes

Apparently the XML Converter trips an exception when the file contains invalid XML, and stops the compare process there.

I'd re-test with changing the data in an xml tag, instead of valid/invalid xml content. It'll probably work as in your second test-case, where you 'repair' the xml structure.
by TonHu
Sun Sep 11, 2011 4:58 pm
Forum: Compare It: Bug reports
Topic: Can't download compare-it from grigsoft.com
Replies: 1
Views: 13787

Re: Can't download compare-it from grigsoft.com

You must be mis-informed. The download from the 'Downloads' page is a link to: http://www.grigsoft.com/wincmp-setup.exe
by TonHu
Thu Jun 23, 2011 7:48 pm
Forum: Compare It: Bug reports
Topic: Assistence
Replies: 4
Views: 18581

Re: Assistence

I guess the regex engine used by CI! is quite different from the one at regextester.com. That's not nice :cry: I got success by entering at R1: ^\w+\s+ and selecting Replace. The enabling and naming you can figure out by yourself I guess 8) All other settings for regex should be empty. I've been usi...
by TonHu
Wed Jun 22, 2011 10:48 am
Forum: Compare It: Bug reports
Topic: Assistence
Replies: 4
Views: 18581

Re: Assistence

I've tried this one

Code: Select all

\s\w+(\s)+
with your data on http://www.regextester.com
by TonHu
Tue Jun 14, 2011 11:25 am
Forum: General discussion
Topic: Happy New Year
Replies: 11
Views: 26292

Re: Happy New Year

Spitfire_ch wrote:Now even the board seems to be dead :(
Look at it from the bright side: The software is so great, it needs very little support :D :mrgreen:
by TonHu
Thu May 19, 2011 8:01 pm
Forum: Compare It: Bug reports
Topic: Panels position
Replies: 1
Views: 13906

Re: Panels position

When working left to right, as when writing some text, the red and green work out just fine, IMHO.

You can quickly switch the source (left) and destination (right) panels using Ctrl-I
by TonHu
Mon Mar 14, 2011 11:25 am
Forum: General discussion
Topic: RegEx on multiple files
Replies: 8
Views: 21057

Re: RegEx on multiple files

Afaik, Synchronize It! doesn't automagically use Compare It! for file(content)-comparison. Unless that has recently changed?
by TonHu
Mon Feb 14, 2011 8:56 pm
Forum: General discussion
Topic: Lost Reg Key
Replies: 7
Views: 25384

Re: Lost Reg Key

@MityQ:
grigsoft wrote:You can just write to support@grigsoft.com
by TonHu
Thu Sep 23, 2010 7:58 pm
Forum: Compare It: Bug reports
Topic: Ignore case not always working
Replies: 40
Views: 81538

Re: Ignore case not always working

The period and the semicolon after 'Rebekah' and 'wife' also don't match... and neither do the period and colon after 'sister' AFAICS you should not be able to skip that with a case-insensitive compare.