Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Hide property pages

Hi,

 

You can hide the default existing property pages by

modifying 'plugin_customization.ini' file.

 

For e.g., you can hide the Tool Chain Editor property page by adding the

following line in 'plugin_customization.ini' file:

 

org.eclipse.cdt.ui/properties.toolchain.modification.disable=true

 

Ensure this by creating  a new workspace.

 

Regards,

Swapna

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Israel Rodriguez
Sent: Tuesday, March 22, 2011 9:58 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Hide property pages

 

Hi guys,

I've been working in an own project type extending the CDT. Now I want to hide some of the default existing property pages when project properties page is shown but I'm not able to get the property pages associated with the project. Is there any programatically way to do it?.

I want to get the associated property pages and then try to hide them because I've seen that when I extend "org.eclipse.ui.propertyPages" some of the default property pages, exist the method "setVisible" and it works well.

Any suggestions?,

Thanks in advance


This message contains information that may be privileged or confidential and is the property of the KPIT Cummins Infosystems Ltd. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. KPIT Cummins Infosystems Ltd. does not accept any liability for virus infected mails.

Back to the top