Search found 60290 matches

by admin
13 Oct 2008 09:02
Forum: Tips & Tricks, Questions & Answers
Topic: Toggle preview shortcut does not collapse preview
Replies: 22
Views: 2405

Re: Toggle preview shortcut does not collapse preview

ivan wrote:
Muroph wrote:exactly how big is the file you had trouble with?
maybe i have one similar to test here.
My "too big" MKV file is 2.19GB.
Indeed there is (was!) a restriction to files < 2 GB. I removed it. Should work in next version.
by admin
13 Oct 2008 08:47
Forum: Script Exchange
Topic: Irfanview
Replies: 19
Views: 5624

Re: Irfanview

hmmm... ::echo compare("10.20.0025", "7.60.0026", "v"); According to the changelog this should return 1, since 10 > 7, but over here it returns -1 Just like ::echo compare("7.60.0026", "10.20.0025", "v"); should be -1 (since 7 < 10) yet it...
by admin
12 Oct 2008 18:18
Forum: Bug Reports
Topic: Spaces at the end of extensions
Replies: 12
Views: 1385

Re: Spaces at the end of extensions

ivan wrote:
admin wrote:Yes, I agree it should. Not yet implemented for internal reasons.
PS: Nice graphics in the signature. :)
Thank you, tried the new beta and it works great 8)

P.S. I'm glad you like it, I made it myself because it's a personal hobby :)
What, making graphics or using XY? :wink:
by admin
12 Oct 2008 18:09
Forum: BETA Versions for Download
Topic: BETA version (with detailed history information)
Replies: 6393
Views: 9770515

Re: Here's the new BETA

Download the latest XYplorer BETA version (v7.60.0052, 12-oct-2008). Choose one: (1) Install Package , (2) No-Install Package (each about 1 MB). v7.60.0052 - 2008-10-12 18:08 ! File List: Since v7.60.0025 - 2008-09-22 22:00 any current item (= item shown on Info Panel) lost its status of being curre...
by admin
12 Oct 2008 11:50
Forum: Bug Reports
Topic: auto-refresh + list style
Replies: 1
Views: 312

Re: auto-refresh + list style

Wow, by a magic coincidence I fixed this bug this morning before I read your post!

And your description is impressively correct for someone who does not see the source code. Also "from v7.60.0025 onwards" is right. Well done, Sherlock!
by admin
12 Oct 2008 09:42
Forum: Bug Reports
Topic: Spaces at the end of extensions
Replies: 12
Views: 1385

Re: Spaces at the end of extensions

(b) Set Extension now removes any extension AND the dot. File names ending with a dot are not allowed in NTFS anyway. That XYplorer apparently did this was another display bug. Thank you for introducing this ability. However, I just tried to do exactly that and was prompted for a new extension. I'm...
by admin
11 Oct 2008 19:04
Forum: BETA Versions for Download
Topic: BETA version (with detailed history information)
Replies: 6393
Views: 9770515

Re: Here's the new BETA

Download the latest XYplorer BETA version (v7.60.0051, 11-oct-2008). Choose one: (1) Install Package , (2) No-Install Package (each about 1 MB). v7.60.0051 - 2008-10-11 19:03 * SC confirm(): Now the optional linebreaker is set to "<br>" by default. Syntax: confirm(text, [linebreaker="...
by admin
11 Oct 2008 17:51
Forum: Bug Reports
Topic: Capitalization does more than it should
Replies: 13
Views: 1688

Re: Capitalization does more than it should

Or maybe A*_A*.* is the better name since the blank is not very visible...? It is as long as there is a little note saying that underscore is the best character to represent the presence of word break. I tried it in the actual menu and underscore does not look as good. I think "blank" is ...
by admin
11 Oct 2008 17:42
Forum: Bug Reports
Topic: Capitalization does more than it should
Replies: 13
Views: 1688

Re: Capitalization does more than it should

Concerning the CamelCase: Yes, good point. I will add a new command -- AaaAa Aa.aaa -- that will just alter the first letters of the words. Again, the question is: What to do with the extension? I think there is no need to capitalise the first letter of the extension. Just all upper or lower case s...
by admin
11 Oct 2008 17:06
Forum: Wishes
Topic: Parameter for case sensitivity in rename
Replies: 10
Views: 1158

Re: Parameter for case sensitivity in rename

TheQwerty wrote:Ah.. indeed it's mentioned under RegExp but missing under the Search and Replace. Oops! :oops:
Just added it. Will be there for you in 7.70.

Thanks all!
by admin
11 Oct 2008 16:37
Forum: Bug Reports
Topic: Capitalization does more than it should
Replies: 13
Views: 1688

Re: Capitalization does more than it should

Aaa Aa.aaa : That the extension is not put to lower case is probably a bug, depending on what users expect. The label "*.aaa" seems to imply that the extension is lower-cased, so I would say it's either a bug or a wrong label (correct would be Aaa Aa.* ). Concerning the CamelCase: Yes, go...
by admin
11 Oct 2008 16:28
Forum: Bug Reports
Topic: [CLOSED] File deletion fail: "extended attributes" error
Replies: 7
Views: 890

Re: File deletion fail on server: "extended attributes" error

onionradish wrote:I'm not sure what an "extended attribute" is.
Me neither. Tell me in case you find out.
by admin
11 Oct 2008 16:17
Forum: Bug Reports
Topic: Spaces at the end of extensions
Replies: 12
Views: 1385

Re: Spaces at the end of extensions

Okay, interesting stuff, ivan & Co!

(a) I fixed the trailing space bug.
(b) Set Extension now removes any extension AND the dot. File names ending with a dot are not allowed in NTFS anyway. That XYplorer apparently did this was another display bug.
by admin
11 Oct 2008 15:40
Forum: Bug Reports
Topic: Strange Tree Scrolling in 7.60.0047
Replies: 11
Views: 1668

Re: Strange Tree Scrolling in 7.60.0047

Well, then it will be a very useful option for users to choose the scrolling multiplier in XYplorer. Some prefer smooth way, others (and me too) prefer the quickest way. I think this is a system wide setting. Have you set your wheel to make a full page scroll per notch? (I have set mine to 6 lines ...
by admin
11 Oct 2008 10:02
Forum: Wishes
Topic: Setting XYplorer as the default explorer
Replies: 9
Views: 989

Re: Setting XYplorer as the default explorer

The "br" command to set the line breaker is currently working on the local script stack, not globally. I could, however, make the line breaker global (scrope and lifetime for the whole script batch including any sub-scripts). Then it would be easy to add the default to confirm. The questi...