StarChart-Labs / corona-ide

A exploratory project to build a lighter, simpler Java IDE - or learn trying!
Eclipse Public License 1.0
3 stars 1 forks source link

Allow All IDE Settings to Be Generated And Customized By Build System Plugins #2

Open romeara opened 8 years ago

romeara commented 8 years ago

Builds systems such as Gradle and Maven have support to generate and customize IDE-specific files. Support for main features in IDEs such as Eclipse and IntelliJ is incomplete and sometimes lacking important features.

As part of the Corona project, plug-ins should be written to support creating a project with the same settings as a project created through the UI, completely from specifications within the build system