Difference between revisions of "Extending the project explorer"

From Event-B
Jump to navigationJump to search
imported>Mathieu
m (cat)
imported>Mathieu
m (Robot: Changing Category:Developer Documentation)
Line 8: Line 8:
 
'''The new extension point is currently only available in the cvs version'''
 
'''The new extension point is currently only available in the cvs version'''
  
[[Category:Developer Documentation]]
+
[[Category:Developer documentation]]
 
[[Category:Rodin Platform]]
 
[[Category:Rodin Platform]]

Revision as of 21:26, 10 September 2008

The project explorer allows to register new filetypes that should be displayed.

This Demo Plug-in (mirror) demonstrates how to extend the project explorer. After installation, the plug-in shows static checked models and their variables inside the explorer.

Note, that this is for demonstration only! We selected the static checked files, because we do not want to spoil the project explorer extension with a lot of overhead to define our own file types.


The new extension point is currently only available in the cvs version