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

✨ Emphasize API

thecoolwinter opened this issue · comments

Description

There's a growing need for an API for emphasizing text in the editor view. This has already been implemented for bracket pair highlighting (#186), but should be separated from the bracket pair code and made into a public API.

Some things that will use this API:

  • Search in file
  • Project find (CE, when selecting a find navigator search result)
  • Find in file
  • Bracket pair highlighting

Alternatives Considered

No response

Additional Context

No response

Screenshots

No response