Search found 12 matches

by Mosed
18 Jan 2022 21:37
Forum: Tips & Tricks, Questions & Answers
Topic: Show edit with notepad++ on the right click menu
Replies: 7
Views: 6759

Re: Show edit with notepad++ on the right click menu

Would it not be the best option to simply show 32 & 64 bit Kontext menu entries in one menu at once? Perhaps customizeable which entries you want to see. I recognized now that several of the entries from the context menu shown in the explorer are in xyplorer only visible in the 64bit menu. Impor...
by Mosed
15 Jan 2022 19:58
Forum: Wishes
Topic: Ideas for breadcrumb bar
Replies: 7
Views: 1227

Re: Ideas for breadcrumb bar

Here's another option somewhat mimicking what you're after: Bind command "#346 View | Tab | Relocate Tab..." to CEA "Double-click on white in breadcrumb bar" via "Run script" , "#346;". It's not as nice (and needs a double-click) but gives you an instant past...
by Mosed
15 Jan 2022 19:47
Forum: Tips & Tricks, Questions & Answers
Topic: How to set folder and subfolders in Details mode while contents in Icon mode
Replies: 17
Views: 3049

Re: How to set folder and subfolders in Details mode while contents in Icon mode

And the error message is? Error.PNG So it seems the script tries to search inside G: (That is the bluray drive). If in doubt, exclude such places, e.g. with: $exclusions = "This PC|This Computer"; if (strpos($exclusions, <newpath>) != -1) { end true; } at the beginning ok. that helps. Tha...
by Mosed
15 Jan 2022 17:45
Forum: Tips & Tricks, Questions & Answers
Topic: How to set folder and subfolders in Details mode while contents in Icon mode
Replies: 17
Views: 3049

Re: How to set folder and subfolders in Details mode while contents in Icon mode

ok. A help area for "quick search" and another for "quicksearch()". Thank you. With a reference in this forum I managed to add the /n switch: $files = listfolder(<newpath>, , 1, <crlf>); $cntFiles = gettoken($files, "count", <crlf>); $images = quicksearch("{:Image}...
by Mosed
15 Jan 2022 16:34
Forum: Tips & Tricks, Questions & Answers
Topic: How to set folder and subfolders in Details mode while contents in Icon mode
Replies: 17
Views: 3049

Re: How to set folder and subfolders in Details mode while contents in Icon mode

1. The script searches also in the subfolders, but not only in the actual folder. So also a root is set to "image view" when a subfolder contains images - can this be changed? quicksearch() supports switches, one of them is not to dive into subfolders. Set it ok, do you mean flags? I see ...
by Mosed
15 Jan 2022 11:59
Forum: Tips & Tricks, Questions & Answers
Topic: How to set folder and subfolders in Details mode while contents in Icon mode
Replies: 17
Views: 3049

Re: How to set folder and subfolders in Details mode while contents in Icon mode

Or alternatively as a more general approach (regardless of folder structure, but by looking on which percent scale of files inside a folder are images): $files = listfolder(<newpath>, , 1, <crlf>); $cntFiles = gettoken($files, "count", <crlf>); $images = quicksearch("{:Image}", ...
by Mosed
14 Jan 2022 12:15
Forum: Wishes
Topic: Ideas for breadcrumb bar
Replies: 7
Views: 1227

Re: Ideas for breadcrumb bar

Another idea for the breadcrump bar: If you left click in the empty space on the right side of the path the path should get editable. I learned that you can simply copy a path from the clipboard to a tab and the tab will then open this path, but that is not intuitive (yes, this is ok when you know i...
by Mosed
14 Jan 2022 08:26
Forum: Tips & Tricks, Questions & Answers
Topic: Explorer replacement and reset tab to home function after restart
Replies: 8
Views: 750

Re: Explorer replacement and reset tab to home function after restart

Thank you. So I can also use this script to be always on a specific pane after restarting xyplorer. Due to the fact that I know in general not which pane is in focus before running the script I guess I would have to use something like this (if I have on both panes home zones): focus "P2"; ...
by Mosed
14 Jan 2022 08:17
Forum: Wishes
Topic: Deeper explorer replacement
Replies: 2
Views: 994

Deeper explorer replacement

Hello, I'm testing XYPlorer and in general it looks very good. But one topic is not as "global" as expected: the explorer replacement. Sorry to say it, but here Opus dir should be the benchmark. (I'm sure you do not like this comparison :D ) In general I like xyplorer more, so would be nic...
by Mosed
13 Jan 2022 20:57
Forum: Tips & Tricks, Questions & Answers
Topic: Explorer replacement and reset tab to home function after restart
Replies: 8
Views: 750

Re: Explorer replacement and reset tab to home function after restart

You are right. So the script must be adapted to take effect on both panes?
by Mosed
13 Jan 2022 20:33
Forum: Tips & Tricks, Questions & Answers
Topic: Explorer replacement and reset tab to home function after restart
Replies: 8
Views: 750

Re: Explorer replacement and reset tab to home function after restart

1. Only if a special handler would be written, that intercepts those locations... ok, so the replacement is not as global as in Opus dir. Does it make sense to create a wish about that or is there a "hard" reason why xyplorer is not able to intercepts such locations? 2. Exactly, use a scr...
by Mosed
13 Jan 2022 19:47
Forum: Tips & Tricks, Questions & Answers
Topic: Explorer replacement and reset tab to home function after restart
Replies: 8
Views: 750

Explorer replacement and reset tab to home function after restart

Hello, I'm testing XYplorer right now and it looks quite good. But there are two topics I cannot manage at the moment. 1. It is possible to set xyplorer as default file manager. But I found directly two cases were still the explorer is used. Is this intentional or could this be something for the wis...