* The id of the PHP plugin (value <code>"net.sourceforge.phpeclipse"</code>).
*/
public static final String PLUGIN_ID = "net.sourceforge.phpeclipse"; //$NON-NLS-1$
-
+IWorkspace w;
/**
* id of builder - matches plugin.xml (concatenate pluginid.builderid)
*/
// process deltas since last activated in indexer thread so that indexes are up-to-date.
// see https://bugs.eclipse.org/bugs/show_bug.cgi?id=38658
- // Job processSavedState = new Job(Util.bind("savedState.jobName")) { //$NON-NLS-1$
+ // Job processSavedState = new Job(ProjectPrefUtil.bind("savedState.jobName")) { //$NON-NLS-1$
// protected IStatus run(IProgressMonitor monitor) {
// try {
// // add save participant and process delta atomically
// // JavaModelManager.PluginPreferencesListener());
// getPluginPreferences().addPropertyChangeListener(
// new JavaModelManager.PluginPreferencesListener());
- // // TODO khartlage temp-del
+ // // TODO temp-del
// // manager.loadVariablesAndContainers();
// final IWorkspace workspace = ResourcesPlugin.getWorkspace();
// workspace.addResourceChangeListener(