Difference between revisions of "Extending the project explorer"

From Event-B
Jump to navigationJump to search
imported>Jens
imported>Jens
Line 5: Line 5:
 
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.
 
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'''
  
 
[[Category:Developper Documentation]]
 
[[Category:Developper Documentation]]
 
[[Category:Rodin Platform]]
 
[[Category:Rodin Platform]]

Revision as of 16:36, 15 July 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