noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Feature request: silence some output lines #483

Closed underdpt closed 7 years ago

underdpt commented 7 years ago

Hi,

I would like the feature of removing some lines of the output, via a regexp as it's done with the errormatch or warningmatch options, but simply hiding the matched lines of the output (or not outputting them at all). Thanks,

oli-obk commented 7 years ago

This has been discussed in #429 and is out of scope for the build package. A secondary package hooking into build and creating an alternate display would be ok though

noseglid commented 7 years ago

Yes, what @oli-obk said. I don't want to do such processing in the build package. A view could selectively display lines though, once that's pluggable.