Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Help me to disable BuilAll MenuItem from Project Menu
Help me to disable BuilAll MenuItem from Project Menu [message #205951] Fri, 23 December 2005 11:13 Go to next message
Eclipse UserFriend
Originally posted by: ananth.exorindia.com

Hi All,
Plz any one can help me to disable BuildAll menuItem from Project Menu.
Re: Help me to disable BuilAll MenuItem from Project Menu [message #207137 is a reply to message #205951] Wed, 11 January 2006 10:35 Go to previous message
Eclipse UserFriend
Originally posted by: shubhada.clovissolutions.com

Hi Anath,

Programmatically you can disable Build All option below way.

// Make Build automatically OFF
IWorkspace ws = ResourcesPlugin.getWorkspace();
IWorkspaceDescription desc = ws.getDescription();
desc.setAutoBuilding(false);
ws.setDescription(desc);
Previous Topic:Opening a GEF editor crashes Eclipse with cairo error
Next Topic:GDI+ usage
Goto Forum:
  


Current Time: Thu Jan 16 23:22:58 GMT 2025

Powered by FUDForum. Page generated in 0.02817 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top