Difference between revisions of "Extending the project explorer"

From Event-B
Jump to navigationJump to search
imported>Jens
imported>Mathieu
m (cat)
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:Developper Documentation]]
+
[[Category:Developer Documentation]]
 
[[Category:Rodin Platform]]
 
[[Category:Rodin Platform]]

Revision as of 07:38, 5 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