Dynamic Collapsible Tree

Features wanted...
Post Reply
msalvatori
Posts: 33
Joined: 25 Aug 2007 18:39

Dynamic Collapsible Tree

Post by msalvatori »

After spending significant time with XY as a newcomer, my most frequent annoyance is a stretched-out tree after hopping around several tabs. While XY does well to dynamically expand destination nodes within the tree, there is no optional symmetry in behavior where the tree dynamically collapses while I move up or out of a node path.

admin
Site Admin
Posts: 66279
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Dynamic Collapsible Tree

Post by admin »

msalvatori wrote:After spending significant time with XY as a newcomer, my most frequent annoyance is a stretched-out tree after hopping around several tabs. While XY does well to dynamically expand destination nodes within the tree, there is no optional symmetry in behavior where the tree dynamically collapses while I move up or out of a node path.
Because I don't like this sort of behavior. :)

Other opinions?

admin
Site Admin
Posts: 66279
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Dynamic Collapsible Tree

Post by admin »

I just added a new thing that might help:

Code: Select all

    + CKS: added new command to "Miscellaneous":
      - Optimize Tree
        Only expand the current path, collapse all other paths.
        Default KS: Shift+Numpad Divide

John Bee
Posts: 323
Joined: 01 May 2005 20:21
Location: Win10, Win11 @100%

Re: Dynamic Collapsible Tree

Post by John Bee »

admin wrote:I just added a new thing that might help:

Code: Select all

    + CKS: added new command to "Miscellaneous":
      - Optimize Tree
        Only expand the current path, collapse all other paths.
        Default KS: Shift+Numpad Divide
Bring it on, :) , as long as its optional. :lol: 8)
Cause some things are a turn on, and some a turn off! :lol:

msalvatori
Posts: 33
Joined: 25 Aug 2007 18:39

Re: Dynamic Collapsible Tree

Post by msalvatori »

admin wrote:Because I don't like this sort of behavior. :)
And there are times when I too don't want that behavior, which is why I specified it as optional. For those times when I am jumping around, the results render the tree useless, causing me to perform significant scrolling. Your follow-up idea looks like a pragmatic approach that would suite my needs just fine.

JustinF
Posts: 358
Joined: 28 Jun 2005 23:47
Location: Omaha, Nebraska, USA

Re: Dynamic Collapsible Tree

Post by JustinF »

admin wrote:I just added a new thing that might help:

Code: Select all

    + CKS: added new command to "Miscellaneous":
      - Optimize Tree
        Only expand the current path, collapse all other paths.
        Default KS: Shift+Numpad Divide
Beautiful, just beautiful. Thanks! With a quick keyboard shortcut my tree can be nice and clean. :D
Justin
Windows 7 Professional

msalvatori
Posts: 33
Joined: 25 Aug 2007 18:39

Re: Dynamic Collapsible Tree

Post by msalvatori »

admin wrote:I just added a new thing that might help:

Code: Select all

    + CKS: added new command to "Miscellaneous":
      - Optimize Tree
        Only expand the current path, collapse all other paths.
        Default KS: Shift+Numpad Divide
I am thoroughly enjoying that feature. Thank you for the quick turnaround! :D

John Bee
Posts: 323
Joined: 01 May 2005 20:21
Location: Win10, Win11 @100%

Re: Dynamic Collapsible Tree

Post by John Bee »

umm, how is this different from Ctrl-Shift-F4 :?:

I thought this would like this: only one branch open at a time in the tree. Have c: drive fully open and then click on d: drive and c: drive closes up and then d: drive opens up. (or folders etc.) Automatically.

Having to hit a key(s) to do this is no different than doing the ctrl-shift-F4.

Unless I'm having a senior's moment here :wink:

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Post by serendipity »

The only difference I see is:
rebuild tree: the clicked node is still open.
optimize tree: the clicked node is closed but still in focus.
Did i get that right?

admin
Site Admin
Posts: 66279
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Post by admin »

serendipity wrote:The only difference I see is:
rebuild tree: the clicked node is still open.
optimize tree: the clicked node is closed but still in focus.
Did i get that right?
No. Rebuild Tree really does all the browsing again. Completely. Including polling the drives, refreshing all icons... etc. the whole job.

Optimize Tree just collapses some nodes. It's *much* faster.

John Bee
Posts: 323
Joined: 01 May 2005 20:21
Location: Win10, Win11 @100%

Post by John Bee »

admin wrote:Optimize Tree just collapses some nodes. It's *much* faster.
But, wouldn't it be even neater if it did it automatically?

PS. either way for me is same speed.

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Post by serendipity »

John Bee wrote:
admin wrote:Optimize Tree just collapses some nodes. It's *much* faster.
But, wouldn't it be even neater if it did it automatically?

PS. either way for me is same speed.
May be thats why DON said in the first place this:
admin wrote:Because I don't like this sort of behavior. :)
As long as there is quick toggle to ON/OFF the auto-collapse tree, i dont mind it.

admin
Site Admin
Posts: 66279
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Post by admin »

John Bee wrote:
admin wrote:Optimize Tree just collapses some nodes. It's *much* faster.
But, wouldn't it be even neater if it did it automatically?

PS. either way for me is same speed.
Good for you. Fast computer. But the one is at least 100 times faster then the other...

Why not automatic? I don't like it.

John Bee
Posts: 323
Joined: 01 May 2005 20:21
Location: Win10, Win11 @100%

Post by John Bee »

admin wrote:Why not automatic? I don't like it.
Well OK then. 8)

admin
Site Admin
Posts: 66279
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Post by admin »

John Bee wrote:
admin wrote:Why not automatic? I don't like it.
Well OK then. 8)
Oh! I had I private bet with myself running that you would ask "Make it configurable!" (But I would have said No.)

Post Reply