netbeans-gradle-project icon indicating copy to clipboard operation
netbeans-gradle-project copied to clipboard

Support C/C++ Projects

Open swpalmer opened this issue 11 years ago • 1 comments

Gradle has support for native projects (C, C++, asm). If the Gradle plugin supported these there may even be the possibility of limited support for C/C++ projects using the Visual Studio Compiler in NetBeans (probably no debug support).

I think this would mainly be about finding the source sets so they could be presented in NB. Running regular Gradle tasks would cover the basic needs after that.

swpalmer avatar Dec 10 '13 12:12 swpalmer

True native project support is out of scope for this plugin but might be developed in a separate extension (relying on this plugin). A basic support should be relatively simple to implement though.

What is currently possible, is to use the idea plugin and see c++ source folders as Java packages. You will need to rely on the old API for this though (configured in the global settings).

kelemen avatar Dec 10 '13 13:12 kelemen