2013-05-14 Laurent Bessard Fixed functions used by one or more POU not showing question dialog when trying to delete
2013-05-14 Laurent Bessard Fixed bug connection disappear when removing variable from interface of an already used POU
2013-05-14 Laurent Bessard Fixed bug when drag'n dropping global in function variable panel (not possible according to standard)
2013-05-14 Laurent Bessard Fixed bug when deleting line between code and headers on Windows
2013-05-14 Laurent Bessard Replaced the 2 tabs variable and code in CodeFileEditor by only one type with SplitterWindow and fixed drag'n drop of variable from variable to code.
2013-05-14 Laurent Bessard Merged
2013-05-14 Laurent Bessard Added global variable names in CodeFileEditor auto-completion list
2013-05-14 Laurent Bessard Added support for updating model when broken connection is detected in Viewer
2013-05-14 Laurent Bessard Fixed PLC code generator when interface of an already used POU has changed
2013-05-14 Laurent Bessard Fixed bug in loading block in Viewer when block interface has changed
2013-05-14 Edouard Tisserant Rewrote py_ext and wxglade generators in a clean factored way, added C skeleton for python access to PLC global vars
2013-05-13 Laurent Bessard Fixed bug in wxGlade hmi python code generated
2013-05-13 Laurent Bessard Fixed loading of Blocks in Viewer when block interface have changed
2013-05-13 Laurent Bessard Removed restriction on deletion of a POU or DataType already used, replaced by a dialog asking user to confirm
2013-05-13 Laurent Bessard Removed restriction on POU interface variables modification when POU is already used
2013-05-13 Laurent Bessard Fixed bug when generating new name for configuration and resource variable in VariablePanel
2013-05-13 Laurent Bessard Fixed bug with Copy/Paste in Primary Selection in Text Viewers
2013-05-13 Laurent Bessard Updated python example
2013-05-13 Laurent Bessard Fixed support for defining python runtime code using sections like in c_ext
2013-05-12 Laurent Bessard Fixed bug on biggest Viewer zoom factor preventing them to be used on Windows
2013-05-12 Laurent Bessard Adding support for using current selected variable for generate newly added variable informations in VariablePanel
2013-05-10 Laurent Bessard Fixed Beremiz_service not closing on Windows
2013-05-10 Laurent Bessard Removed some prints for code debugging
2013-05-10 Laurent Bessard Fixed generated code in c_ext file
2013-05-10 Laurent Bessard Fixed generated code in py_ext runtime file
2013-05-10 Laurent Bessard Fixed CodeFileEditor allowing to have no line of code between two section headers
2013-05-10 Laurent Bessard Fixed bug connector not resetted when connection is lost
2013-05-10 Laurent Bessard Fixed bug in CodeFileEditor allowing to remove NEWLINE character between section header and section code
2013-05-10 Laurent Bessard Fixed bug in generated code in c_ext file
2013-05-10 Laurent Bessard Fixed bug in generated code in py_ext runtime file