Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Eclipse Preferences General Node
Eclipse Preferences General Node [message #1701401] Mon, 13 July 2015 04:45 Go to next message
Eclipse UserFriend
In my RCP application, am working with Jobs API and i need to uncheck "General->Run in background" preference programmatically.

IEclipsePreferences prefs = InstanceScope.INSTANCE.getNode("preference node id");

I need to have node id for "General->Run in background". how to get to know the id for each page and specific item?

Is this the right way?

Cheers
Re: Eclipse Preferences General Node [message #1701462 is a reply to message #1701401] Mon, 13 July 2015 10:27 Go to previous message
Eclipse UserFriend
The better way to do this is by putting something like this in your plugin_customization.ini:
org.eclipse.ui.workbench/RUN_IN_BACKGROUND=true
Previous Topic:Control doesn't flow into createInitialLayout() in RCP perspective Eclipse
Next Topic:enable/disable menu item with dynamic sub menu
Goto Forum:
  


Current Time: Wed Nov 05 10:00:02 EST 2025

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

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

Back to the top