鼠标左键双击选中功能弱
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 13k
- Forks
- 1.3k
- Avg merge
- 14h 3m
- Merged PRs (30d)
- 3
Description
鼠标左键双击选中功能能否支持自定义分隔符,中英混输,每次双击英文单词都不能精确选中,现在的分隔符只有空格吗?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the native C++ editor's existing mouse double-click selection handling. Check how delimiters are currently defined and how mixed Chinese and English text is tokenized; done means configurable delimiters and precise English-word selection work reliably in mixed-language text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100