Search found 1719 matches

by DigitalVolcano
Fri Oct 25, 2013 12:35 pm
Forum: Duplicate Cleaner support
Topic: Question/ request
Replies: 3
Views: 7188

Re: Question/ request

Hi,
We are in the early stages of planning a 'Unique Files' tab for Duplicate Cleaner 4.0. I think this will achieve what you want.
by DigitalVolcano
Fri Oct 25, 2013 12:31 pm
Forum: DV06 - Generative Music Software
Topic: Introduction
Replies: 16
Views: 143528

Re: Introduction

Demo track streaming on SoundCloud here:
https://soundcloud.com/gonchong/dv06-output
by DigitalVolcano
Fri Oct 25, 2013 11:13 am
Forum: Duplicate Cleaner support
Topic: Not declaring these files as the same
Replies: 11
Views: 20127

Re: Not declaring these files as the same

Version 3.2.2 is now available, with the hard linking restrictions removed:
viewtopic.php?f=13&t=1273
by DigitalVolcano
Fri Oct 25, 2013 11:11 am
Forum: Releases & Update News
Topic: Duplicate Cleaner Pro 3.2.2 Released
Replies: 0
Views: 20062

Duplicate Cleaner Pro 3.2.2 Released

Pro Version 3.2.2 is available now for download! http://www.duplicatecleaner.com/download.html Updates: Network view in path browser (Pro) Displaying the results of the last scan on startup now optional Hard linking now available for non-exact duplicate files (e.g. Images, music). Use with care! Aud...
by DigitalVolcano
Wed Oct 23, 2013 4:16 pm
Forum: Duplicate Cleaner support
Topic: Please support for Open With...
Replies: 3
Views: 7260

Re: Please support for Open With...

DC will launch with the selected folder if you drop it on the icon when it is not running.
by DigitalVolcano
Tue Oct 22, 2013 11:15 am
Forum: TextCrawler - General
Topic: not worked for ? 、 ! , : etc.
Replies: 4
Views: 13746

Re: not worked for ? 、 ! , : etc.

Is it possible to save these procedures and let the software checks by itself?
Not sure what you mean? The software can't know whether it's supposed to be a regular expression or plain text.
by DigitalVolcano
Tue Oct 22, 2013 11:13 am
Forum: Duplicate Cleaner support
Topic: Crash in Windows Safe Mode
Replies: 1
Views: 4933

Re: Crash in Windows Safe Mode

There's no license checking in free - it could be the update check though. Safe Mode must switch off chunks of the .NET framework to do with networking.
I'll add to the bug list. It would be interesting to see if it did it with the automatic update check option switched off.
by DigitalVolcano
Fri Oct 18, 2013 10:50 am
Forum: TextCrawler - General
Topic: Batch find replace Hebrew whole words
Replies: 1
Views: 8433

Re: Batch find replace Hebrew whole words

It looks like TextCrawler is having a problem with Right-to-Left text (i.e. Hebrew). It seems to be putting the replace at the wrong end of the line. Is this the same problem you are having? There is support for RTL regular expressions in .NET, but it isn't implemented in TextCrawler yet. I've added...
by DigitalVolcano
Thu Oct 17, 2013 2:58 pm
Forum: Duplicate Cleaner support
Topic: application too big for screen
Replies: 4
Views: 9287

Re: application too big for screen

Yes, in More Options->Duplicate Files tab you can change the font type, size and background colour.
by DigitalVolcano
Thu Oct 17, 2013 12:13 pm
Forum: TextCrawler - General
Topic: search for $c only
Replies: 2
Views: 9836

Re: search for $c only

You can use regular expression mode:

RegEx: \$c\b

\$ = escaped dollar sign
\b = word boundary