Hi. Working on a KEEP, is it possible to declare n...
# compiler
j
Hi. Working on a KEEP, is it possible to declare new line characters inside the
DefaultErrorMessages
and make them work in the inlined errors from the IDE inspections? Since looks like the errors print with new line chars on terminal if you build the project, but the inlined IDE error inspections don’t seem to show new line chars and show everything on a single line.
u
Usually we use
IdeErrorMessages
for this
j
Can I get that working inside of a trace report @udalov? We’re reporting from a
CallChecker
using trace so we can report as many errors as possible in a single pass.
Ah yes, I see how it works now. Thanks!