i was sold until i tried to use the context menu to open a directory in a new window tonite. i've accidently opened it in a new "pane" instead, and can't find how to close that second pane.
1. is there a way to disable tabs?
2. is there a way to disable the second pane?
3. is there a way to open a directory in a new window, preferably from the context menu?
how to disable tabs & dual panes?
-
highend
- Posts: 14925
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: how to disable tabs & dual panes?
At least these should be en- / disabled:
1.
Configuration | Tabs and Panes | Tabs | Maximum number of tabs = 1
Configuration | General | Menus, Mouse, Usability | Context Menus | File List...
[ ] Open in New Tab [folders only]
[ ] Open in New Background Tab [folders only]
[ ] Open in Other Pane [folders only]
2.
Configuration | Other | Features | [ ] Dual Pane
3.
No, at least not from the normal right click context menu on a folder
But e.g.:
Configuration | General | Custom Event Actions | Clicking on Line Numbers | Double-click on line number
Action = Run script
Script:
Adapt the path to XYplorer.exe^^
1.
Configuration | Tabs and Panes | Tabs | Maximum number of tabs = 1
Configuration | General | Menus, Mouse, Usability | Context Menus | File List...
[ ] Open in New Tab [folders only]
[ ] Open in New Background Tab [folders only]
[ ] Open in Other Pane [folders only]
2.
Configuration | Other | Features | [ ] Dual Pane
3.
No, at least not from the normal right click context menu on a folder
But e.g.:
Configuration | General | Custom Event Actions | Clicking on Line Numbers | Double-click on line number
Action = Run script
Script:
Code: Select all
$xy = "D:\!XYplorer\!Fresh\XYplorer 25.00.0213\XYplorer.exe";
sel posatpos();
run lax("$xy" /new /path="<curitem>");
One of my scripts helped you out? Please donate via Paypal
-
RalphM
- Posts: 2086
- Joined: 27 Jan 2005 23:38
- Location: Cairns, Australia
Re: how to disable tabs & dual panes?
I think one warning should be given with this approach.
Whatever changes one makes while working with multiple instances might get lost if one is not careful about saving changes or if automatic save on exit is switched on, which of the instances is closed last.
Whatever changes one makes while working with multiple instances might get lost if one is not careful about saving changes or if automatic save on exit is switched on, which of the instances is closed last.
Ralph 
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
XYplorer Beta Club