build-tools-cpp icon indicating copy to clipboard operation
build-tools-cpp copied to clipboard

Build your projects in atom

Results 14 build-tools-cpp issues
Sort by recently updated
recently updated
newest added

it isn't show on CTRL+L when I add custom commands

Usually you can enlarge or shrink the text size in Atom's panels by using Ctrl + mouse wheel. However, this is not possible with the panel build-tools opens on build....

Output highlight for Modelsim should support also this error format: "** Error (suppressible): %FILENAME% (%LINE_NUMEBR%)" This type of error could be generated for example in case of unknown entity instantiated...

enhancement

See deprint/build-tools-make#3

enhancement

Please add possibility to terminate project building on close console.

enhancement

Hi there, We noticed that your repo has a medium severity vulnerability: - [Cross-site Scripting (XSS)](https://snyk.io/vuln/npm:jquery:20150627?utm_source=gh_issue) - Affected package: jquery <3.0.0-beta1 >2.2.0 || <2.2.0 >1.12.3 || <1.12.0 >=1.4.0 [Here is...

[Enter steps to reproduce below:] 1. create .build-tools.cson 2. Accept **Atom Version**: 1.12.0-beta5 **Electron Version**: 1.3.6 **System**: Ubuntu 16.04.1 **Thrown From**: [build-tools](https://github.com/deprint/build-tools-cpp) package, v4.5.3 ### Stack Trace Uncaught TypeError: Cannot...

bug

I was unable to disable the keybinding for toggling the console through the settings. Had a look at your code and came up with this quick fix. This once again...

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.7.2 **System**: Ubuntu 15.10 **Thrown From**: [build-tools](https://github.com/deprint/build-tools-cpp) package, v4.5.0 ### Stack Trace Uncaught TypeError: Cannot read property 'setIcon' of...

bug

I can't add custom key binding to my "compile" command. Key Binding Resolver returns true, but the command doesn't execute. ``` 'atom-workspace': 'f4': 'build-tools:compile' ```