Search found 1719 matches

by DigitalVolcano
Mon Aug 31, 2015 11:03 am
Forum: Duplicate Cleaner support
Topic: Delete error
Replies: 2
Views: 6496

Re: Delete error

It's probably because the file has been changed/removed by the system after Duplicate Cleaner scanned it. You can refresh the list to drop all non-existent files by hitting F5.

Note that it's not a good idea to use Duplicate Cleaner on system folders such as ProgramData.
by DigitalVolcano
Mon Aug 31, 2015 11:01 am
Forum: Duplicate Cleaner support
Topic: Error Msg
Replies: 2
Views: 6613

Re: Error Msg

It's because you are using Image Mode, which is only usable in the Pro version (it's greyed out here, and there is a message). If you switch the tab to Regular mode it should run the scan.
by DigitalVolcano
Tue Aug 11, 2015 8:56 am
Forum: TextCrawler - General
Topic: TextCrawler skin
Replies: 1
Views: 11059

Re: TextCrawler skin

I've put a note on the bugtracker - we'll see if we can make it default to the system colours when in the classic theme

Thanks
by DigitalVolcano
Tue Aug 11, 2015 8:52 am
Forum: Regular Expressions Help
Topic: Replacing a number with the first four digits
Replies: 2
Views: 15528

Re: Replacing a number with the first four digits

This should work

Regex

Code: Select all

.([0-9]{4})[0-9]{1,}
Replace

Code: Select all

.$1
Try it in the regex tester
by DigitalVolcano
Tue Aug 11, 2015 8:46 am
Forum: Regular Expressions Help
Topic: Multi Line Search (then insert)
Replies: 1
Views: 12364

Re: Multi Line Search (then insert)

You can do multiple line search and replace using the edit button next to the Find/replace boxes. Clicking this will pop up a multi-line editor.

Note that the line endings in the editor will need to match that of your target file (you can change this in the options window)
by DigitalVolcano
Tue Aug 11, 2015 8:43 am
Forum: Duplicate Cleaner support
Topic: The fully qualified file name must be less than 260 charact
Replies: 2
Views: 8170

Re: The fully qualified file name must be less than 260 char

Window's support for >260 filenames can be unpredictable. I'm pretty sure you can't delete long paths to the Recycle bin, but you may be able to delete them permanently.
by DigitalVolcano
Tue Aug 04, 2015 9:19 am
Forum: TextCrawler - General
Topic: Multiple find/replace from a pre-defined list?
Replies: 8
Views: 39280

Re: Multiple find/replace from a pre-defined list?

Not sure why this should happen. Are there any other messages (e.g. the files to replace are read-only)?

Have you kept the program on the 'Batch commands' tab when clicking replace? Does it find all the matches again if you click 'Find'?
by DigitalVolcano
Mon Aug 03, 2015 3:31 pm
Forum: TextCrawler - General
Topic: Multiple find/replace from a pre-defined list?
Replies: 8
Views: 39280

Re: Multiple find/replace from a pre-defined list?

Ooops, the manual was updated and the link broke. Updated link:

http://www.digitalvolcano.co.uk/textcra ... __pro_.htm

You can import a comma or tab separated file of find-replace pairs.
by DigitalVolcano
Thu Jul 23, 2015 9:46 am
Forum: Duplicate Cleaner support
Topic: Windows 10 Compatibility
Replies: 2
Views: 6617

Re: Windows 10 Compatibility

Thanks- it was tested against an early Windows 10 and worked, but we've yet to certify it for the full release. Hopefully there should be no issues!
by DigitalVolcano
Thu Jul 16, 2015 2:18 pm
Forum: Duplicate Cleaner support
Topic: Duplicate Cleaner MAJOR BUG !
Replies: 5
Views: 10197

Re: Duplicate Cleaner MAJOR BUG !

This shouldn't have happened if you had 'Don't follow NTFS mount points and junctions' checked. Did you uncheck this? ( on by default). If not I'll have to run some tests!