How to switch left pane to tree view?

Discussion of bugs and problems found in Altap Salamander. In your reports, please be as descriptive as possible, and report one incident per report. Do not post crash reports here, send us the generated bug report by email instead, please.
pstein
Posts: 4
Joined: 16 Mar 2021, 07:15

How to switch left pane to tree view?

Post by pstein »

How can I switch the left pane to a tree view (like in built-in Windows Explorer)?
User avatar
SelfMan
Posts: 1142
Joined: 05 Apr 2006, 20:51
Contact:

Re: How to switch left pane to tree view?

Post by SelfMan »

Salamander does not have a "tree" view.
pstein
Posts: 4
Joined: 16 Mar 2021, 07:15

Re: How to switch left pane to tree view?

Post by pstein »

SelfMan wrote: 16 Mar 2021, 21:50 Salamander does not have a "tree" view.
Thats a surprise.

All Windows Explorer replacements have a Treeview.
This is one of the core functions of modern file explorers.

Can you add this view to the next release?

I appreciate Altap Salamander and want to use it in future.
But without TreeView its almost useless for me

Thank you
Peter
User avatar
SelfMan
Posts: 1142
Joined: 05 Apr 2006, 20:51
Contact:

Re: How to switch left pane to tree view?

Post by SelfMan »

Actually, its just more a thing of the way you are working. I myself don't need the tree view at all. I am using shortcuts to the folders I am using the most and for those I am not I do use the user menu.
I am used to type the first 2-3 characters of the folder or file name. Salamander moves to the first match automatically. If it's a string inside the name, I just hit the \ and start typing. This is much quicker then moving the mouse and clicking.

As for the new features - I am not a Salamander developer, just forum admin. The Salamander development is currently on hold as the Altap guys got employed by Fine corp. which is also the reason why Salamander became freeware.
User avatar
tukanos
Posts: 410
Joined: 21 Dec 2005, 19:14

Re: How to switch left pane to tree view?

Post by tukanos »

This should not be a big problem to add it as plugin, but we would need to have SDK for that.
User avatar
SelfMan
Posts: 1142
Joined: 05 Apr 2006, 20:51
Contact:

Re: How to switch left pane to tree view?

Post by SelfMan »

Well, so far no response yet.
User avatar
tukanos
Posts: 410
Joined: 21 Dec 2005, 19:14

Re: How to switch left pane to tree view?

Post by tukanos »

If you want to view the directory structure a simple workaround would be to use tree command.

You could create a menu item entry where you:

Code: Select all

command: tree
(if you want to see files add) arguments: /F
initial directory: $(FullPath)

Check the boxes "execute throught shell" and "open shell window".
You will see the output in the command line. The advantage of this approach is that you can redirect the output to the file via >> output_file.txt, which you can add to the arguments line.
Post Reply