wmjordan / wmjordan/PDFPatcher
增加文本搜索的功能
Open
Nobody has claimed this yet.
改进
- Dominant language
- C#
- Stars
- 12.7k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
在编辑器界面按 Ctrl+F,显示搜索面板,输入搜索关键字,自动异步搜索
- 考虑支持匹配单文本行正则表达式
- 支持匹配跨行的文本
- 规范化空白(多个空格可视为一个,忽略中文之间的空白)
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 editor interface and its Ctrl+F keyboard handling; no source files or tests are named in the issue. The work is done when a search panel performs asynchronous text search and the listed requirements for single-line regex, cross-line matching, and whitespace normalization are addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop, search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100