Merge branch 'release/2.4.2'
This commit is contained in:
commit
20cb208719
|
@ -5,7 +5,6 @@ import org.eclipse.swt.graphics.Point;
|
||||||
import org.eclipse.swt.graphics.Rectangle;
|
import org.eclipse.swt.graphics.Rectangle;
|
||||||
import org.eclipse.swt.layout.FillLayout;
|
import org.eclipse.swt.layout.FillLayout;
|
||||||
import org.eclipse.swt.layout.GridLayout;
|
import org.eclipse.swt.layout.GridLayout;
|
||||||
import org.eclipse.swt.layout.RowLayout;
|
|
||||||
import org.eclipse.swt.widgets.Control;
|
import org.eclipse.swt.widgets.Control;
|
||||||
import org.eclipse.swt.widgets.Display;
|
import org.eclipse.swt.widgets.Display;
|
||||||
import org.eclipse.swt.widgets.Event;
|
import org.eclipse.swt.widgets.Event;
|
||||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %Bundle-Name
|
Bundle-Name: %Bundle-Name
|
||||||
Bundle-SymbolicName: com.minres.scviewer.e4.application;singleton:=true
|
Bundle-SymbolicName: com.minres.scviewer.e4.application;singleton:=true
|
||||||
Bundle-Version: 2.4.1.qualifier
|
Bundle-Version: 2.4.2.qualifier
|
||||||
Bundle-Vendor: %Bundle-Vendor
|
Bundle-Vendor: %Bundle-Vendor
|
||||||
Require-Bundle: javax.inject;bundle-version="1.0.0",
|
Require-Bundle: javax.inject;bundle-version="1.0.0",
|
||||||
org.eclipse.core.runtime;bundle-version="3.11.1",
|
org.eclipse.core.runtime;bundle-version="3.11.1",
|
||||||
|
@ -32,7 +32,8 @@ Require-Bundle: javax.inject;bundle-version="1.0.0",
|
||||||
com.opcoach.e4.preferences,
|
com.opcoach.e4.preferences,
|
||||||
org.eclipse.e4.core.di.extensions,
|
org.eclipse.e4.core.di.extensions,
|
||||||
org.eclipse.e4.ui.css.swt.theme;bundle-version="0.10.0",
|
org.eclipse.e4.ui.css.swt.theme;bundle-version="0.10.0",
|
||||||
org.eclipse.core.resources;bundle-version="3.13.0"
|
org.eclipse.core.resources;bundle-version="3.13.0",
|
||||||
|
com.opcoach.e4.preferences.mainmenu;bundle-version="1.2.0"
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Import-Package: com.minres.scviewer.database,
|
Import-Package: com.minres.scviewer.database,
|
||||||
javax.inject;version="1.0.0"
|
javax.inject;version="1.0.0"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>com.minres.scviewer.e4.application</artifactId>
|
<artifactId>com.minres.scviewer.e4.application</artifactId>
|
||||||
<version>2.4.1-SNAPSHOT</version>
|
<version>2.4.2-SNAPSHOT</version>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.minres.scviewer</groupId>
|
<groupId>com.minres.scviewer</groupId>
|
||||||
<artifactId>com.minres.scviewer.parent</artifactId>
|
<artifactId>com.minres.scviewer.parent</artifactId>
|
||||||
|
|
|
@ -20,7 +20,6 @@ import org.eclipse.jface.preference.IPreferenceStore;
|
||||||
import com.minres.scviewer.e4.application.preferences.PreferenceConstants;
|
import com.minres.scviewer.e4.application.preferences.PreferenceConstants;
|
||||||
import com.opcoach.e4.preferences.ScopedPreferenceStore;
|
import com.opcoach.e4.preferences.ScopedPreferenceStore;
|
||||||
|
|
||||||
@SuppressWarnings("restriction")
|
|
||||||
public class EnableHover {
|
public class EnableHover {
|
||||||
static final String TAG_NAME = "EnableHover"; //$NON-NLS-1$
|
static final String TAG_NAME = "EnableHover"; //$NON-NLS-1$
|
||||||
|
|
||||||
|
|
|
@ -425,7 +425,7 @@ public class WaveformViewer implements IFileChangeListener, IPreferenceChangeLis
|
||||||
label.setLayoutData(labelGridData);
|
label.setLayoutData(labelGridData);
|
||||||
|
|
||||||
final Table table = new Table(parent, SWT.NONE);
|
final Table table = new Table(parent, SWT.NONE);
|
||||||
table.setHeaderVisible(false);
|
table.setHeaderVisible(true);
|
||||||
table.setLinesVisible(true);
|
table.setLinesVisible(true);
|
||||||
table.setFont(font);
|
table.setFont(font);
|
||||||
label.setForeground(display.getSystemColor(SWT.COLOR_BLACK));
|
label.setForeground(display.getSystemColor(SWT.COLOR_BLACK));
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<relativePath>../com.minres.scviewer.parent</relativePath>
|
<relativePath>../com.minres.scviewer.parent</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>com.minres.scviewer.e4.product</artifactId>
|
<artifactId>com.minres.scviewer.e4.product</artifactId>
|
||||||
<version>2.4.1-SNAPSHOT</version>
|
<version>2.4.2-SNAPSHOT</version>
|
||||||
<packaging>eclipse-repository</packaging>
|
<packaging>eclipse-repository</packaging>
|
||||||
<groupId>com.minres.scviewer</groupId>
|
<groupId>com.minres.scviewer</groupId>
|
||||||
<build>
|
<build>
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?pde version="3.5"?>
|
<?pde version="3.5"?>
|
||||||
|
|
||||||
<product name="SCViewer" uid="scviewer" id="com.minres.scviewer.e4.application.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="2.4.1.qualifier" useFeatures="false" includeLaunchers="true">
|
<product name="SCViewer" uid="scviewer" id="com.minres.scviewer.e4.application.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="2.4.2.qualifier" useFeatures="false" includeLaunchers="true">
|
||||||
|
|
||||||
|
|
||||||
<configIni use="default">
|
<configIni use="default">
|
||||||
</configIni>
|
</configIni>
|
||||||
|
@ -11,7 +10,7 @@
|
||||||
<programArgs>-clearPersistedState
|
<programArgs>-clearPersistedState
|
||||||
</programArgs>
|
</programArgs>
|
||||||
<vmArgs>-Xmx2G
|
<vmArgs>-Xmx2G
|
||||||
-Dosgi.instance.area=@user.home/.scviewer
|
-Dosgi.instance.area=@user.home/.scviewer
|
||||||
-Dosgi.instance.area.default=@user.home/.scviewer
|
-Dosgi.instance.area.default=@user.home/.scviewer
|
||||||
</vmArgs>
|
</vmArgs>
|
||||||
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
|
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
|
||||||
|
@ -20,7 +19,6 @@
|
||||||
|
|
||||||
<windowImages/>
|
<windowImages/>
|
||||||
|
|
||||||
|
|
||||||
<launcher name="scviewer">
|
<launcher name="scviewer">
|
||||||
<linux icon="icons/SCViewer_512x512.xpm"/>
|
<linux icon="icons/SCViewer_512x512.xpm"/>
|
||||||
<macosx icon="icons/SCViewer.icns"/>
|
<macosx icon="icons/SCViewer.icns"/>
|
||||||
|
@ -37,7 +35,6 @@
|
||||||
</win>
|
</win>
|
||||||
</launcher>
|
</launcher>
|
||||||
|
|
||||||
|
|
||||||
<vm>
|
<vm>
|
||||||
<linux include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</linux>
|
<linux include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</linux>
|
||||||
<macos include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</macos>
|
<macos include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</macos>
|
||||||
|
|
|
@ -12,11 +12,9 @@
|
||||||
<module>../com.minres.scviewer.database.sqlite</module>
|
<module>../com.minres.scviewer.database.sqlite</module>
|
||||||
<module>../com.minres.scviewer.database.text</module>
|
<module>../com.minres.scviewer.database.text</module>
|
||||||
<module>../com.minres.scviewer.database.vcd</module>
|
<module>../com.minres.scviewer.database.vcd</module>
|
||||||
<!-- <module>../com.minres.scviewer.database.leveldb</module> -->
|
|
||||||
<module>../com.minres.scviewer.database.test</module>
|
<module>../com.minres.scviewer.database.test</module>
|
||||||
<module>../com.minres.scviewer.database.ui</module>
|
<module>../com.minres.scviewer.database.ui</module>
|
||||||
<module>../com.minres.scviewer.database.ui.swt</module>
|
<module>../com.minres.scviewer.database.ui.swt</module>
|
||||||
<module>../com.opcoach.e4.preferences</module>
|
|
||||||
<module>../com.minres.scviewer.e4.application</module>
|
<module>../com.minres.scviewer.e4.application</module>
|
||||||
<module>../com.minres.scviewer.ui</module>
|
<module>../com.minres.scviewer.ui</module>
|
||||||
<module>../com.minres.scviewer.feature</module>
|
<module>../com.minres.scviewer.feature</module>
|
||||||
|
|
|
@ -0,0 +1,325 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2014 OPCoach.
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*
|
||||||
|
* Contributors:
|
||||||
|
* OPCoach - initial API and implementation
|
||||||
|
*******************************************************************************/
|
||||||
|
package com.opcoach.e4.preferences.internal;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.Collection;
|
||||||
|
import java.util.Collections;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
import javax.inject.Inject;
|
||||||
|
|
||||||
|
import org.eclipse.core.runtime.IConfigurationElement;
|
||||||
|
import org.eclipse.core.runtime.IExtensionRegistry;
|
||||||
|
import org.eclipse.core.runtime.preferences.InstanceScope;
|
||||||
|
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
|
||||||
|
import org.eclipse.e4.core.contexts.IEclipseContext;
|
||||||
|
import org.eclipse.e4.core.di.annotations.Creatable;
|
||||||
|
import org.eclipse.e4.core.services.contributions.IContributionFactory;
|
||||||
|
import org.eclipse.e4.core.services.log.Logger;
|
||||||
|
import org.eclipse.jface.preference.IPreferenceNode;
|
||||||
|
import org.eclipse.jface.preference.IPreferenceStore;
|
||||||
|
import org.eclipse.jface.preference.PreferenceManager;
|
||||||
|
import org.eclipse.jface.preference.PreferenceNode;
|
||||||
|
import org.eclipse.jface.preference.PreferencePage;
|
||||||
|
import org.eclipse.swt.SWT;
|
||||||
|
import org.eclipse.swt.widgets.Composite;
|
||||||
|
import org.eclipse.swt.widgets.Control;
|
||||||
|
import org.eclipse.swt.widgets.Label;
|
||||||
|
|
||||||
|
import com.opcoach.e4.preferences.IPreferenceStoreProvider;
|
||||||
|
import com.opcoach.e4.preferences.ScopedPreferenceStore;
|
||||||
|
|
||||||
|
@SuppressWarnings("restriction")
|
||||||
|
@Creatable
|
||||||
|
public class E4PreferenceRegistry
|
||||||
|
{
|
||||||
|
|
||||||
|
public static final String PREFS_PAGE_XP = "com.opcoach.e4.preferences.e4PreferencePages"; // $NON-NLS-1$
|
||||||
|
public static final String PREF_STORE_PROVIDER = "com.opcoach.e4.preferences.e4PreferenceStoreProvider"; // $NON-NLS-1$
|
||||||
|
public static final String KEY_PREF_STORE_PROVIDERS = "com.opcoach.e4.preferences.e4PreferenceStoreProviders"; // $NON-NLS-1$
|
||||||
|
protected static final String ELMT_PAGE = "page"; // $NON-NLS-1$
|
||||||
|
protected static final String ATTR_ID = "id"; // $NON-NLS-1$
|
||||||
|
protected static final String ATTR_CATEGORY = "category"; // $NON-NLS-1$
|
||||||
|
protected static final String ATTR_CLASS = "class"; // $NON-NLS-1$
|
||||||
|
protected static final String ATTR_NAME = "name"; // $NON-NLS-1$
|
||||||
|
|
||||||
|
protected static final String ATTR_PLUGIN_ID = "pluginId"; // $NON-NLS-1$
|
||||||
|
protected static final String ATTR_ID_IN_WBCONTEXT = "idInWorkbenchContext"; // $NON-NLS-1$
|
||||||
|
|
||||||
|
@Inject
|
||||||
|
protected Logger logger;
|
||||||
|
|
||||||
|
@Inject
|
||||||
|
protected IEclipseContext context;
|
||||||
|
|
||||||
|
@Inject
|
||||||
|
protected IExtensionRegistry registry;
|
||||||
|
|
||||||
|
private PreferenceManager pm = null;
|
||||||
|
|
||||||
|
// A map of (pluginId, { IPreferenceStoreProvider, or key in wbcontext }
|
||||||
|
private Map<String, Object> psProviders;
|
||||||
|
|
||||||
|
public PreferenceManager getPreferenceManager()
|
||||||
|
{
|
||||||
|
|
||||||
|
// Remember of the unbounded nodes to order parent pages.
|
||||||
|
// Map<category, list of children> (all nodes except root nodes)
|
||||||
|
Map<String, Collection<IPreferenceNode>> childrenNodes = new HashMap<String, Collection<IPreferenceNode>>();
|
||||||
|
|
||||||
|
if (pm != null)
|
||||||
|
return pm;
|
||||||
|
|
||||||
|
pm = new PreferenceManager();
|
||||||
|
IContributionFactory factory = context.get(IContributionFactory.class);
|
||||||
|
|
||||||
|
for (IConfigurationElement elmt : registry.getConfigurationElementsFor(PREFS_PAGE_XP))
|
||||||
|
{
|
||||||
|
String bundleId = elmt.getNamespaceIdentifier();
|
||||||
|
if (!elmt.getName().equals(ELMT_PAGE))
|
||||||
|
{
|
||||||
|
logger.warn("unexpected element: {0}", elmt.getName());
|
||||||
|
continue;
|
||||||
|
} else if (isEmpty(elmt.getAttribute(ATTR_ID)) || isEmpty(elmt.getAttribute(ATTR_NAME)))
|
||||||
|
{
|
||||||
|
logger.warn("missing id and/or name: {}", bundleId);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
PreferenceNode pn = null;
|
||||||
|
if (elmt.getAttribute(ATTR_CLASS) != null)
|
||||||
|
{
|
||||||
|
PreferencePage page = null;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
String prefPageURI = getClassURI(bundleId, elmt.getAttribute(ATTR_CLASS));
|
||||||
|
Object object = factory.create(prefPageURI, context);
|
||||||
|
if (!(object instanceof PreferencePage))
|
||||||
|
{
|
||||||
|
logger.error("Expected instance of PreferencePage: {0}", elmt.getAttribute(ATTR_CLASS));
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
page = (PreferencePage) object;
|
||||||
|
setPreferenceStore(bundleId, page);
|
||||||
|
|
||||||
|
} catch (ClassNotFoundException e)
|
||||||
|
{
|
||||||
|
logger.error(e);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
ContextInjectionFactory.inject(page, context);
|
||||||
|
if ((page.getTitle() == null || page.getTitle().isEmpty()) && elmt.getAttribute(ATTR_NAME) != null)
|
||||||
|
{
|
||||||
|
page.setTitle(elmt.getAttribute(ATTR_NAME));
|
||||||
|
}
|
||||||
|
|
||||||
|
pn = new PreferenceNode(elmt.getAttribute(ATTR_ID), page);
|
||||||
|
} else
|
||||||
|
{
|
||||||
|
pn = new PreferenceNode(elmt.getAttribute(ATTR_ID), new EmptyPreferencePage(elmt.getAttribute(ATTR_NAME)));
|
||||||
|
}
|
||||||
|
|
||||||
|
// Issue 2 : Fix bug on order (see :
|
||||||
|
// https://github.com/opcoach/e4Preferences/issues/2)
|
||||||
|
// Add only pages at root level and remember of child pages for
|
||||||
|
// categories
|
||||||
|
String category = elmt.getAttribute(ATTR_CATEGORY);
|
||||||
|
if (isEmpty(category))
|
||||||
|
{
|
||||||
|
pm.addToRoot(pn);
|
||||||
|
} else
|
||||||
|
{
|
||||||
|
/*
|
||||||
|
* IPreferenceNode parent = findNode(pm, category); if (parent
|
||||||
|
* == null) { // No parent found, but may be the extension has
|
||||||
|
* not been read yet. So remember of it unboundedNodes.put(pn,
|
||||||
|
* category); } else { parent.add(pn); }
|
||||||
|
*/
|
||||||
|
// Check if this category is already registered.
|
||||||
|
Collection<IPreferenceNode> children = childrenNodes.get(category);
|
||||||
|
if (children == null)
|
||||||
|
{
|
||||||
|
children = new ArrayList<IPreferenceNode>();
|
||||||
|
childrenNodes.put(category, children);
|
||||||
|
}
|
||||||
|
children.add(pn);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Must now bind pages that has not been added in nodes (depends on the
|
||||||
|
// preference page read order)
|
||||||
|
// Iterate on all possible categories
|
||||||
|
Collection<String> categoriesDone = new ArrayList<String>();
|
||||||
|
|
||||||
|
while (!childrenNodes.isEmpty())
|
||||||
|
{
|
||||||
|
for (String cat : Collections.unmodifiableSet(childrenNodes.keySet()))
|
||||||
|
{
|
||||||
|
// Is this category already in preference manager ? If not add
|
||||||
|
// it later...
|
||||||
|
IPreferenceNode parent = findNode(pm, cat);
|
||||||
|
if (parent != null)
|
||||||
|
{
|
||||||
|
// Can add the list of children to this parent page...
|
||||||
|
for (IPreferenceNode pn : childrenNodes.get(cat))
|
||||||
|
{
|
||||||
|
parent.add(pn);
|
||||||
|
}
|
||||||
|
// Ok This parent page is done. Can remove it from map
|
||||||
|
// outside of this loop
|
||||||
|
categoriesDone.add(cat);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
for (String keyToRemove : categoriesDone)
|
||||||
|
childrenNodes.remove(keyToRemove);
|
||||||
|
categoriesDone.clear();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
return pm;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void setPreferenceStore(String bundleId, PreferencePage page)
|
||||||
|
{
|
||||||
|
// Affect preference store to this page if this is a
|
||||||
|
// PreferencePage, else, must manage it internally
|
||||||
|
// Set the issue#1 on github :
|
||||||
|
// https://github.com/opcoach/e4Preferences/issues/1
|
||||||
|
// And manage the extensions of IP
|
||||||
|
initialisePreferenceStoreProviders();
|
||||||
|
|
||||||
|
IPreferenceStore store = null;
|
||||||
|
|
||||||
|
// Get the preference store according to policy.
|
||||||
|
Object data = psProviders.get(bundleId);
|
||||||
|
if (data != null)
|
||||||
|
{
|
||||||
|
if (data instanceof IPreferenceStore)
|
||||||
|
store = (IPreferenceStore) data;
|
||||||
|
else if (data instanceof IPreferenceStoreProvider)
|
||||||
|
store = ((IPreferenceStoreProvider) data).getPreferenceStore();
|
||||||
|
else if (data instanceof String)
|
||||||
|
store = (IPreferenceStore) context.get((String) data);
|
||||||
|
|
||||||
|
} else
|
||||||
|
{
|
||||||
|
// Default behavior : create a preference store for this bundle and remember of it
|
||||||
|
store = new ScopedPreferenceStore(InstanceScope.INSTANCE, bundleId);
|
||||||
|
psProviders.put(bundleId, store);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if (store != null)
|
||||||
|
page.setPreferenceStore(store);
|
||||||
|
else
|
||||||
|
{
|
||||||
|
logger.warn("Unable to set the preferenceStore for page " + page.getTitle() + " defined in bundle " + bundleId);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Read the e4PreferenceStoreProvider extension point */
|
||||||
|
private void initialisePreferenceStoreProviders()
|
||||||
|
{
|
||||||
|
if (psProviders == null)
|
||||||
|
{
|
||||||
|
IContributionFactory factory = context.get(IContributionFactory.class);
|
||||||
|
|
||||||
|
psProviders = new HashMap<String, Object>();
|
||||||
|
IExtensionRegistry registry = context.get(IExtensionRegistry.class);
|
||||||
|
|
||||||
|
// Read extensions and fill the map...
|
||||||
|
for (IConfigurationElement elmt : registry.getConfigurationElementsFor(PREF_STORE_PROVIDER))
|
||||||
|
{
|
||||||
|
String declaringBundle = elmt.getNamespaceIdentifier();
|
||||||
|
String pluginId = elmt.getAttribute(ATTR_PLUGIN_ID);
|
||||||
|
if (isEmpty(pluginId))
|
||||||
|
{
|
||||||
|
logger.warn("missing plugin Id in extension " + PREF_STORE_PROVIDER + " check the plugin " + declaringBundle);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
String classname = elmt.getAttribute(ATTR_CLASS);
|
||||||
|
String objectId = elmt.getAttribute(ATTR_ID_IN_WBCONTEXT);
|
||||||
|
|
||||||
|
if ((isEmpty(classname) && isEmpty(objectId)) || (((classname != null) && classname.length() > 0) && ((objectId != null) && objectId.length() > 0)))
|
||||||
|
{
|
||||||
|
logger.warn("In extension " + PREF_STORE_PROVIDER + " only one of the two attributes (pluginId or idInWorkbenchContext) must be set. Check the plugin "
|
||||||
|
+ declaringBundle);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Ok can now work with data...
|
||||||
|
Object data = objectId;
|
||||||
|
if (classname != null)
|
||||||
|
{
|
||||||
|
data = factory.create("bundleclass://"+declaringBundle+"/"+classname, context);
|
||||||
|
if (!(data instanceof IPreferenceStoreProvider))
|
||||||
|
{
|
||||||
|
logger.warn("In extension " + PREF_STORE_PROVIDER + " the class must implements IPreferenceStoreProvider. Check the plugin " + declaringBundle);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
psProviders.put(pluginId, data);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
context.set(KEY_PREF_STORE_PROVIDERS, psProviders);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private IPreferenceNode findNode(PreferenceManager pm, String categoryId)
|
||||||
|
{
|
||||||
|
for (Object o : pm.getElements(PreferenceManager.POST_ORDER))
|
||||||
|
{
|
||||||
|
if (o instanceof IPreferenceNode && ((IPreferenceNode) o).getId().equals(categoryId))
|
||||||
|
{
|
||||||
|
return (IPreferenceNode) o;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
private String getClassURI(String definingBundleId, String spec) throws ClassNotFoundException
|
||||||
|
{
|
||||||
|
if (spec.startsWith("platform:"))
|
||||||
|
{
|
||||||
|
return spec;
|
||||||
|
} // $NON-NLS-1$
|
||||||
|
return "bundleclass://" + definingBundleId + '/' + spec;
|
||||||
|
}
|
||||||
|
|
||||||
|
private boolean isEmpty(String value)
|
||||||
|
{
|
||||||
|
return value == null || value.trim().isEmpty();
|
||||||
|
}
|
||||||
|
|
||||||
|
static class EmptyPreferencePage extends PreferencePage
|
||||||
|
{
|
||||||
|
|
||||||
|
public EmptyPreferencePage(String title)
|
||||||
|
{
|
||||||
|
setTitle(title);
|
||||||
|
noDefaultAndApplyButton();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected Control createContents(Composite parent)
|
||||||
|
{
|
||||||
|
return new Label(parent, SWT.NONE);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue