features.py
changeset 784 a1d970365e41
parent 734 5c42cafaee15
child 944 52a17be9c4d1
equal deleted inserted replaced
783:f5cea1a6851e 784:a1d970365e41
     1 libraries = [('Python','py_ext.PythonLibrary'),
     1 libraries = [
     2              ('SVGUI','svgui.SVGUILibrary')]
     2     ('Python', 'py_ext.PythonLibrary'),
       
     3     ('SVGUI', 'svgui.SVGUILibrary')]
     3 
     4 
     4 catalog = [
     5 catalog = [
     5     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),
     6     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),
     6     ('c_ext', _('C extension'), _('Add C code accessing located variables synchronously'), 'c_ext.CFile'),
     7     ('c_ext', _('C extension'), _('Add C code accessing located variables synchronously'), 'c_ext.CFile'),
     7     ('py_ext', _('Python file'), _('Add Python code executed asynchronously'), 'py_ext.PythonFile'),
     8     ('py_ext', _('Python file'), _('Add Python code executed asynchronously'), 'py_ext.PythonFile'),
     8     ('wxglade_hmi', _('WxGlade GUI'), _('Add a simple WxGlade based GUI.'), 'wxglade_hmi.WxGladeHMI'),
     9     ('wxglade_hmi', _('WxGlade GUI'), _('Add a simple WxGlade based GUI.'), 'wxglade_hmi.WxGladeHMI'),
     9     ('svgui', _('SVGUI'), _('Experimental web based HMI'), 'svgui.SVGUI')]
    10     ('svgui', _('SVGUI'), _('Experimental web based HMI'), 'svgui.SVGUI')]
    10 
    11 
       
    12 file_editors = []