Duhemm / sbt-errors-summary

sbt plugin to show a summary of compilation messages.
MIT License
201 stars 11 forks source link

Fix #26 & #12: report line and column numbers on left of code and visually differentiate them #27

Closed yawaramin closed 7 years ago

yawaramin commented 7 years ago

The string manipulation logic should be good, but I've never developed or tested an sbt plugin before, so would appreciate some help with the testing.

yawaramin commented 7 years ago

OK, I believe that covers all the points except the coloured legend.

olafurpg commented 7 years ago

Thank you @yawaramin for this addition, I love seeing the line numbers on the left of the code!