Thu, 16 May 2013 17:40:32 +0900 Edouard Tisserant Added wiimote input example using python-cwiid and python PLC global variable access
Thu, 16 May 2013 17:40:22 +0900 Edouard Tisserant Added more clear error message in case of access to non declared PLC global from python code
Thu, 16 May 2013 14:47:57 +0900 Edouard Tisserant Extended WxGlade HMI with automatic mapping of event handlers declared in wxglade editor
Thu, 16 May 2013 14:46:20 +0900 Edouard Tisserant Fixed build error with python <-> PLCglobals variables declared with no initial value
Thu, 16 May 2013 00:37:27 +0200 Laurent Bessard Fixed bug in New variable name generated in CodeFileEditor Variable Panel
Thu, 16 May 2013 00:31:07 +0200 Laurent Bessard Fixed bug scrollbar not displayed in CodeFileEditor VariablePanel when grid is to small to show all variables
Thu, 16 May 2013 00:01:09 +0200 Laurent Bessard Fixed bug wxGlade hmi not closed when stopping PLC
Thu, 16 May 2013 00:00:35 +0200 Laurent Bessard Fixed bug when typing and caret is at last test position in CodeFileEditor
Wed, 15 May 2013 23:27:19 +0200 Laurent Bessard Fixed bug in ST code generator with extensible standard functions
Wed, 15 May 2013 23:11:49 +0200 Laurent Bessard Fixed bug when generating py_ext code when no variable defined
Wed, 15 May 2013 22:37:07 +0200 Laurent Bessard Merged
Wed, 15 May 2013 22:14:12 +0200 Laurent Bessard Fixed variable panel in CodeFileEditor
Wed, 15 May 2013 18:21:20 +0900 Edouard Tisserant Fixed PLC global var access from python. Added test in tests/python
Wed, 15 May 2013 17:13:49 +0900 Edouard Tisserant Added stub code and declarations for bidirectional access to PLC globals from python code (untested)
Wed, 15 May 2013 08:20:17 +0200 Laurent Bessard Fixed bug in ST code generator when function output variable has no name