Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Create CDT project without build features

Hi Marko,

On 19 November 2010 11:06, Tomljenovic Marko (CDG-SMT/EMT1
CR/PJ-TOP66) <Marko.Tomljenovic@xxxxxxxxxxxx> wrote:
> Our users are extremely confused when they see the C/C++ Build property page (and everything else related to the CDT Build features).
>
> Is it somehow possible to create a project (preferrably in a programmatic way) that uses the editor and indexing functionality but not the build related stuff so that the users don't see it at all? If not programmatically, is it possible to create such a project manually?

Remove the managedbuild nature:
  org.eclipse.cdt.managedbuilder.core.managedBuildNature
from the project description. See IProject #get/#setDescription.

Cheers,
James


Back to the top