Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Best way to hide a tool

I would add a new boolean attribute : “isDisplayable” to the Tool Element of the Managed Build Definitions. Then add the new methods isToolDisplayable  and setToolDisplayable to the ITool interface and  have them implemented into the Tool class.

 

Guy

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sergey Prigogin
Sent: Tuesday, March 03, 2015 10:26 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Best way to hide a tool

 

 

 

On Tue, Mar 3, 2015 at 6:47 PM, Guy Bonneau <guy.bonneau@xxxxxxxxxxxx> wrote:

I need to add the capability to hide a tool of the toolchain from being displayable in the CDT setting UI. This feature is required because the resource tool of the Visual Studio C++ must be hidden when the manifest file is created/processed internally by the toolchain. Right now the Maestrosoft Visual Studio is using an hack by looking at the name of the tool. If the tool start with __NoDisp__ then the tool is not displayable. However the clean way to do it would be to add an attribute of displayability to the schema of the tool. But I guess this would break the API.

 

Could you please elaborate on the API breakage you anticipate. 

 

 Is this acceptable or may be there is another option to do it.

 

What would you suggest me?

Guy

 

-sergey 


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev

 


Back to the top