
Search found 83 matches
- Thu May 17, 2012 7:12 am
- Forum: General discussion
- Topic: Excluding GIT files
- Replies: 3
- Views: 25457
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 

- Mon Apr 30, 2012 8:15 pm
- Forum: General discussion
- Topic: Maintain an exact copy of my flash drive
- Replies: 3
- Views: 12410
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...
- Tue Apr 10, 2012 10:52 am
- Forum: General discussion
- Topic: Compare It! and Synchronize It! development status?
- Replies: 4
- Views: 14095
Re: Compare It! and Synchronize It! development status?
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.grigsoft wrote:For some reason I have just missed this thread completely.
Thanks for your continued support, Igor!
- Fri Jan 13, 2012 11:27 am
- Forum: Synchronize It! : Bug reports
- Topic: Seven 64bits command line
- Replies: 3
- Views: 13423
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.
- Thu Jan 12, 2012 11:28 am
- Forum: Synchronize It! : Bug reports
- Topic: Seven 64bits command line
- Replies: 3
- Views: 13423
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"
- 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: 12945
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.
- 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: 12945
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.
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.
- Sun Sep 11, 2011 4:58 pm
- Forum: Compare It: Bug reports
- Topic: Can't download compare-it from grigsoft.com
- Replies: 1
- Views: 11872
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
- Thu Jun 23, 2011 7:48 pm
- Forum: Compare It: Bug reports
- Topic: Assistence
- Replies: 4
- Views: 16162
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...
- Wed Jun 22, 2011 10:48 am
- Forum: Compare It: Bug reports
- Topic: Assistence
- Replies: 4
- Views: 16162
Re: Assistence
I've tried this one with your data on http://www.regextester.com
Code: Select all
\s\w+(\s)+
- Tue Jun 14, 2011 11:25 am
- Forum: General discussion
- Topic: Happy New Year
- Replies: 11
- Views: 22249
Re: Happy New Year
Look at it from the bright side: The software is so great, it needs very little supportSpitfire_ch wrote:Now even the board seems to be dead


- Thu May 19, 2011 8:01 pm
- Forum: Compare It: Bug reports
- Topic: Panels position
- Replies: 1
- Views: 11972
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
You can quickly switch the source (left) and destination (right) panels using Ctrl-I
- Mon Mar 14, 2011 11:25 am
- Forum: General discussion
- Topic: RegEx on multiple files
- Replies: 8
- Views: 18142
Re: RegEx on multiple files
Afaik, Synchronize It! doesn't automagically use Compare It! for file(content)-comparison. Unless that has recently changed?
- Mon Feb 14, 2011 8:56 pm
- Forum: General discussion
- Topic: Lost Reg Key
- Replies: 7
- Views: 22498
Re: Lost Reg Key
@MityQ:
grigsoft wrote:You can just write to support@grigsoft.com
- Thu Sep 23, 2010 7:58 pm
- Forum: Compare It: Bug reports
- Topic: Ignore case not always working
- Replies: 40
- Views: 71973
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.