CodeEditApp / CodeEditApp/CodeEditTextView

✨ Draw Invisibles Only On Selection

未關閉
#106 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。