Search found 2816 matches

by jupe
19 May 2024 03:04
Forum: Bug Reports
Topic: sorting by labels
Replies: 4
Views: 49

Re: sorting by labels

Yeah, definitely looks like a bug, possibly since soft Labels were added, in the meantime you could use something like this instead:

sortby "Label", "clk";

Moved topic to Bug reports.
by jupe
19 May 2024 03:03
Forum: Bug Reports
Topic: Drag and Drop to Another Application
Replies: 1
Views: 35

Re: Drag and Drop to Another Application

You could try toggling this,

Configuration | Other | Shell Integration | Drag and Drop | Extended compatibility for clipboard and drag and drop
by jupe
19 May 2024 02:56
Forum: Tips & Tricks, Questions & Answers
Topic: Open 2nd Pane on Bottom
Replies: 1
Views: 32

Re: Open 2nd Pane on Bottom

Try this:

Panes | Swap Panes
by jupe
18 May 2024 07:26
Forum: Wishes
Topic: Increase Info Panel area when you increase text size
Replies: 2
Views: 40

Re: Increase Info Panel area when you increase text size

You're intentionally breaking the layout with such a large font size, to set max IP size you only need Shift+F12, you could try changing your scaling if necessary.

Anyway the developer might have better advice for you, we'll see.
by jupe
18 May 2024 07:00
Forum: Wishes
Topic: Rapid Access Always visible
Replies: 6
Views: 131

Re: Rapid Access Always visible

Tools | Customize Tree | Lock Tree
by jupe
18 May 2024 06:41
Forum: Bug Reports
Topic: Doubled up items in Search Results
Replies: 2
Views: 44

Doubled up items in Search Results

Since I began using XYplorer I have occasionally noticed items were doubled up in search results, ie. duplicate items, I have never been able to build repro steps, it seemed erratic, but now I have finally managed to, but only in a certain scenario, I have no idea if resolving this will fix those ot...
by jupe
18 May 2024 05:15
Forum: Wishes
Topic: extracttext() for Htm and Html
Replies: 7
Views: 115

Re: extracttext() for Htm and Html

@Don: Is there any obstruction to enabling file:/// support for SC readurl[utf8], because the striphtml feature could possibly be handy on local files.

@DmFedorov: It could still be used currently (I assume), if you weren't opposed to running a local web/ftp server temporarily when required.
by jupe
18 May 2024 04:04
Forum: Tips & Tricks, Questions & Answers
Topic: Rapid Access
Replies: 18
Views: 347

Re: Rapid Access

Thanks for adding that! :tup: Another thing I wanted to ask was, in fresh with the list in %rapidaccess% root, if you right click a folder, the top 2 ctx menu items, "Open in New Tab" etc. work fine on normal folders, but if I try and use their similar CIDs eg. #1043;/#1062; etc, I get a m...
by jupe
17 May 2024 09:02
Forum: Tips & Tricks, Questions & Answers
Topic: How to suppress *.url and *.lnk file name extensions in DetailsView?
Replies: 15
Views: 1317

Re: How to suppress *.url and *.lnk file name extensions in DetailsView?

Don't you think you should have stated that? It doesn't requires a script to achieve that, so why would anyone automatically assume you meant that, especially in a topic that has nothing to do with scripting, it's about hiding exts, and you used the word remove not rename.
by jupe
16 May 2024 06:24
Forum: Tips & Tricks, Questions & Answers
Topic: Script or RegEx to replace multiple Search & Replace actions?
Replies: 4
Views: 561

Re: Script or RegEx to replace multiple Search & Replace actions?

Something like this: [^a-z0-9-]+ > - but you should check out XY function "Keep Particular Characters" for this task.
by jupe
16 May 2024 05:39
Forum: Tips & Tricks, Questions & Answers
Topic: Rapid Access
Replies: 18
Views: 347

Re: Rapid Access

Don, I have noticed with the new SC raf, when a item is added with the list in a location that isn't already in the tree (such as a hidden folder), the list changes location afterwards. Is that expected? Anyway to repro: fresh Configuration | General | Tree and List | Items in Tree and List | Select...
by jupe
15 May 2024 22:47
Forum: Tips & Tricks, Questions & Answers
Topic: CTRL-F in the preview window
Replies: 4
Views: 102

Re: CTRL-F in the preview window

Well you could hack job it, something like this:

focus "PP"; sendkeys "{Tab}^f";