build-eclipse

Builds using Eclipse C/C++ project build settings

mdaskalov

1,606

1

0.4.3

MIT

GitHub

This package provides the following services:

Eclipse C/C++ Project Build

apm apm Build Status

Execute the C/C++ build command configured in the eclipse project file (.cproject) to build the project. The file should be located in the project root directory or the plugin will not be activated.

If used on the latest MacBook Pro the plugin adds two buttons on the TouchBar to build or clean the project.

This package requires atom-build to be installed.

Installation

Install build-eclipse from Atom's Package Manager or the command-line equivalent:

$ apm install build-eclipse

Usage

This package will add a shortcut to clean your project. Use following shortcuts:

Build the project

Cmd Alt B / Ctrl Alt B / F9

Clean the project

Cmd Alt C / Ctrl Alt C / F10