Search found 1713 matches

by DigitalVolcano
Fri Feb 06, 2015 7:05 pm
Forum: Duplicate Cleaner support
Topic: Excluding folders possible?
Replies: 4
Views: 9895

Re: Excluding folders possible?

Not currently possible, though I've added it as a criteria idea for version 4.0 :)
by DigitalVolcano
Fri Feb 06, 2015 3:39 pm
Forum: Releases & Update News
Topic: TextCrawler 3.0.4 Released
Replies: 0
Views: 23873

TextCrawler 3.0.4 Released

TextCrawler 3.0.4 Released

-"Preview Replace" button is now a toggle.
-Enable/Disable commands in batch process
-New command line parameters: /fn [filename] - single input file, /of [path] - set output to folder
-Misc Bugfixes.

http://www.digitalvolcano.co.uk/tcdownloads.html
by DigitalVolcano
Mon Feb 02, 2015 11:18 am
Forum: Regular Expressions Help
Topic: find and remove pattern
Replies: 4
Views: 15335

Re: find and remove pattern

It's probably because the expression literally looks for HH.MM.SS, etc. I didn't realize that they were placeholders for actual values in the file. This may work, if it's not too nonspecific: <tr class="OutOfBlock"><td /><td>.*?</td><td>.*?</td><td>.*?</td><td>.*?</td><td>.*?</td><td></td>...
by DigitalVolcano
Thu Jan 29, 2015 4:05 pm
Forum: Duplicate Cleaner support
Topic: New Italian language file
Replies: 5
Views: 11733

Re: New Italian language file

New file attached.
lang_itIt.zip
by DigitalVolcano
Thu Jan 29, 2015 2:28 pm
Forum: Duplicate Cleaner support
Topic: Don't find duplicates!
Replies: 2
Views: 5886

Re: Don't find duplicates!

Check the file filter. Also check the date and size ranges are set to "Any". To reset it to 'factory settings' you can delete the database file in C:\Users\[YOUR USER]\AppData\Roaming\DigitalVolcano\DuplicateCleaner\DuplicatecleanerPro.data on Windows 7. (close Duplicate Cleaner first).
by DigitalVolcano
Mon Jan 26, 2015 10:47 am
Forum: Duplicate Cleaner support
Topic: Gray "mask" over most of the screen on first start up 3.26
Replies: 1
Views: 4746

Re: Gray "mask" over most of the screen on first start up 3.

The mask probably relates to the position of the main list - it's a separate control loaded from an external library, so it looks like for some reason it was jammed or still loading up when you started the program.
by DigitalVolcano
Mon Jan 26, 2015 10:45 am
Forum: Duplicate Cleaner support
Topic: Still: Scan complete dialog hidden behind main window
Replies: 2
Views: 5264

Re: Still: Scan complete dialog hidden behind main window

Hmmm... What happened when you clicked on the main window? Or was it still scanning?
by DigitalVolcano
Mon Jan 26, 2015 10:43 am
Forum: Duplicate Cleaner support
Topic: New Italian language file
Replies: 5
Views: 11733

Re: New Italian language file

Thanks - is the attachment missing though?
by DigitalVolcano
Wed Jan 21, 2015 12:10 pm
Forum: Regular Expressions Help
Topic: find and remove pattern
Replies: 4
Views: 15335

Re: find and remove pattern

This should find the block- <tr class="OutOfBlock"><td /><td>DD\.MM\.YYYY</td><td>HH:MM:SS</td><td>\+HH:00</td><td>.*?</td><td>.*?</td><td></td><td>.*?</td><td></td><td>.*?</td><td>0,0000</td><td /></tr> note the escaped characters and the wildcards. You can replace with nothing to remove ...