Open meyerm opened 7 years ago
Error messages aren't wrapped into the next line early enough. F.ex. writing addi x1, x2 and resizing the editor frame shows that the error message overlaps with , x2 before it is finally shifted one line lower.
addi x1, x2
, x2
Error messages aren't wrapped into the next line early enough. F.ex. writing
addi x1, x2
and resizing the editor frame shows that the error message overlaps with, x2
before it is finally shifted one line lower.