Search found 10 matches

by roemer_m
20 Mar 2023 17:55
Forum: Bug Reports
Topic: Files sorted wrong if names prefixed with --
Replies: 2
Views: 254

Files sorted wrong if names prefixed with --

It seems that prefixes of filenames with -- are handled in a special way (menu parser mode?) so that sort by name is wrong. It can be reproduced by creating several empty textfiles in a folder and sort them by name gives wrong sort order for --prefixed names like following: _A.txt _B.txt A.txt --A.t...
by roemer_m
15 Dec 2022 14:40
Forum: Tips & Tricks, Questions & Answers
Topic: get("curtabidx", pane=a|i|1|2) retrieving index of active tab in pane
Replies: 2
Views: 184

get("curtabidx", pane=a|i|1|2) retrieving index of active tab in pane

If there are more than one tab in pane are open with identical path a script can't get correct index position of currently active tab. Searching for position of tab in pane via get("tab","|","a") is no solution because path criteria is not unique to get the index of act...
by roemer_m
08 Nov 2022 23:16
Forum: Bug Reports
Topic: sortby broken for custom column
Replies: 8
Views: 1708

Re: sortby broken for custom column

Don you are right - beta 23.70.0301 is working correct. Thanks for fix.
by roemer_m
08 Nov 2022 17:14
Forum: Bug Reports
Topic: sortby broken for custom column
Replies: 8
Views: 1708

Re: sortby broken for custom column

Great surprise for me: portable version 23.70.0300 is working with German umlauts but same installed version fails with sortby on my computer. Could it be that I have to cleanup something (cache maybe)?
by roemer_m
08 Nov 2022 12:04
Forum: Bug Reports
Topic: sortby broken for custom column
Replies: 8
Views: 1708

Re: sortby broken for custom column

Sorry but sortby of custom column still exists if name of custom column include German umlauts (and maybe also other non ASCII-chars).
If you use "Länge" as custom column name sortby fails but if "Laenge" is used all is working as expected.
by roemer_m
04 Nov 2022 16:27
Forum: Bug Reports
Topic: sortby broken for custom column
Replies: 8
Views: 1708

Re: sortby broken for custom column

Yes, problem with SC sortby was fixed with version 23.70.0205
by roemer_m
02 Nov 2022 10:06
Forum: Bug Reports
Topic: sortby broken for custom column
Replies: 8
Views: 1708

sortby broken for custom column

sortby on custom column seems to be broken
1. create custom column "length" (name can be changed freely)
2. ::sortby "lenght";
on my current version 23.70.0200 result is:
list sort is only reset - no first or second sort applied anymore
by roemer_m
19 Apr 2021 11:42
Forum: Wishes
Topic: documentation of snippet file format
Replies: 1
Views: 513

documentation of snippet file format

Board content shows several script exchange examples using ::snippet; command with snippet description but file syntax in detail is not described anywhere. I guess it has great opportunities to save, exchange and restore customized scripts (CTB, columns and more?) quickly if all possibilites are wel...
by roemer_m
10 Dec 2016 15:26
Forum: Tips & Tricks, Questions & Answers
Topic: pdf preview only shows garbled text
Replies: 8
Views: 1562

Re: pdf preview only shows garbled text

I had the same error and fixed it as follows just by changing config of XYplorer: open XYplorer configuration->Preview->Previewed Formats if *.pdf file is checked uncheck it save changes in configuration after that pdf-preview with configured standard shell handler should be used instead of plain te...