]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/Activator.java
Red background color & tooltip for invalid derived property expression
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / Activator.java
index 02426b1db64be2b3f96d409b9c0722457c590d36..565c30895da465eec60cfbaf72298d312ee77b4f 100644 (file)
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.modeling.ui;\r
-\r
-import java.util.Hashtable;\r
-\r
-import org.eclipse.jface.resource.ImageDescriptor;\r
-import org.eclipse.jface.resource.ImageRegistry;\r
-import org.eclipse.ui.plugin.AbstractUIPlugin;\r
-import org.osgi.framework.Bundle;\r
-import org.osgi.framework.BundleContext;\r
-import org.simantics.Simantics;\r
-import org.simantics.modeling.ui.scl.imports.OntologyImportModulesAction;\r
-import org.simantics.modeling.ui.scl.imports.SCLModulesImportModulesAction;\r
-import org.simantics.scl.compiler.commands.SCLConsoleListener;\r
-import org.simantics.scl.ui.imports.ImportModulesAction;\r
-import org.simantics.utils.FileUtils;\r
-import org.simantics.utils.ui.BundleUtils;\r
-\r
-public class Activator extends AbstractUIPlugin {\r
-\r
-    public static final String PLUGIN_ID = "org.simantics.modeling.ui";\r
-\r
-    // The shared instance\r
-    private static Activator plugin;\r
-    private static BundleContext context;\r
-\r
-    public static String          DOCUMENT_SVG_TEXT;\r
-    public static String          FATAL_SVG_TEXT;\r
-    public static String          ERROR_SVG_TEXT;\r
-    public static String          WARNING_SVG_TEXT;\r
-    public static String          INFO_SVG_TEXT;\r
-    public static String          NOTE_SVG_TEXT;\r
-    \r
-    public static ImageDescriptor BULLET_GREEN_ICON;\r
-    public static ImageDescriptor BULLET_YELLOW_ICON;\r
-\r
-    public static ImageDescriptor MODEL_ICON;\r
-    public static ImageDescriptor COMPONENT_ICON;\r
-    public static ImageDescriptor COMPONENT_TYPE_ICON;\r
-    public static ImageDescriptor COMPOSITE_ICON;\r
-    public static ImageDescriptor INTERFACE_ICON;\r
-    public static ImageDescriptor VARIABLE_ICON;\r
-    public static ImageDescriptor CONNECTION_ICON;\r
-    public static ImageDescriptor CONNECTION_PROPERTY_ICON;\r
-    public static ImageDescriptor OPEN_CONNECTION_ICON;\r
-    public static ImageDescriptor ARROW_LEFT_ICON;\r
-    public static ImageDescriptor ARROW_RIGHT_ICON;\r
-    public static ImageDescriptor SYMBOL_ICON;\r
-    public static ImageDescriptor EXPERIMENTS_ICON;\r
-    public static ImageDescriptor STATES_ICON;\r
-    public static ImageDescriptor QUERY_ICON;\r
-    public static ImageDescriptor EXPERIMENT_ICON;\r
-    public static ImageDescriptor EXPERIMENT_RESULT_ICON;\r
-    public static ImageDescriptor EXPERIMENT_RESULT_TRANSIENT_ICON;\r
-    public static ImageDescriptor ATTACHED_EXPERIMENT_ICON;\r
-    public static ImageDescriptor STATE_ICON;\r
-    public static ImageDescriptor TRENDS_ICON;\r
-    public static ImageDescriptor TREND_ICON;\r
-    public static ImageDescriptor CHARTGROUP_ICON;\r
-    public static ImageDescriptor CHART_ICON;\r
-    public static ImageDescriptor CHARTS_ICON;\r
-    public static ImageDescriptor SPREADSHEET_ICON;\r
-    public static ImageDescriptor SPREADSHEETS_ICON;\r
-    public static ImageDescriptor SUBSCRIPTION_ICON;\r
-    public static ImageDescriptor SUBSCRIPTION_DISABLED_ICON;\r
-    public static ImageDescriptor SUBSCRIPTION_ITEM_ICON;\r
-    public static ImageDescriptor SUBSCRIPTIONS_ICON;\r
-    public static ImageDescriptor IMAGE_ICON;\r
-    public static ImageDescriptor IMAGES_ICON;\r
-    public static ImageDescriptor PLOT_ICON;\r
-    public static ImageDescriptor SEGMENT_ICON;\r
-\r
-    public static ImageDescriptor TICK_ICON;\r
-    public static ImageDescriptor CROSS_ICON;\r
-    public static ImageDescriptor STOP_ICON;\r
-    public static ImageDescriptor ARROW_IN_ICON;\r
-    public static ImageDescriptor ARROW_UP_ICON;\r
-    public static ImageDescriptor ARROW_DOWN_ICON;\r
-    public static ImageDescriptor SHOW_PROFILE_MONITOR_ICON;\r
-    public static ImageDescriptor HIDE_PROFILE_MONITOR_ICON;\r
-\r
-    public static ImageDescriptor POINTER_MODE;\r
-    public static ImageDescriptor CONNECT_MODE;\r
-\r
-    @Override\r
-    public void start(BundleContext context) throws Exception {\r
-        super.start(context);\r
-        plugin = this;\r
-        this.context = context;\r
-\r
-        Bundle bundle = context.getBundle();\r
-\r
-        DOCUMENT_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/Gnome-mime-document.svg"));\r
-        FATAL_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/fatal.svg"));\r
-        ERROR_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/error.svg"));\r
-        WARNING_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/warning.svg"));\r
-        INFO_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/info.svg"));\r
-        NOTE_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/note4.svg"));\r
-\r
-        BULLET_GREEN_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/bullet_green.png"));\r
-        BULLET_YELLOW_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/bullet_yellow.png"));\r
-\r
-        MODEL_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/chart_organisation.png"));\r
-        COMPONENT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/brick.png"));\r
-        COMPONENT_TYPE_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/box.png"));\r
-        COMPOSITE_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/bricks.png"));\r
-        INTERFACE_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/application_view_list.png"));\r
-        CONNECTION_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/connection.png"));\r
-        CONNECTION_PROPERTY_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/table_relationship.png"));\r
-        OPEN_CONNECTION_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/open_connection.png"));\r
-        VARIABLE_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/variable.png"));\r
-\r
-        ARROW_LEFT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/arrow_left.png"));\r
-        ARROW_RIGHT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/arrow_right.png"));\r
-\r
-        SYMBOL_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/photo.png"));\r
-\r
-        EXPERIMENTS_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/folder.png"));\r
-        ATTACHED_EXPERIMENT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/time_attach.png"));\r
-        EXPERIMENT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/time.png"));\r
-        EXPERIMENT_RESULT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/chart_bar.png"));\r
-        EXPERIMENT_RESULT_TRANSIENT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/chart_bar_light.png"));\r
-\r
-        QUERY_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/report.png"));\r
-\r
-        STATES_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/folder_tag_red.png"));\r
-        STATE_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/tag_red.png"));\r
-\r
-        TRENDS_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/folder.png"));\r
-        TREND_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/chart_line.png"));\r
-\r
-        CHARTGROUP_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/chart_group2.png"));\r
-        CHARTS_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/folder.png"));\r
-        CHART_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/chart_line.png"));\r
-        PLOT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/tag_blue.png"));\r
-\r
-        SPREADSHEET_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/table.png"));\r
-        SPREADSHEETS_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/folder_table.png"));\r
-\r
-        SUBSCRIPTION_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/subscription.png"));\r
-        SUBSCRIPTION_DISABLED_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/subscription_disabled.png"));\r
-        SUBSCRIPTIONS_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/subscriptions.png"));\r
-        SUBSCRIPTION_ITEM_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/tag_blue.png"));\r
-\r
-        IMAGE_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/image.png"));\r
-        IMAGES_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/images.png"));\r
-\r
-        SEGMENT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/segment_edit.gif"));\r
-\r
-        TICK_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/tick.png"));\r
-        CROSS_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/silk/cross.png"));\r
-        STOP_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/stop_red.png"));\r
-        ARROW_IN_ICON = BundleUtils.getImageDescriptorFromPlugin("com.famfamfam.silk", "icons/arrow_in.png");\r
-        ARROW_UP_ICON = BundleUtils.getImageDescriptorFromPlugin("com.famfamfam.silk", "icons/bullet_arrow_up.png");\r
-        ARROW_DOWN_ICON = BundleUtils.getImageDescriptorFromPlugin("com.famfamfam.silk", "icons/bullet_arrow_down.png");\r
-        SHOW_PROFILE_MONITOR_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/show-profile-monitors.png"));\r
-        HIDE_PROFILE_MONITOR_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/hide-profile-monitors.png"));\r
-\r
-        POINTER_MODE = ImageDescriptor.createFromURL(bundle.getResource("icons/pointertool.png"));\r
-        CONNECT_MODE = ImageDescriptor.createFromURL(bundle.getResource("icons/connecttool.png"));\r
-        \r
-        Hashtable<String, String> properties = new Hashtable<String, String>();\r
-        context.registerService(SCLConsoleListener.class,\r
-                new SCLConsoleListener() {\r
-                    @Override\r
-                    public void startedExecution() {\r
-                        Simantics.getSession().markUndoPoint();\r
-                    }\r
-                    \r
-                    @Override\r
-                    public void finishedExecution() {\r
-                    }\r
-                    \r
-                    @Override\r
-                    public void consoleIsNotEmptyAnymore() {\r
-                    }\r
-                }, properties);\r
-        \r
-        context.registerService(ImportModulesAction.class, OntologyImportModulesAction.INSTANCE,\r
-                properties);\r
-        context.registerService(ImportModulesAction.class, SCLModulesImportModulesAction.INSTANCE,\r
-                properties);\r
-    }\r
-\r
-    @Override\r
-    protected void initializeImageRegistry(ImageRegistry reg) {\r
-        reg.put("tick", TICK_ICON);\r
-        reg.put("cross", CROSS_ICON);\r
-        reg.put("stop", STOP_ICON);\r
-        reg.put("arrowIn", ARROW_IN_ICON);\r
-        reg.put("arrowUp", ARROW_UP_ICON);\r
-        reg.put("arrowDown", ARROW_DOWN_ICON);\r
-        reg.put("showProfileMonitors", SHOW_PROFILE_MONITOR_ICON);\r
-        reg.put("hideProfileMonitors", HIDE_PROFILE_MONITOR_ICON);\r
-    }\r
-\r
-    /*\r
-     * (non-Javadoc)\r
-     * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)\r
-     */\r
-    @Override\r
-    public void stop(BundleContext context) throws Exception {\r
-        plugin = null;\r
-        super.stop(context);\r
-    }\r
-\r
-    /**\r
-     * Returns the shared instance\r
-     *\r
-     * @return the shared instance\r
-     */\r
-    public static Activator getDefault() {\r
-        return plugin;\r
-    }\r
-    \r
-    public static BundleContext getContext() {\r
-        return context;\r
-    }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 Association for Decentralized Information Management
+ * in Industry THTH ry.
+ * 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:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.modeling.ui;
+
+import java.util.Hashtable;
+
+import org.eclipse.jface.resource.ImageDescriptor;
+import org.eclipse.jface.resource.ImageRegistry;
+import org.eclipse.ui.plugin.AbstractUIPlugin;
+import org.osgi.framework.Bundle;
+import org.osgi.framework.BundleContext;
+import org.simantics.Simantics;
+import org.simantics.modeling.ui.scl.imports.OntologyImportModulesAction;
+import org.simantics.modeling.ui.scl.imports.SCLModulesImportModulesAction;
+import org.simantics.scl.compiler.commands.SCLConsoleListener;
+import org.simantics.scl.ui.imports.ImportModulesAction;
+import org.simantics.utils.FileUtils;
+import org.simantics.utils.ui.BundleUtils;
+
+public class Activator extends AbstractUIPlugin {
+
+    public static final String PLUGIN_ID = "org.simantics.modeling.ui"; //$NON-NLS-1$
+
+    // The shared instance
+    private static Activator plugin;
+    private static BundleContext context;
+
+    public static String          DOCUMENT_SVG_TEXT;
+    public static String          FATAL_SVG_TEXT;
+    public static String          ERROR_SVG_TEXT;
+    public static String          WARNING_SVG_TEXT;
+    public static String          INFO_SVG_TEXT;
+    public static String          NOTE_SVG_TEXT;
+    
+    public static ImageDescriptor BULLET_GREEN_ICON;
+    public static ImageDescriptor BULLET_YELLOW_ICON;
+
+    public static ImageDescriptor MODEL_ICON;
+    public static ImageDescriptor COMPONENT_ICON;
+    public static ImageDescriptor COMPONENT_TYPE_ICON;
+    public static ImageDescriptor COMPOSITE_ICON;
+    public static ImageDescriptor INTERFACE_ICON;
+    public static ImageDescriptor VARIABLE_ICON;
+    public static ImageDescriptor CONNECTION_ICON;
+    public static ImageDescriptor CONNECTION_PROPERTY_ICON;
+    public static ImageDescriptor OPEN_CONNECTION_ICON;
+    public static ImageDescriptor ARROW_LEFT_ICON;
+    public static ImageDescriptor ARROW_RIGHT_ICON;
+    public static ImageDescriptor SYMBOL_ICON;
+    public static ImageDescriptor EXPERIMENTS_ICON;
+    public static ImageDescriptor STATES_ICON;
+    public static ImageDescriptor QUERY_ICON;
+    public static ImageDescriptor EXPERIMENT_ICON;
+    public static ImageDescriptor EXPERIMENT_RESULT_ICON;
+    public static ImageDescriptor EXPERIMENT_RESULT_TRANSIENT_ICON;
+    public static ImageDescriptor ATTACHED_EXPERIMENT_ICON;
+    public static ImageDescriptor STATE_ICON;
+    public static ImageDescriptor TRENDS_ICON;
+    public static ImageDescriptor TREND_ICON;
+    public static ImageDescriptor CHARTGROUP_ICON;
+    public static ImageDescriptor CHART_ICON;
+    public static ImageDescriptor CHARTS_ICON;
+    public static ImageDescriptor SPREADSHEET_ICON;
+    public static ImageDescriptor SPREADSHEETS_ICON;
+    public static ImageDescriptor SUBSCRIPTION_ICON;
+    public static ImageDescriptor SUBSCRIPTION_DISABLED_ICON;
+    public static ImageDescriptor SUBSCRIPTION_ITEM_ICON;
+    public static ImageDescriptor SUBSCRIPTIONS_ICON;
+    public static ImageDescriptor IMAGE_ICON;
+    public static ImageDescriptor IMAGES_ICON;
+    public static ImageDescriptor PLOT_ICON;
+    public static ImageDescriptor SEGMENT_ICON;
+
+    public static ImageDescriptor TICK_ICON;
+    public static ImageDescriptor CROSS_ICON;
+    public static ImageDescriptor STOP_ICON;
+    public static ImageDescriptor ARROW_IN_ICON;
+    public static ImageDescriptor ARROW_UP_ICON;
+    public static ImageDescriptor ARROW_DOWN_ICON;
+    public static ImageDescriptor SHOW_PROFILE_MONITOR_ICON;
+    public static ImageDescriptor HIDE_PROFILE_MONITOR_ICON;
+
+    public static ImageDescriptor POINTER_MODE;
+    public static ImageDescriptor CONNECT_MODE;
+
+    public static ImageDescriptor ARROW_REFRESH;
+
+    @Override
+    public void start(BundleContext context) throws Exception {
+        super.start(context);
+        plugin = this;
+        Activator.context = context;
+
+        Bundle bundle = context.getBundle();
+
+        DOCUMENT_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/Gnome-mime-document.svg")); //$NON-NLS-1$
+        FATAL_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/fatal.svg")); //$NON-NLS-1$
+        ERROR_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/error.svg")); //$NON-NLS-1$
+        WARNING_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/warning.svg")); //$NON-NLS-1$
+        INFO_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/info.svg")); //$NON-NLS-1$
+        NOTE_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/note4.svg")); //$NON-NLS-1$
+
+        BULLET_GREEN_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/bullet_green.png")); //$NON-NLS-1$
+        BULLET_YELLOW_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/bullet_yellow.png")); //$NON-NLS-1$
+
+        MODEL_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/chart_organisation.png")); //$NON-NLS-1$
+        COMPONENT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/brick.png")); //$NON-NLS-1$
+        COMPONENT_TYPE_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/box.png")); //$NON-NLS-1$
+        COMPOSITE_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/bricks.png")); //$NON-NLS-1$
+        INTERFACE_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/application_view_list.png")); //$NON-NLS-1$
+        CONNECTION_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/connection.png")); //$NON-NLS-1$
+        CONNECTION_PROPERTY_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/table_relationship.png")); //$NON-NLS-1$
+        OPEN_CONNECTION_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/open_connection.png")); //$NON-NLS-1$
+        VARIABLE_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/variable.png")); //$NON-NLS-1$
+
+        ARROW_LEFT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/arrow_left.png")); //$NON-NLS-1$
+        ARROW_RIGHT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/arrow_right.png")); //$NON-NLS-1$
+
+        SYMBOL_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/photo.png")); //$NON-NLS-1$
+
+        EXPERIMENTS_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/folder.png")); //$NON-NLS-1$
+        ATTACHED_EXPERIMENT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/time_attach.png")); //$NON-NLS-1$
+        EXPERIMENT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/time.png")); //$NON-NLS-1$
+        EXPERIMENT_RESULT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/chart_bar.png")); //$NON-NLS-1$
+        EXPERIMENT_RESULT_TRANSIENT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/chart_bar_light.png")); //$NON-NLS-1$
+
+        QUERY_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/report.png")); //$NON-NLS-1$
+
+        STATES_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/folder_tag_red.png")); //$NON-NLS-1$
+        STATE_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/tag_red.png")); //$NON-NLS-1$
+
+        TRENDS_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/folder.png")); //$NON-NLS-1$
+        TREND_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/chart_line.png")); //$NON-NLS-1$
+
+        CHARTGROUP_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/chart_group2.png")); //$NON-NLS-1$
+        CHARTS_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/folder.png")); //$NON-NLS-1$
+        CHART_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/chart_line.png")); //$NON-NLS-1$
+        PLOT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/tag_blue.png")); //$NON-NLS-1$
+
+        SPREADSHEET_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/table.png")); //$NON-NLS-1$
+        SPREADSHEETS_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/folder_table.png")); //$NON-NLS-1$
+
+        SUBSCRIPTION_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/subscription.png")); //$NON-NLS-1$
+        SUBSCRIPTION_DISABLED_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/subscription_disabled.png")); //$NON-NLS-1$
+        SUBSCRIPTIONS_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/subscriptions.png")); //$NON-NLS-1$
+        SUBSCRIPTION_ITEM_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/tag_blue.png")); //$NON-NLS-1$
+
+        IMAGE_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/image.png")); //$NON-NLS-1$
+        IMAGES_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/images.png")); //$NON-NLS-1$
+
+        SEGMENT_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/segment_edit.gif")); //$NON-NLS-1$
+
+        TICK_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/tick.png")); //$NON-NLS-1$
+        CROSS_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/silk/cross.png")); //$NON-NLS-1$
+        STOP_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/stop_red.png")); //$NON-NLS-1$
+        ARROW_IN_ICON = BundleUtils.getImageDescriptorFromPlugin("com.famfamfam.silk", "icons/arrow_in.png"); //$NON-NLS-1$ //$NON-NLS-2$
+        ARROW_UP_ICON = BundleUtils.getImageDescriptorFromPlugin("com.famfamfam.silk", "icons/bullet_arrow_up.png"); //$NON-NLS-1$ //$NON-NLS-2$
+        ARROW_DOWN_ICON = BundleUtils.getImageDescriptorFromPlugin("com.famfamfam.silk", "icons/bullet_arrow_down.png"); //$NON-NLS-1$ //$NON-NLS-2$
+        SHOW_PROFILE_MONITOR_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/show-profile-monitors.png")); //$NON-NLS-1$
+        HIDE_PROFILE_MONITOR_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/hide-profile-monitors.png")); //$NON-NLS-1$
+
+        POINTER_MODE = ImageDescriptor.createFromURL(bundle.getResource("icons/pointertool.png")); //$NON-NLS-1$
+        CONNECT_MODE = ImageDescriptor.createFromURL(bundle.getResource("icons/connecttool.png")); //$NON-NLS-1$
+        
+        ARROW_REFRESH = ImageDescriptor.createFromURL(bundle.getResource("icons/arrow_refresh.png")); //$NON-NLS-1$
+        
+        Hashtable<String, String> properties = new Hashtable<String, String>();
+        context.registerService(SCLConsoleListener.class,
+                new SCLConsoleListener() {
+                    @Override
+                    public void startedExecution() {
+                        Simantics.getSession().markUndoPoint();
+                    }
+                }, properties);
+        
+        context.registerService(ImportModulesAction.class, OntologyImportModulesAction.INSTANCE,
+                properties);
+        context.registerService(ImportModulesAction.class, SCLModulesImportModulesAction.INSTANCE,
+                properties);
+    }
+
+    @Override
+    protected void initializeImageRegistry(ImageRegistry reg) {
+        reg.put("tick", TICK_ICON); //$NON-NLS-1$
+        reg.put("cross", CROSS_ICON); //$NON-NLS-1$
+        reg.put("stop", STOP_ICON); //$NON-NLS-1$
+        reg.put("arrowIn", ARROW_IN_ICON); //$NON-NLS-1$
+        reg.put("arrowUp", ARROW_UP_ICON); //$NON-NLS-1$
+        reg.put("arrowDown", ARROW_DOWN_ICON); //$NON-NLS-1$
+        reg.put("showProfileMonitors", SHOW_PROFILE_MONITOR_ICON); //$NON-NLS-1$
+        reg.put("hideProfileMonitors", HIDE_PROFILE_MONITOR_ICON); //$NON-NLS-1$
+        reg.put("arrow_refresh", ARROW_REFRESH); //$NON-NLS-1$
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
+     */
+    @Override
+    public void stop(BundleContext context) throws Exception {
+        plugin = null;
+        super.stop(context);
+    }
+
+    /**
+     * Returns the shared instance
+     *
+     * @return the shared instance
+     */
+    public static Activator getDefault() {
+        return plugin;
+    }
+    
+    public static BundleContext getContext() {
+        return context;
+    }
+
+}