Author: kono
Date: 2012-07-02 13:06:34 -0700 (Mon, 02 Jul 2012)
New Revision: 29737

Modified:
   
core3/impl/trunk/editor-impl/src/main/java/org/cytoscape/editor/internal/CyActivator.java
Log:
fixes #1198 SIF Interpreter had been moved to editor context menu.

Modified: 
core3/impl/trunk/editor-impl/src/main/java/org/cytoscape/editor/internal/CyActivator.java
===================================================================
--- 
core3/impl/trunk/editor-impl/src/main/java/org/cytoscape/editor/internal/CyActivator.java
   2012-07-02 19:15:36 UTC (rev 29736)
+++ 
core3/impl/trunk/editor-impl/src/main/java/org/cytoscape/editor/internal/CyActivator.java
   2012-07-02 20:06:34 UTC (rev 29737)
@@ -38,9 +38,9 @@
                Properties sifInterpreterTaskFactoryProps = new Properties();
                sifInterpreterTaskFactoryProps.setProperty(ENABLE_FOR, 
"networkAndView");
                sifInterpreterTaskFactoryProps.setProperty(PREFERRED_ACTION, 
"NEW");
-               sifInterpreterTaskFactoryProps.setProperty(PREFERRED_MENU, 
"Add");
-               sifInterpreterTaskFactoryProps.setProperty(MENU_GRAVITY, "1.2");
-               sifInterpreterTaskFactoryProps.setProperty(TITLE, "Add Edge (by 
SIF Syntax)");
+//             sifInterpreterTaskFactoryProps.setProperty(PREFERRED_MENU, 
"Add");
+               sifInterpreterTaskFactoryProps.setProperty(MENU_GRAVITY, "2.5");
+               sifInterpreterTaskFactoryProps.setProperty(TITLE, "SIF 
Interpreter");
                registerService(bc, sifInterpreterTaskFactory, 
NetworkViewTaskFactory.class, sifInterpreterTaskFactoryProps);
 
                NetworkViewLocationTaskFactory networkViewLocationTaskFactory = 
new AddNodeTaskFactory(cyEventHelperServiceRef, visualMappingManagerServiceRef);

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to