Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

[Feature Request] Real tree support #2

Open
andreyorst opened this issue Jun 24, 2019 · 0 comments
Open

[Feature Request] Real tree support #2

andreyorst opened this issue Jun 24, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@andreyorst
Copy link
Owner

Currently kaktree only imitates the tree, by doing requests to the filesystem only when user expands the directory, and replacing the contents of the buffer with Kakoune. This means that we currently are not able to refresh the whole tree, and if we fold something that has unfolded directories inside it, on unfolding it again those directories will not be unfolded.

This FR proposes to create and maintain real filetree in some kind of variable, and make all requests based on the information of that tree. This way folding and unfolding can still be done by Kakoune replacement commands, but correct trees will be obtained. This will also allow refreshing full tree from top to bottom.

Work on this feature will be going in real-tree branch.

@andreyorst andreyorst added enhancement New feature or request help wanted Extra attention is needed labels Oct 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant