Search found 1713 matches

by DigitalVolcano
Fri Nov 01, 2013 10:04 am
Forum: TextCrawler - General
Topic: How to replace only part of a regular expression??
Replies: 2
Views: 10417

Re: How to replace only part of a regular expression??

Try this: RegEx: \. ([a-z]) Replace: , $1 The brackets create a 'capturing group', the contents of which can be deployed in the replacement using the $1 expression (ie 1st capturing group). Ensure that the 'Case Sensitive' option is on too, so it doesn't capture legitimate full stops. Hope this helps!
by DigitalVolcano
Tue Oct 29, 2013 10:28 am
Forum: Duplicate Cleaner support
Topic: Directory tree not expanding
Replies: 18
Views: 32417

Re: Directory tree not expanding

No progress yet as I haven't managed to replicate the problem. DC Free (all the way back to v2.0) has the same way of finding the folder tree, so I'm not sure why it worked then. I'm not sure if you've tried this yet, but does running DC as administrator make a difference? (Right-click on shortcut, ...
by DigitalVolcano
Sun Oct 27, 2013 8:08 pm
Forum: Duplicate Cleaner support
Topic: Question/ request
Replies: 3
Views: 7183

Re: Question/ request

BTW, you can get a 10% discount with the voucher code FOUNDIT ;)
by DigitalVolcano
Sun Oct 27, 2013 1:48 pm
Forum: TextCrawler - General
Topic: Extracting text between tags
Replies: 2
Views: 11253

Re: Extracting text between tags

The current version doesn't support writing just the found text to a new file. (Hopefully next version?) However you could possibly do this by making a backup copy of your files, then running a search for .*<tagname> and replacing with nothing, and then repeating this for </tagname>.* and replacing ...
by DigitalVolcano
Fri Oct 25, 2013 12:35 pm
Forum: Duplicate Cleaner support
Topic: Question/ request
Replies: 3
Views: 7183

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: 128161

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: 20105

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: 19963

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: 7255

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: 13736

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.