CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
511 stars 78 forks source link

✨ Line Annotations #60

Open austincondiff opened 1 year ago

austincondiff commented 1 year ago

Description

We need a system in place where we can annotate lines with different styles - Neutral, Info, Warning, Error, etc.

Additional Context

This has been implemented in CodeEditorView here (under Messages) and here. We may adopt a similar API.

Screenshots

Warning

image

Warning Expanded

image

Error

image

Multiple Errors

image

Multiple Errors Expanded

image