AtomBuild / atom-build-make

GNU Make plugin for atom-build
MIT License
13 stars 19 forks source link

Error Matching #17

Closed jamesrobb closed 8 years ago

jamesrobb commented 8 years ago

How would one add error matching to this package such that atom-build would recognize errors in cpp and c files being compiled with gcc/g++ where I could click on the error to jump to the line in question?

noseglid commented 8 years ago

There is no errorMatching in this package yet. I'd accept a PR for it though. You can see other packages such as build-cargo on how it can be done.