Problem :
********
When you print a class code, with errors
and/or warnings in it, you loose the visual info from the yellow/red marker in
the side bar.
Request :
********
I'd like an indication to be printed, next
to the line number, that IDEA detected a problem on that line.
Example :
59
StringBuffer valid1 =
null ;
60
StringBuffer valid2 =
null ;
61 StringBuffe
doesntCompile = null ; <<
error
62
StringBuffer unusedVariable = null ; << warning
Alain Ravet
