beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug tabs selected cyclically when drag'n dropping variable into Editor
2013-05-16, Laurent Bessard
193e6cd9010f
Added wiimote input example using python-cwiid and python PLC global variable access
2013-05-16, Edouard Tisserant
72d14a74c643
Added more clear error message in case of access to non declared PLC global from python code
2013-05-16, Edouard Tisserant
9708ed2a4ac2
Extended WxGlade HMI with automatic mapping of event handlers declared in wxglade editor
2013-05-16, Edouard Tisserant
412e30abf7e5
Fixed build error with python <-> PLCglobals variables declared with no initial value
2013-05-16, Edouard Tisserant
da9ccfceff31
Fixed bug in New variable name generated in CodeFileEditor Variable Panel
2013-05-16, Laurent Bessard
5bdd82497925
Fixed bug scrollbar not displayed in CodeFileEditor VariablePanel when grid is to small to show all variables
2013-05-16, Laurent Bessard
0a8fbd2a00f7
Fixed bug wxGlade hmi not closed when stopping PLC
2013-05-16, Laurent Bessard
38d6aaad8ffd
Fixed bug when typing and caret is at last test position in CodeFileEditor
2013-05-16, Laurent Bessard
b1c84771e1cf
Fixed bug in ST code generator with extensible standard functions
2013-05-15, Laurent Bessard
67df52302ea6
Fixed bug when generating py_ext code when no variable defined
2013-05-15, Laurent Bessard
d0e40e99f422
Merged
2013-05-15, Laurent Bessard
71db4592beb2
Fixed variable panel in CodeFileEditor
2013-05-15, Laurent Bessard
510d1ea1f6c1
Fixed PLC global var access from python. Added test in tests/python
2013-05-15, Edouard Tisserant
203f4eff3313
Added stub code and declarations for bidirectional access to PLC globals from python code (untested)
2013-05-15, Edouard Tisserant
21475ee0e688
Fixed bug in ST code generator when function output variable has no name
2013-05-15, Laurent Bessard
59818c488ead
Fixed functions used by one or more POU not showing question dialog when trying to delete
2013-05-15, Laurent Bessard
8ded55ada6d6
Fixed bug connection disappear when removing variable from interface of an already used POU
2013-05-14, Laurent Bessard
5069a28486b9
Fixed bug when drag'n dropping global in function variable panel (not possible according to standard)
2013-05-14, Laurent Bessard
80a91fc91595
Fixed bug when deleting line between code and headers on Windows
2013-05-14, Laurent Bessard
f9cf74053b7d
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
cf2a6a7c87e8
Merged
2013-05-14, Laurent Bessard
c37f8d379ab0
Added global variable names in CodeFileEditor auto-completion list
2013-05-14, Laurent Bessard
5fac491d3a0e
Added support for updating model when broken connection is detected in Viewer
2013-05-14, Laurent Bessard
519a21ddbc40
Fixed PLC code generator when interface of an already used POU has changed
2013-05-14, Laurent Bessard
1c7a4ad86aa1
Fixed bug in loading block in Viewer when block interface has changed
2013-05-14, Laurent Bessard
d81d99fd1932
Rewrote py_ext and wxglade generators in a clean factored way, added C skeleton for python access to PLC global vars
2013-05-14, Edouard Tisserant
28f96aa9c070
Fixed bug in wxGlade hmi python code generated
2013-05-14, Laurent Bessard
f794fbff8f02
Fixed loading of Blocks in Viewer when block interface have changed
2013-05-13, Laurent Bessard
f96e0254f0ce
Removed restriction on deletion of a POU or DataType already used, replaced by a dialog asking user to confirm
2013-05-13, Laurent Bessard
189b49723f9f
Removed restriction on POU interface variables modification when POU is already used
2013-05-13, Laurent Bessard
86527a6f06fb
Fixed bug when generating new name for configuration and resource variable in VariablePanel
2013-05-13, Laurent Bessard
5315f26642e0
Fixed bug with Copy/Paste in Primary Selection in Text Viewers
2013-05-13, Laurent Bessard
26baa0ae9fd7
Updated python example
2013-05-13, Laurent Bessard
1b1472e76f07
Fixed support for defining python runtime code using sections like in c_ext
2013-05-13, Laurent Bessard
b1705000eba1
Fixed bug on biggest Viewer zoom factor preventing them to be used on Windows
2013-05-12, Laurent Bessard
55ed55ef7aea
Adding support for using current selected variable for generate newly added variable informations in VariablePanel
2013-05-12, Laurent Bessard
84de51ab40d2
Fixed Beremiz_service not closing on Windows
2013-05-10, Laurent Bessard
d3838e8f1b90
Removed some prints for code debugging
2013-05-10, Laurent Bessard
35d772ec1a76
Fixed generated code in c_ext file
2013-05-10, Laurent Bessard
34db4294c177
Fixed generated code in py_ext runtime file
2013-05-10, Laurent Bessard
2c96a2f36295
Fixed CodeFileEditor allowing to have no line of code between two section headers
2013-05-10, Laurent Bessard
1aef6a7db08d
Fixed bug connector not resetted when connection is lost
2013-05-10, Laurent Bessard
300f98a8d4c6
Fixed bug in CodeFileEditor allowing to remove NEWLINE character between section header and section code
2013-05-10, Laurent Bessard
a4e58715ae41
Fixed bug in generated code in c_ext file
2013-05-10, Laurent Bessard
1a97222ffee9
Fixed bug in generated code in py_ext runtime file
2013-05-10, Laurent Bessard
16e5b6abd91c
Fixed bug when selecting item in ProjectTree on Linux
2013-05-10, Laurent Bessard
ff3fcad17b47
Fixed bug when changing IEC_Channel of node without params
2013-05-10, Laurent Bessard
ee1a8c961f11
Fixed code section headers in CodeFileEditor
2013-05-10, Laurent Bessard
b6e252733c64
Fix bug when section code is just an empty line
2013-05-09, Laurent Bessard
2dfad20abde3
Fix bug with multiline Pragma syntax highlighting in TextViewer
2013-05-09, Laurent Bessard
1ec5b4d244f3
Fixed Drag'n dropping from PouInstanceVariablesPanel ensuring DebugVariablePanel is visible before starting drag'n drop
2013-05-09, Laurent Bessard
9303f6b900fe
Added tooltip in ProjectTree when mouse over POU
2013-05-09, Laurent Bessard
843d181f73b4
Fixed bug when modifying ConfTreeNode IEC Channel
2013-05-09, Laurent Bessard
f0e5b475a074
Added support for excluding code section headers to be modified in CodeFileEditor
2013-05-09, Laurent Bessard
017cd95bc07e
Fixed python global variable declaration example in generated runtime python file
2013-05-09, Laurent Bessard
2fc1eef45bda
Fixed bug with debugging global variables
2013-05-09, Laurent Bessard
cd4a996ddaa7
Fixed search in CodeFileEditor STC panel
2013-05-08, Laurent Bessard
5a0b439cf576
Added support for compatibility with older version of c_ext
2013-05-08, Laurent Bessard
1f46424c6220
Updated python test
2013-05-08, Laurent Bessard
d9c28879e55b