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

CWD in regex matching #493

Closed dabbeg closed 7 years ago

dabbeg commented 7 years ago

Would it be a possibility to add a cwd variable to the regex matching? I'm building a .net solution and trying to match error output from msbuild. It only outputs a relative path to the current project it is compiling, so I need the project name to let atom open my file.

dabbeg commented 7 years ago

I'm sorry I did not read about the js programmatic build commands. I see that there you can specify a more complex matching function.