Currently, we can double click the middle (vertical) line to divide the two pane with equal space.
suggestions:
Ctrl+double click: divide space 1:2 for two panes
Alt+double click: divide space 2:1 for two panes
Shift+double click: show one pane (active one) instead of two panes
Divide the space of two pane by click
-
admin
- Site Admin
- Posts: 66351
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Divide the space of two pane by click
Did you know that you can drag the splitter? 
FAQ | XY News RSS | XY X
-
paul0
- Posts: 137
- Joined: 23 Oct 2009 19:26
Re: Divide the space of two pane by click
yes.
But I prefer clicking
-- Two panes browsinng is a beautiful feature of xyplorer
But I prefer clicking
-- Two panes browsinng is a beautiful feature of xyplorer
-
nony
- Posts: 170
- Joined: 16 Sep 2009 19:51
Re: Divide the space of two pane by click
I see there is already a splitter context menu. So it might be handy to have some predefined widths there.
-
admin
- Site Admin
- Posts: 66351
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
paul0
- Posts: 137
- Joined: 23 Oct 2009 19:26
Re: Divide the space of two pane by click
I agree. It will beconvenient to use pre-defined width for different browsing patterns.nony wrote: So it might be handy to have some predefined widths there.
-
paul0
- Posts: 137
- Joined: 23 Oct 2009 19:26
Re: Divide the space of two pane by click
xyplorer always give customers surprises. We will keep waiting...admin wrote:Fancy stuff next summer.
-
PeterH
- Posts: 2827
- Joined: 21 Nov 2005 20:39
- Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%
Re: Divide the space of two pane by click
Instead of moving splitter to a predefined value like 1:2 or so, (it would never be where I really want it
) I'd prefer to "flip" it. That is: if it's 77:23, it would become 23:77. Either by a simple click or keystroke, or (for me even better) combined with "Toggle Active Pane".
Reason: I often have a big "main-"pane to work, and a second small one just to see files in another directory. Toggling to that pane I would like it to expand, and the other to shrink.
Reason: I often have a big "main-"pane to work, and a second small one just to see files in another directory. Toggling to that pane I would like it to expand, and the other to shrink.
-
Stefan
- Posts: 1360
- Joined: 18 Nov 2008 21:47
- Location: Europe
Re: Divide the space of two pane by click
I could imagine an command
to toggle the position of the splitter between middle and last pos. (like Window > Last Size/Minimize Info Panel Alt+F12)
Then i would assign an shortcut,
move the splitter one time to maximize one pane,
and then use the shortcut to toggle the width whenever i need it.
This would be nifty to see all columns if the file names are too long once again
Right now i use Ctrl+F10 for that (Panes / Horizontal Panes)
to toggle the position of the splitter between middle and last pos. (like Window > Last Size/Minimize Info Panel Alt+F12)
Then i would assign an shortcut,
move the splitter one time to maximize one pane,
and then use the shortcut to toggle the width whenever i need it.
This would be nifty to see all columns if the file names are too long once again
Right now i use Ctrl+F10 for that (Panes / Horizontal Panes)
-
TheQwerty
- Posts: 4373
- Joined: 03 Aug 2007 22:30
Re: Divide the space of two pane by click
I imagine wonderful scripting capabilities!
Required: The 'Splitter' to get/set; one of:
If the value of 'Size' is smaller/larger than the acceptable size then it should use the min/max for that panel.
This could also have text labels "Full" and "Close" (or similar) to specify that it or the bottom/right panel should be hidden.
Returns: The percentage of space used by the top/left panel.
This will typically be the same as Size, except for the previous point or when Size is omitted.
Code: Select all
pos = Splitter(Splitter, [Size]);- DP - Dual Pane
- IP - Info Panel
- NP - Navigation Panel
- Cat - Catalog/Tree
If the value of 'Size' is smaller/larger than the acceptable size then it should use the min/max for that panel.
This could also have text labels "Full" and "Close" (or similar) to specify that it or the bottom/right panel should be hidden.
Returns: The percentage of space used by the top/left panel.
This will typically be the same as Size, except for the previous point or when Size is omitted.
-
PeterH
- Posts: 2827
- Joined: 21 Nov 2005 20:39
- Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%
Re: Divide the space of two pane by click
For scripting: full capabilitiesTheQwerty wrote:I imagine wonderful scripting capabilities!
...
That would be, for me
Code: Select all
pos = Splitter(1, 100-Splitter(1));But ok - another thing for the moment: double-click on pane splitter moves it to 50%. Could another double-click (now, as it *is* 50%) move it back?
And, as I don't like these "fixed" positions like 50%, add a config option to change 50% to swap left/right
XYplorer Beta Club