Search found 60336 matches

by admin
22 Oct 2008 18:07
Forum: Script Exchange
Topic: TeraCopy Integration
Replies: 238
Views: 124137

Re: TeraCopy Integration

TeraCopy Integration v5.0... writefile("<xypath>\teracopylist.tmp", getinfo("SelectedItemsPathNames"), o, u); In the upcoming version I add autodetection of ASCII/UNICODE for mode "t" so no need for "u" anymore which then will be called "tu". Since ...
by admin
22 Oct 2008 15:06
Forum: Script Exchange
Topic: Step Through
Replies: 5
Views: 1659

Re: Step Through

DetlevH wrote:Yes. bingo!

Thanks! :D
It's a safety feature that was added very recently. I guess I should add a little note about it to the dialog...
by admin
22 Oct 2008 14:23
Forum: Script Exchange
Topic: Step Through
Replies: 5
Views: 1659

Re: Step Through

Are you running the script through the "try script" dialog? This will always enter step mode.
by admin
22 Oct 2008 14:04
Forum: Bug Reports
Topic: report()
Replies: 13
Views: 1450

Re: report()

Also, seems there's a CRLF added after each line, not sure that's a good idea, I'd much rather have to use <br> and/or <crlf> but have the ability to use something else as line-separator. (I mean when a template was specified, obviously) Hmm, for TXT files it's nice not to have to state <crlf> in t...
by admin
22 Oct 2008 13:13
Forum: Wishes
Topic: Larger Icon
Replies: 2
Views: 790

Re: Larger Icon

by admin
22 Oct 2008 12:34
Forum: Tips & Tricks, Questions & Answers
Topic: MP3 preview question...
Replies: 22
Views: 2777

Re: MP3 preview question...

Does anybody else have this problem?
by admin
22 Oct 2008 12:32
Forum: Wishes
Topic: Renaming files during User commands "copy to"
Replies: 3
Views: 524

Re: Renaming files during User commands "copy to"

No, not possible.

(Moved it to the right forum.)
by admin
22 Oct 2008 12:22
Forum: Bug Reports
Topic: An action cannot be completed
Replies: 9
Views: 1255

Re: An action cannot be completed

What happens if you do the same using Explorer?
by admin
22 Oct 2008 12:20
Forum: Wishes
Topic: INI tweak for List of Functions
Replies: 8
Views: 1395

Re: INI tweak for List of Functions

Just use #705; Only downside is, that you'll see the usual two popups when executing the script. Ah, many thanks. Don: Would it be possible to be able to suppress those 2 pop-up windows if called via a script through a tweak please? I am personally unaware of why people would want to see those wind...
by admin
22 Oct 2008 12:17
Forum: Wishes
Topic: Recognize periods as word breaks
Replies: 60
Views: 6581

Re: Recognize periods as word breaks

In fact, I am firmly of the view that the more pressure is applied by more people then that's a clear indication of great customer need. And, reversing the methodology you suggest, if we don't post anything at all in the Wishes section then everything that we may desire will be implemented and I fa...
by admin
21 Oct 2008 22:21
Forum: Wishes
Topic: Recognize periods as word breaks
Replies: 60
Views: 6581

Re: Recognize periods as word breaks

Give an example, please. OK, here is one: 1. You're searching for ".a?b?." in the content of a file and you find it. 2. Using similar possible scripting command to rename (capitalise the chars in the pattern) : rename s, ".a?b?./.A?B?." As you can see, the initial part of findin...
by admin
21 Oct 2008 22:18
Forum: Bug Reports
Topic: Multi-select into edit mode
Replies: 45
Views: 5110

Re: Multi-select into edit mode

This is a wonderful and relaxing detour from the Windows Explorer standard where clicking on any out of a bunch of selected files will enter rename mode -- did you really ever want this to happen?? Actually, this is not quite correct because Windows Explorer in Vista doesn't have that behaviour. It...
by admin
21 Oct 2008 15:08
Forum: Bug Reports
Topic: report()
Replies: 13
Views: 1450

Re: report()

Also, seems there's a CRLF added after each line, not sure that's a good idea, I'd much rather have to use <br> and/or <crlf> but have the ability to use something else as line-separator. (I mean when a template was specified, obviously) Hmm, for TXT files it's nice not to have to state <crlf> in t...
by admin
21 Oct 2008 14:42
Forum: BETA Versions for Download
Topic: BETA version (with detailed history information)
Replies: 6403
Views: 9789910

Re: Here's the new BETA

Download the latest XYplorer BETA version (v7.70.0004, 21-oct-2008). Choose one: (1) Install Package , (2) No-Install Package (each about 1 MB). v7.70.0004 - 2008-10-21 14:41 + Scripting got a new function. Name: WriteFile Action: Write data to file. Syntax: writefile(filename, data, [on_exist], [mo...
by admin
21 Oct 2008 14:22
Forum: Wishes
Topic: Regular Expressions in the Contents of Find Files
Replies: 12
Views: 1138

Re: Regular Expressions in the Contents of Find Files

Well I just uploaded the feature and explained now I did it and what are the rules. I don't read linewise but chunkwise, and the chunks overlap by 1024 bytes if a wildcard pattern is stated. That's clever how you've done it. (I assume you search a chunk of 32768 bytes, and then jump forward 32768 -...