atom-build
atom-build copied to clipboard
:hammer: Build your project directly from the Atom editor
This PR adds [indie-linter v2](https://steelbrain.me/linter/guides/upgrading-to-indie-linter-v2.html) support, while maintaining v1 support. It should fix #577 - at least it did it for me.
On a small, empty project, this took 1.5 *seconds* to start, more than either autocomplete-paths (which builds a filesystem index) or Atom TypeScript (which builds a more complicated index than...
After upgrading Linter v2.3.0, errors and warnings from Build are not caught by Linter. I think it's the same issue with https://github.com/hebaishi/linter-gcc/issues/199. Please, check this. Thanks,
Replace old Linter to default Diagnostics tool.
Hello beautiful people! When trying to build a `.pde` (Processing) file using either build-processing package or my custom build command, I get an error: `"C:\mypath" does not exist`. But the...
I'd like there to be an option to not wrap the output of a build in the build panel. Really long lines of output get mangled pretty badly in a...
`{PROJECT_PATH}` is normal `{FILE_ACTIVE_PATH}` no work with space in folder name
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.31.1 x64 **Electron**: 2.0.7 **OS**: Mac OS X 10.13.6 **Thrown From**: [build](https://github.com/noseglid/atom-build) package 0.70.0 ### Stack Trace Uncaught TypeError: Cannot set...
Hi, I really like this package. Is there any way to display the text color on the terminal-panel? For example, when I run `make` in terminal, there will be colored...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.17.0 x64 **Electron**: 1.3.15 **OS**: Mac OS X 10.12.3 **Thrown From**: [build](https://github.com/noseglid/atom-build) package 0.67.0 ### Stack Trace Uncaught TypeError: Path must...