Difference between revisions of "iRefScape debugging"

From irefindex
(Created page with '==Debugging== ===First time installation== After the first time installation of the plugin, if the user tries to activate it there will be an error message. The user will be ins…')
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==Debugging==
 
==Debugging==
  
===First time installation==
+
===First time installation===
 
After the first time installation of the plugin, if the user tries to activate it there will be an error message. The user will be instructed to restart Cytoscape. This is not an error.
 
After the first time installation of the plugin, if the user tries to activate it there will be an error message. The user will be instructed to restart Cytoscape. This is not an error.
 
Reasons for this: The plugin requires the installation location of it self, before downloading the data component. PluginManager.getPluginURLs() method is used to locate the plugins installation directory. The PluginManager records the plugin URL only if the plugin exists while Cytoscape stats.  
 
Reasons for this: The plugin requires the installation location of it self, before downloading the data component. PluginManager.getPluginURLs() method is used to locate the plugins installation directory. The PluginManager records the plugin URL only if the plugin exists while Cytoscape stats.  
Line 7: Line 7:
  
 
===Special commands for debuging purposes===
 
===Special commands for debuging purposes===
>clear - Clears the message window
+
#>clear - Clears the message window
>show_inxc - Displays a table of indices and control properties.
+
#>show_inxc - Displays a table of indices and control properties.
>show_hidden_feature_1 - This brings out a new panel which allows the user to set background, node selection color etc.. This allows to detect hidden edges and nodes due to failure in prpper Vizmapper execution.
+
#>show_hidden_feature_1 - This brings out a new panel which allows the user to set background, node selection color etc.. This #allows to detect hidden edges and nodes due to failure in prpper Vizmapper execution.
>show_allinfopanels - Displays all info frame components.
+
#>show_allinfopanels - Displays all info frame components.
>macro= - Macro  
+
#>macro= - Macro  
>search= - activate search from command line
+
#>search= - activate search from command line
 +
 
 +
[[Category:iRefIndex]]
 +
[[Category:iRefScape]]

Latest revision as of 09:14, 18 June 2010

Debugging

First time installation

After the first time installation of the plugin, if the user tries to activate it there will be an error message. The user will be instructed to restart Cytoscape. This is not an error. Reasons for this: The plugin requires the installation location of it self, before downloading the data component. PluginManager.getPluginURLs() method is used to locate the plugins installation directory. The PluginManager records the plugin URL only if the plugin exists while Cytoscape stats.


Special commands for debuging purposes

  1. >clear - Clears the message window
  2. >show_inxc - Displays a table of indices and control properties.
  3. >show_hidden_feature_1 - This brings out a new panel which allows the user to set background, node selection color etc.. This #allows to detect hidden edges and nodes due to failure in prpper Vizmapper execution.
  4. >show_allinfopanels - Displays all info frame components.
  5. >macro= - Macro
  6. >search= - activate search from command line