sqlitebrowser / sqlitebrowser/sqlitebrowser
[Feature]: Cursor key handling of selected row
未关闭
还没有人认领这个 Issue。
- 主要语言
- C++
- 星标
- 24.6k
- 派生
- 2.4k
- 平均合并
- 3 天 49 分钟
- 30 天内合并 PR
- 3
描述
Describe the new feature
If a complete row is selected then the keys down/up/page down/page up/Home/End should set the selection to the appropriate row. Together with Shift the number of selected rows should be increased.
In the moment the selection is set to a single cell.
Does this feature exist in another product or project? Please provide a link
No response
Do you have a screenshot? Please add screenshots to help explain your idea.
No response
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
该 issue 没有指出文件、测试或入口点。首先定位表格的行选择和光标键处理,然后验证 Up、Down、Page Up、Page Down、Home 和 End 会移动整行选择,并且 Shift 会扩展选中范围,而不是将其缩减为一个单元格。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- desktop
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100