Page 1 of 1

How to switch left pane to tree view?

Posted: 16 Mar 2021, 07:21
by pstein
How can I switch the left pane to a tree view (like in built-in Windows Explorer)?

Re: How to switch left pane to tree view?

Posted: 16 Mar 2021, 21:50
by SelfMan
Salamander does not have a "tree" view.

Re: How to switch left pane to tree view?

Posted: 18 Mar 2021, 12:30
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

Re: How to switch left pane to tree view?

Posted: 18 Mar 2021, 17:55
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.

Re: How to switch left pane to tree view?

Posted: 26 Mar 2021, 10:02
by tukanos
This should not be a big problem to add it as plugin, but we would need to have SDK for that.

Re: How to switch left pane to tree view?

Posted: 26 Mar 2021, 11:10
by SelfMan
Well, so far no response yet.

Re: How to switch left pane to tree view?

Posted: 07 Dec 2021, 10:35
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.