CodeEditApp / CodeEditApp/CodeEditTextView
✨ Draw Invisibles Only On Selection
未關閉
enhancement
- 主要語言
- Swift
- 星號
- 182
- 分支
- 54
- PR 合併指標
- 30 天內沒有已合併 PR
描述
### Description
Some editors allow users to only see invisible characters in their selected text. Right now, CETV can only enable them for the entire document, or not at all.
### Alternatives Considered
_No response_
### Additional Context
Some updated requirements:
- The line fragment renderer will need to know about selected ranges, this introduces an interesting dependency tree.
- Querying selected ranges may be slow when it's done for *every* visible line fragment each render loop. The implementation should consider this or profile it to make sure it's negligible.
### Screenshots
_No response_
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。