CodeEditApp / CodeEditApp/CodeEditTextView

✨ Draw Invisibles Only On Selection

Aperta
#106 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
enhancement
Lingua principale
Swift
Stelle
182
Fork
54
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

### 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_

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.