CodeEditApp / CodeEditTextView

A text editor specialized for displaying and editing code documents. Written in pure Swift.

Home Page:https://codeeditapp.github.io/CodeEditTextView/documentation/codeedittextview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ Render Whitespace Characters

EstebanBorai opened this issue · comments

Description

Similar to other editors, like SublimeText, VSCode, and Zed, whitespace characters for spaces
and tabs can optionally be rendered.

Some Examples:

SublimeText rendering tabs

Screenshot 2024-02-10 at 9 38 36 PM

VSCode Rendering Spaces

Screenshot 2024-02-10 at 9 39 21 PM

Zed rendering spaces

Screenshot 2024-02-10 at 9 37 50 PM

Alternatives Considered

No response

Additional Context

No response

Screenshots

No response