Search found 1719 matches

by DigitalVolcano
Wed Apr 22, 2015 10:24 am
Forum: Duplicate Cleaner support
Topic: select by location
Replies: 1
Views: 5726

Re: select by location

Yes, it currently doesn't have an effect on this operation. This behavior is slated to be improved.
by DigitalVolcano
Tue Apr 21, 2015 11:10 am
Forum: TextCrawler - General
Topic: Search and Insert
Replies: 1
Views: 9847

Re: Search and Insert

You can use regular expressions - Standard replace doesn't support wildcards.

RegEx:

Code: Select all

(G87.*$)
Replace:

Code: Select all

$1\r\nM32
Options:
Multi-line Anchors

Try it in the reg-ex tester. Remember to back up before replacing!
by DigitalVolcano
Tue Apr 21, 2015 9:59 am
Forum: Duplicate Cleaner support
Topic: Bug: Arithmetic Overflow
Replies: 2
Views: 7671

Re: Bug: Arithmetic Overflow

Thanks, looking into this - probably a rogue integer somewhere.
by DigitalVolcano
Tue Apr 21, 2015 9:58 am
Forum: Duplicate Cleaner support
Topic: previous versions?
Replies: 3
Views: 7509

Re: previous versions?

ethan11james wrote:i want to ask if i have previous version and updated it for new version then i need to pay again for new version or it free update for previous users
All updates released so far to Duplicate Cleaner Pro 3 are free for registered users.
by DigitalVolcano
Mon Apr 20, 2015 12:12 pm
Forum: Duplicate Cleaner support
Topic: previous versions?
Replies: 3
Views: 7509

Re: previous versions?

Sorry for the delay - you can download it here:

http://www.digitalvolcano.co.uk/downloa ... up_315.exe
by DigitalVolcano
Thu Apr 16, 2015 9:43 am
Forum: TextCrawler - General
Topic: TextCrawler Pro not finding even simple matches
Replies: 4
Views: 18911

Re: TextCrawler Pro not finding even simple matches

Sorry you are having trouble. Make sure it is not in 'Process line by line' or 'limit to lines' mode if you are searching for multiple line phrases. The other cause for this could be mismatched line endings. Is it possible for you to attach an example of a file that doesn't work? (You could submit o...
by DigitalVolcano
Wed Apr 15, 2015 11:20 am
Forum: Duplicate Cleaner support
Topic: Are you sure?!
Replies: 1
Views: 5352

Re: Are you sure?!

We're working on improving the delete process for the next version. Especially focusing on suppressing any system messages (are you sure).
by DigitalVolcano
Thu Apr 09, 2015 11:21 am
Forum: Duplicate Cleaner support
Topic: previous versions?
Replies: 3
Views: 7509

Re: previous versions?

That one isn't currently online, but I'll see if I can get a version uploaded.
by DigitalVolcano
Thu Apr 09, 2015 11:17 am
Forum: TextCrawler - General
Topic: Copy different items in different files
Replies: 2
Views: 10918

Re: Copy different items in different files

You can import the list into the program using the Import button in the batch processor. (You need to export from excel into a tab separated file first). The stumbling point is that you can't currently get it to switch input/output file mid batch though. (on the to-do list) Can you run all the rows ...
by DigitalVolcano
Fri Apr 03, 2015 4:32 pm
Forum: TextCrawler - General
Topic: Copying .txc files
Replies: 1
Views: 9243

Re: Copying .txc files

The TXC files need to be saved as Unicode text files (UTF-16 LE) otherwise they won't load. I'm guessing this is your issue!

For reference, load a regular txc file into a decent text editor (e.g. NotePad++) and check the Encoding column.