ui: add 3-click search
- Dominant language
- Go
- Stars
- 10
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
3-clicking a non-directory searches for matching text in the body of the corresponding Sheet (or if in a Col background, just in the textbox itself). All matches are highlighted, but the cursor remains on the clicked match. On subsequent clicks, the cursor jumps to the next match. (This slightly deviates from Acme, which jumps to the next match even on the first click.)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the UI handling for three-clicks and the representations of Sheets, Col backgrounds, directories, textboxes, and cursor movement. Trace how text selection and highlighting currently work, then verify the requested behavior: search the appropriate body or textbox, highlight all matches, keep the cursor on the first clicked match, and advance on subsequent clicks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- desktop, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100