| How to programmatically set "Build automatically" option in Eclipse workbench? [message #519880] |
Wed, 10 March 2010 05:44  |
Ibrahim Messages: 8 Registered: February 2010 |
Junior Member |
|
|
Hi,
I would like to know how to programmatically set the "Build automatically" option, if it is not enabled by default in Eclipse workbench?
I can place the code in my plugin Activator.start() method by checking
IWorkspace workspace = ResourcesPlugin.getWorkspace();
if(!workspace.isAutoBuilding()) {
<set the workbench build automatically>
}
|
|
|
|
Powered by
FUDForum. Page generated in 0.01852 seconds