elan-language / LanguageAndIDE

Apache License 2.0
3 stars 1 forks source link

Field-level errors to take priority over frame-level editors #868

Open richardpawson opened 1 week ago

richardpawson commented 1 week ago

This error is clear:

image

However, in this scenario, the error is not clear:..

image

The display is masking the underlying error. The field is highlighted amber giving the sharp-eyed user the hint that the problem is at field level (though many could miss that). If you click on that field you see the field-level compiler warning - and note that this warning has caused the frame level error (still displayed) to be shown as a warning.

image

I think we need to explore (possibly in a branch) changing the policy here, such that ...