freon4dsl / Freon4dsl

Web Native language Workbench with Projectional Web Editor
https://www.freon4dsl.dev
MIT License
67 stars 8 forks source link

Style how errors are highlighted #388

Open globallyunique opened 2 weeks ago

globallyunique commented 2 weeks ago

It should be possible to use css or some other option to style the way errors are highlighted. (This was discussed in a call on 9/30 and it was suggested that an issue be added.)

joswarmer commented 1 week ago

Showing all errors in the editor is now available in the development branch as an experimental feature. Implemented for text boxes and layout boxes, does not yet refresh when model changes and does not auto-revalidate at changes in the model.

joswarmer commented 1 week ago

You can style it with CSS, happy to understand whether this is enough or otherwise how we can improve this.