mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[PR #223] [CLOSED] Add a optional selection cycle feature to the TreeView. #884
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#884
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rivo/tview/pull/223
Author: @Bios-Marcel
Created: 1/15/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
8cf292fAdd a optional selection cycle feature to the TreeView.f328e44Remove a letter that I accidently added before comitting, it caused a compile error721d3beChange all import paths to direct to my own fork📊 Changes
50 files changed (+89 additions, -63 deletions)
View changed files
📝
CONTRIBUTING.md(+2 -2)📝
README.md(+7 -7)📝
box.go(+1 -1)📝
button.go(+1 -1)📝
checkbox.go(+1 -1)📝
demos/box/main.go(+1 -1)📝
demos/button/main.go(+1 -1)📝
demos/checkbox/main.go(+1 -1)📝
demos/dropdown/main.go(+1 -1)📝
demos/flex/main.go(+1 -1)📝
demos/form/main.go(+1 -1)📝
demos/frame/main.go(+1 -1)📝
demos/grid/main.go(+1 -1)📝
demos/inputfield/main.go(+1 -1)📝
demos/list/main.go(+1 -1)📝
demos/modal/main.go(+1 -1)📝
demos/pages/main.go(+1 -1)📝
demos/presentation/center.go(+1 -1)📝
demos/presentation/code.go(+1 -1)📝
demos/presentation/colors.go(+1 -1)...and 30 more files
📄 Description
In a list the selection cycles and I think that's pretty handy, but since the List isn't as powerful as the TreeView, it isn't always the best choice, so I added the cycling behaviour to the TreeView. By default this behaviour is disabled.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.