Search found 561 matches

by Leito
18 May 2017 13:01
Forum: Tips & Tricks, Questions & Answers
Topic: Win+E integration
Replies: 16
Views: 4694

Re: Win+E integration

This is ugly - but you could customize the title bar of XYplorer (Colors and StylesTemplates) to add a unique term to it. Then use:

Code: Select all

IfWinExist, XYplorer {unique-term}
by Leito
18 May 2017 12:38
Forum: Tips & Tricks, Questions & Answers
Topic: [SOLVED] Focus pane when clicking on tree
Replies: 9
Views: 1992

Re: Focus pane when clicking on tree

MemphiZ wrote:I would support this as well. Usually I click on the tree and start typing for a file name. As it is now, those keystrokes will cause the tree to start searching instead of the pane.
My problem exactly.

A tweak would be great then.
by Leito
18 May 2017 11:14
Forum: Tips & Tricks, Questions & Answers
Topic: [SOLVED] Focus pane when clicking on tree
Replies: 9
Views: 1992

[SOLVED] Focus pane when clicking on tree

After opening a folder by clicking on the tree, is there any way to put the focus automatically on the pane where the folder has been opened?
by Leito
19 Apr 2017 10:08
Forum: Tips & Tricks, Questions & Answers
Topic: disable/remove horizontal scroll bar in treeview?
Replies: 10
Views: 2644

Re: disable/remove horizontal scroll bar in treeview?

For reference, the added tweak is:

Code: Select all

TreeNoHoriScroll
by Leito
19 Apr 2017 10:03
Forum: Wishes
Topic: Docked custom copy
Replies: 3
Views: 1193

Re: Docked custom copy

No love for my suggestion? :(
by Leito
13 Apr 2017 18:54
Forum: Reviews
Topic: Like a new feature? Say thanks here
Replies: 881
Views: 319416

Re: Like a new feature? Say thanks here

Not really a new feature (XYplorer 9.40 - 02-Aug-2010), but I just discovered we can associate a default program to files without extension. So gooooood. :D
by Leito
11 Apr 2017 13:47
Forum: Wishes
Topic: Docked custom copy
Replies: 3
Views: 1193

Docked custom copy

I often find it annoying that we have to have a additional window opened when copying some files (using custom copy or not). That's why I'd like to see an improvement for custom copy: dock the window on the main XYplorer window, for instance on the Info panel. The panel could open automatically when...
by Leito
11 Apr 2017 12:04
Forum: Bug Reports
Topic: Network location speed vs mapped network drive speed
Replies: 19
Views: 3780

Re: Network location speed vs mapped network drive speed

Same here. This is the main source of XYplorer hanging for me.
by Leito
10 Apr 2017 14:13
Forum: Tips & Tricks, Questions & Answers
Topic: sophisticated move, copy, recycle bin behaviour
Replies: 8
Views: 1771

Re: sophisticated move, copy, recycle bin behaviour

You are right, I didn't think about network drives and floppy disks.
by Leito
10 Apr 2017 13:30
Forum: Tips & Tricks, Questions & Answers
Topic: recent locations and History
Replies: 1
Views: 714

Re: recent locations and History

Because the history is pane related, while the recent locations list is not?
by Leito
10 Apr 2017 13:28
Forum: Tips & Tricks, Questions & Answers
Topic: sophisticated move, copy, recycle bin behaviour
Replies: 8
Views: 1771

Re: sophisticated move, copy, recycle bin behaviour

Since there is already the option Suppress delete confirmation dialog (Configuration → File Operations → File Operations → Miscellaneous), half of the work is already done. There should be an easy way to detect if the user hits "Suppr" or "Shit"+"Suppr" to know if the f...
by Leito
10 Apr 2017 13:12
Forum: Bug Reports
Topic: Copy,Pause,Resume Problem
Replies: 22
Views: 4038

Re: Copy,Pause,Resume Problem

PeterH wrote:Even the names are wrong in the moment.

It's not Pause & Resume, but Break and Restart.
Hmm not quite, because it restarts the current file but if you are copying several files, it doesn't restart the whole process.
by Leito
30 Mar 2017 10:06
Forum: Wishes
Topic: [SOLVED] Select files highlighted by Type Ahead Find
Replies: 3
Views: 770

Re: Select files highlighted by Type Ahead Find

LittleBiG wrote:Run this script from the address bar or create a button for it:

Code: Select all

selfilter <get SpotPatterns>;
Exactly what I'm looking for, thanks a lot!
by Leito
29 Mar 2017 17:48
Forum: Bug Reports
Topic: Mouse Back Button, Back 2
Replies: 12
Views: 3173

Re: Mouse Back Button, Back 2

No issue with my Logitech M500.
by Leito
29 Mar 2017 17:43
Forum: Wishes
Topic: [SOLVED] Select files highlighted by Type Ahead Find
Replies: 3
Views: 770

[SOLVED] Select files highlighted by Type Ahead Find

Could we have a command (and shortcut associated) to select all files/folders that are highlighted by the Type Ahead Find?

Maybe change the behavior of Ctrl+A when Type Ahead Find is "active"?