[PR #223] [CLOSED] Add a optional selection cycle feature to the TreeView. #884

Closed
opened 2026-03-04 01:08:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/223
Author: @Bios-Marcel
Created: 1/15/2019
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 8cf292f Add a optional selection cycle feature to the TreeView.
  • f328e44 Remove a letter that I accidently added before comitting, it caused a compile error
  • 721d3be Change 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.

## 📋 Pull Request Information **Original PR:** https://github.com/rivo/tview/pull/223 **Author:** [@Bios-Marcel](https://github.com/Bios-Marcel) **Created:** 1/15/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`8cf292f`](https://github.com/rivo/tview/commit/8cf292f8cd33619f974312bb70b32b16aeecdd8d) Add a optional selection cycle feature to the TreeView. - [`f328e44`](https://github.com/rivo/tview/commit/f328e442f6d1052019df6f49c41d2df61b8e21a6) Remove a letter that I accidently added before comitting, it caused a compile error - [`721d3be`](https://github.com/rivo/tview/commit/721d3be8e0afc94fe4235d85c4cf19589dd59ffd) Change all import paths to direct to my own fork ### 📊 Changes **50 files changed** (+89 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:08:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tview#884
No description provided.