plugins/c_ext/c_ext.py
2009-10-27 laurent Allowing unicode characters to be used in comments
2009-10-23 greg Check ProjectPath write permission
2009-10-16 'Laurent Bessard Greg changes merged
2009-10-16 laurent Warning in c_ext compiling fixed
2009-10-15 greg Fix relative matiec path problem
2009-09-26 laurent Bugs on displaying plugin available variables in PluginTree fixed
2009-09-24 laurent Adding support for displaying plugins available variable into Beremiz plugin tree
2009-07-28 laurent Adding support for internationalization
2008-08-19 etisserant Added concepts :
2008-07-15 etisserant minor gui improvements :
2008-06-28 etisserant Various fixes in c_ext, now, located vars are pointed.
2008-05-23 greg bug fix
2008-05-23 lbessard Improving c_ext plugin by adding an XML file format for saving C files and an graphical interface for editing this file
2008-03-31 lbessard Modifying svgui plugin for following new SVGUIEditor version
2008-02-22 etisserant Added plugins creation helpstrings, changed GUI layout (more compact), solved staticbitmap issues on win32, re-designed some icons...
2008-02-21 etisserant Added ability to override plugin methods with arbitrary python code (methods.py) when loading plugins
2008-01-22 lbessard Adding support for the new version of xmlclass
2007-10-25 lbessard Adding icons in Beremiz GUI
2007-09-24 etisserant Updated plugins PluGenerate_C to conform to plugger.py
2007-09-21 etisserant On the long wat towards generated code comilation...
2007-09-20 etisserant PLC and plugins compilation with gcc now starts (and fail).
2007-09-17 etisserant Now, C extension plugin do handle multiple files
2007-09-11 etisserant added basic C Code extention plugin