commit | f3ef1cf77785e86adff2bd4f55f99cab8db888b4 | [log] [tgz] |
---|---|---|
author | Damien Martin-Guillerez <dmarting@google.com> | Mon Aug 14 22:59:48 2017 +0200 |
committer | Damien Martin-Guillerez <dmarting@google.com> | Mon Aug 21 16:38:06 2017 +0200 |
tree | a245d3e9856907e83de3fc45a5e96123181f051e | |
parent | 8954a58d925929622dab9ba16cf9db7561f931cb [diff] |
Add support for converting to and from Intellij project views With that change, we just need to add the necessary UI to call those action to be able to solve #44. This also add the necessary plumbing for #25 but it is also missing the necessary UI. Change-Id: I12adc3ef9036c559ebdcc5d16e3e6a450e543b5f
e4b is an Eclipse plugin for Bazel. It is really rudimentary. It simply supports creating the classpath from a project and using Bazel for incremental builds..
You can create a new Bazel project with New project > Import Bazel project Then you can select the list of targets you want to build and the list of directories you want to track.
It is highly experimental and support is minimal. However, we are happy to accept contribution to make this support grows to a better shape.
This plugin was tested with Eclipse Mars (4.5) but should also work with Eclipse Neon (4.6).
To import an existing Bazel project or start a new one, go to “New” > “Project...” > “Others”.
See our contributing page to get some idea on what missing features need help on.