Search found 1508 matches

by grigsoft
Sat Oct 17, 2020 1:54 pm
Forum: Compare It! - Suggestions
Topic: More charset encodings
Replies: 5
Views: 12642

Re: More charset encodings

I have added encoding selection to file filters. check same beta version file.
by grigsoft
Thu Oct 15, 2020 8:13 am
Forum: Compare It! - Suggestions
Topic: More charset encodings
Replies: 5
Views: 12642

Re: More charset encodings

Well, once it's actually working, we can consider how to use it better. I guess we can add it to comparison profile, or, maybe even better, to file filters, as additional property.
by grigsoft
Thu Oct 15, 2020 8:11 am
Forum: Synchronize It! : Suggestions
Topic: Include AND exclude files
Replies: 4
Views: 11340

Re: Include AND exclude files

Might be you are right, but I can not change this to ruin all existing profiles. and anyway it's matter of taste )
by grigsoft
Sun Oct 11, 2020 6:22 pm
Forum: Synchronize It! : Suggestions
Topic: Can there be a update check in application?
Replies: 1
Views: 7937

Re: Can there be a update check in application?

Well, latest releases are visible on first page and downloads. Still nowadays having automatically check for new version is a common feature. Thanks!
by grigsoft
Sun Oct 11, 2020 6:20 pm
Forum: Synchronize It! : beta
Topic: File size filter can be more flexible
Replies: 1
Views: 98864

Re: File size filter can be more flexible

Yes, I think I can change current option to plain text field, parsing rules like

Code: Select all

>=100K;<1M
We can even try to use some OR logic:

Code: Select all

<10K + >1M
to find small or large files.
by grigsoft
Sun Oct 11, 2020 6:15 pm
Forum: Synchronize It! : Suggestions
Topic: Include AND exclude files
Replies: 4
Views: 11340

Re: Include AND exclude files

In fact you can do it now with !, like

Code: Select all

*.exe ! back*
by grigsoft
Sun Oct 11, 2020 6:13 pm
Forum: Synchronize It! : Suggestions
Topic: Is there a log or compare status info
Replies: 1
Views: 7863

Re: Is there a log or compare status info

Yes, I guess I can add something like this, some information, like total folders and deep, we can show directly in status, all others in additional window. Thank you!
by grigsoft
Sun Oct 11, 2020 5:56 pm
Forum: Compare It! - Suggestions
Topic: More charset encodings
Replies: 5
Views: 12642

Re: More charset encodings

Hello,
Could you please check http://grigsoft.com/wincmp4bu.zip ?
It has customizable encodings list. We can add link encoding to profile later.
by grigsoft
Sun Sep 06, 2020 5:49 am
Forum: Synchronize It! : beta
Topic: SYCHRONIZE ONLY SOME SELECTED FILES IN A FOLDER
Replies: 5
Views: 29406

Re: SYCHRONIZE ONLY SOME SELECTED FILES IN A FOLDER

yes, probably you are right, but this is quite a rare need, as I think?
by grigsoft
Sun Sep 06, 2020 5:48 am
Forum: Synchronize It! : Suggestions
Topic: Regular expressions
Replies: 1
Views: 8386

Re: Regular expressions

Yes, SynchronizeIt using CompareIt as internal file compare tool is a obvious idea and still not implemented somehow. I will try to do it. Thank you for reminding.
by grigsoft
Sun Sep 06, 2020 5:46 am
Forum: Compare It! - Suggestions
Topic: "Ignore nothing" at line level only
Replies: 3
Views: 18352

Re: "Ignore nothing" at line level only

Hello, Thanks for the reminder ) It is still not clear how do you want to see these line changes - change is either highlighted or not. I can make option to highlight all changes in current line, for example, but this would not help you locating possibly missed changes. You can just make profile onl...
by grigsoft
Sun Sep 06, 2020 5:38 am
Forum: Compare It: Bug reports
Topic: “Ignore comments” not reset by “Ignore nothing”
Replies: 3
Views: 19973

Re: “Ignore comments” not reset by “Ignore nothing”

Hello,
So in your case after you select "Ignore nothing", you still have comments ignored? Which version are you using?
by grigsoft
Fri Jul 06, 2012 6:51 am
Forum: Compare It: Bug reports
Topic: crash/display error comparing ~600MB files (unicode version)
Replies: 2
Views: 32175

Re: crash/display error comparing ~600MB files (unicode vers

Hello, Unfortunately currently CompareIt can not handle such files - 32-bit application can only use 2GB, and it seems to be not enough to for such files. I'm planning to fully support 64b systems in future, in addition I also have plans to support large files comparison - we just should not load it...
by grigsoft
Thu May 17, 2012 8:56 am
Forum: General discussion
Topic: Excluding GIT files
Replies: 3
Views: 27489

Re: Excluding GIT files

That's right, you should use exclude folders options, not exclude files, and just ".git" would work.
by grigsoft
Mon Apr 16, 2012 7:18 am
Forum: Synchronize It! : Suggestions
Topic: command prompt commands
Replies: 3
Views: 27983

Re: command prompt commands

You can check here, for example:
http://www.grigsoft.com/wndsync/help/so ... mdline.htm

As for deletion, use Synchronize action and it will not try to delete anything.