12 comments (12 comments)95 reactions (95 reactions)1 assignee (1 assignee)C++9,275 forks (9,275 forks)batch import
Area-UserInterfaceHelp WantedIn-PRIssue-TaskPriority-2Product-Terminal
Repository metrics
- Stars
- 103,173 stars (103,173 stars)
- PR merge metrics
- Avg merge 27d 19h (Avg merge 27d 19h)24 merged PRs in 30d (24 merged PRs in 30d)
Description
Probably depends on #991 getting done first
Drag a separator to (recursively) resize the panes that are separated by that separator.
Contributor guide
- Research direction
- First, understand the dependency on issue #991 which likely introduces pane splitting. Then, study how panes and separators are rendered and managed in the codebase. Implement mouse event handling to detect drag on separators and recursively resize adjacent panes based on the drag delta. Ensure the resize logic respects minimum pane sizes.
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Prerequisites
- C++