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 摘要。