fstiewitz / build-tools-cpp

Build your projects in atom
https://atom.io/packages/build-tools
MIT License
31 stars 6 forks source link

Add inline highlighting? #6

Closed t413 closed 9 years ago

t413 commented 9 years ago

Hey! Is it possible to use inline highlighting of errors like how the Linter plugin does? It'd be even more mighty useful than it already is!

Here's what linter looks like:

screenshot from 2014-11-25 14 32 13

You can click on a highlighted line and a footer shows with the related error message.

fstiewitz commented 9 years ago

It's an interesting idea and I will work on it as soon as I have enough time.

t413 commented 9 years ago

Cool! I'll take a look this weekend, thanksgiving 'family time' often means time to code a lot. You think it's a good idea for an addition?

fstiewitz commented 9 years ago

It is. Maybe it's even possible to use Linter for marking the lines, as an optional dependency of my package, because I assume coding it takes some time.

fstiewitz commented 9 years ago

Okay then, 0.8.0 is out with inline highlighting

t413 commented 9 years ago

Wow, I've been using this all morning, this is excellent! You rock!