Search found 1719 matches

by DigitalVolcano
Mon Mar 02, 2015 11:05 am
Forum: Regular Expressions Help
Topic: Delete entire rows
Replies: 7
Views: 24730

Re: Delete entire rows

This works (lower case r):

Code: Select all

^.*,XX.*\r
You need the 'multi line anchors' option checked as well.
by DigitalVolcano
Fri Feb 27, 2015 11:31 am
Forum: TextCrawler - General
Topic: How to check all the boxes in one go
Replies: 3
Views: 12314

Re: How to check all the boxes in one go

If you are having memory trouble you could try running in Line by line mode, provided you are not using multi-line find/replace operations.
by DigitalVolcano
Fri Feb 27, 2015 11:29 am
Forum: Duplicate Cleaner support
Topic: DC Free and Pro don t work
Replies: 1
Views: 5409

Re: DC Free and Pro don t work

Do you have the Microsoft .NET Framework (version 2 or 3.5) installed? Duplicate Cleaner won't work without it.

You can check/repair your framework using tools here:
http://blogs.msdn.com/b/astebner/archiv ... 99004.aspx
by DigitalVolcano
Thu Feb 26, 2015 11:32 am
Forum: TextCrawler - General
Topic: How to check all the boxes in one go
Replies: 3
Views: 12314

Re: How to check all the boxes in one go

This is a bug in 3.0.4 - the boxes are supposed to be automatically checkmarked upon import - it will be fixed in 3.0.5.

If it is a problem you can roll back to 3.0.3, which doesn't have the checkboxes.
Link here:
http://www.digitalvolcano.co.uk/downloa ... up_303.exe
by DigitalVolcano
Tue Feb 24, 2015 10:51 am
Forum: Regular Expressions Help
Topic: just insert text without replacement
Replies: 2
Views: 13681

Re: just insert text without replacement

You can use the regular expressions ^ and $ to insert at the the beginning or end of a file. Make sure Multi-line anchors is turned off.

So to insert a line at the start of a file:

RegEx:
^
Replace:
This is a new line\r\n

Try it in the RegEx tester.
by DigitalVolcano
Mon Feb 23, 2015 10:59 am
Forum: Duplicate Cleaner support
Topic: Suggestion - Viewing filtered marked files
Replies: 2
Views: 6664

Re: Suggestion - Viewing filtered marked files

I think you can do what you want with the Pro version - it has more filtering options - Filters available include: All - Show all duplicate files. Marked - Show just marked files. Not Marked - Show files not currently marked. Group has Mark - Show groups which have at least one marked file Group has...
by DigitalVolcano
Mon Feb 23, 2015 10:56 am
Forum: Duplicate Cleaner support
Topic: Suggestion - estimate of how long to wait
Replies: 4
Views: 12137

Re: Suggestion - estimate of how long to wait

I've experimented with a remainder estimate but it is difficult - the estimate tends to be all over the place. Hopefully will get this working at some point!

Displaying the time taken is a good idea though - it currently only shows this at the end...
by DigitalVolcano
Mon Feb 23, 2015 10:49 am
Forum: Duplicate Cleaner support
Topic: Upgrading to Pro
Replies: 1
Views: 5618

Re: Upgrading to Pro

Yes, currently the Free and Pro version operate from separate databases. I'm hoping to make a cleaner upgrade path for version 4.0 which will upgrade your existing settings.
by DigitalVolcano
Mon Feb 23, 2015 10:46 am
Forum: Duplicate Cleaner support
Topic: Selection assistant - Unmark All - Only on selected
Replies: 1
Views: 5254

Re: Selection assistant - Unmark All - Only on selected

Sorry you lost your checkmarks! I've put a note on the bugtracking system to update how this works, or at least make it clearer.

Selection assistant 'undo' is on the upcoming development list already.
by DigitalVolcano
Mon Feb 23, 2015 10:38 am
Forum: Duplicate Cleaner support
Topic: Scan against self, and folder compare
Replies: 4
Views: 9035

Re: Scan against self, and folder compare

Any files that are ignored in the scan are also ignored in the folder compare. For instance if you just scan for *.jpg then any other files (thumbs.db, info.txt, etc) are disregarded in the folder comparison stage also. It will show partial tree matches - usually with a note saying that match is 'co...