- Fixed bug when changing IEC_Channel of node without params 2013-05-10, by Laurent Bessard
- Fixed code section headers in CodeFileEditor 2013-05-10, by Laurent Bessard
- Fix bug when section code is just an empty line 2013-05-09, by Laurent Bessard
- Fix bug with multiline Pragma syntax highlighting in TextViewer 2013-05-09, by Laurent Bessard
- Fixed Drag'n dropping from PouInstanceVariablesPanel ensuring DebugVariablePanel is visible before starting drag'n drop 2013-05-09, by Laurent Bessard
- Added tooltip in ProjectTree when mouse over POU 2013-05-09, by Laurent Bessard
- Fixed bug when modifying ConfTreeNode IEC Channel 2013-05-09, by Laurent Bessard
- Added support for excluding code section headers to be modified in CodeFileEditor 2013-05-09, by Laurent Bessard
- Fixed python global variable declaration example in generated runtime python file 2013-05-09, by Laurent Bessard
- Fixed bug with debugging global variables 2013-05-09, by Laurent Bessard
- Fixed search in CodeFileEditor STC panel 2013-05-08, by Laurent Bessard
- Added support for compatibility with older version of c_ext 2013-05-08, by Laurent Bessard
- Updated python test 2013-05-08, by Laurent Bessard
- Fixed bug when pressing Return key in FindInPouDialog 2013-05-08, by Laurent Bessard
- Fixed Python editor adding variable panel 2013-05-08, by Laurent Bessard
- Fixed CFileEditor replacing folding panels by variable panel and STC 2013-05-08, by Laurent Bessard
- Move C_ext file for merging with py_ext 2013-05-08, by Laurent Bessard
- Fixed bug in LogViewer layout 2013-05-06, by Laurent Bessard
- Added support for resetting log messages 2013-05-06, by Laurent Bessard
- Fixed bugs in CustomStyledTextCtrl 2013-05-06, by Laurent Bessard
- Fixed bug with margin cursor in StyledTextCtrl on Windows 2013-05-06, by Laurent Bessard
- Fixed bug when closing Beremiz frame 2013-05-03, by Laurent Bessard
- Fixed bug when transferring program and a output located variable is forced 2013-05-02, by Laurent Bessard
- Fixed bug when closing Beremiz frame 2013-05-02, by Laurent Bessard
- Fixed bug when closing Beremiz frame 2013-05-02, by Laurent Bessard
- Fixed warnings in python test 2013-05-02, by Laurent Bessard
- Removed call of deprecated function on wxSplitterWindow 2013-05-02, by Laurent Bessard
- Fixed bug in DebugVariablePanel, cursor not reset when graphs were reset 2013-05-02, by Laurent Bessard
- Added support for adding a variable in program VariablePanel by drap'n dropping located variable like in global VariablePanel 2013-05-02, by Laurent Bessard
- Fixed bug in PouInstanceVariablesPanel buttons tooltips 2013-04-30, by Laurent Bessard
- Fixed bug when quitting project with more than one LD Viewer opened 2013-04-30, by Laurent Bessard
- Fixed bug list of ConfNodes blocks not refreshed when a library was enable or disable 2013-04-30, by Laurent Bessard
- Fixed bug in LogViewer when no Log Messages are available when first SetLogCounters 2013-04-30, by Laurent Bessard
- Fixed wrong default value for xsd:positiveInteger and xsd:negativeInteger in xmlclass 2013-04-29, by Laurent Bessard
- Fixed bug in LogViewer in Log Messages to retrieve index calculation when first SetLogCounters 2013-04-29, by Laurent Bessard
- Fixed bug in displayed datetime, using local timezone instead of UTC 2013-04-29, by Laurent Bessard
- Now Debug Buffer Unpacking is a separate function, declared in typemapping.py 2013-04-28, by Edouard Tisserant
- Optimzed tracing of STRING type variables value. Now, only used size is transfered in debug buffer. 2013-04-28, by Edouard Tisserant
- chmod +x PLCOpenEditor.py 2013-04-26, by Edouard Tisserant
- Fixed retrieve and publish call order in PLC generated code 2013-04-26, by Laurent Bessard
- Fixed bug in LogViewer when view is filtered and displaying last message and new messages appears 2013-04-25, by Laurent Bessard
- Added exception printing on Pyro connector, tracking random connection failure... 2013-04-25, by Edouard Tisserant
- Fixed refresh bugs when drag'n dropping of group of elements 2013-04-25, by Laurent Bessard
- Modify search algorithm in LibraryPanel to search match in whole block name, not only at beginning 2013-04-25, by Laurent Bessard
- Added exception hook to Beremiz_service, so that exception go in PLC log. Extended Beremiz.py exception hook to threads. Stripped images embedded in Beremiz_service.py, user real images instead. 2013-04-25, by Edouard Tisserant
- Fixed bug in CFileEditor 2013-04-24, by Laurent Bessard
- Removed undeleted debug print 2013-04-24, by Laurent Bessard
- Fixed bug Show IEC code button not available 2013-04-24, by Laurent Bessard
- Fixed bug in Save function in Beremiz 2013-04-24, by Laurent Bessard
- Merged 2013-04-24, by Laurent Bessard
- Fixed Save As... function in Beremiz 2013-04-24, by Laurent Bessard
- Fixed unexpected scrolling when PythonEditor, TextViewer and CFileEditor get focus 2013-04-24, by Laurent Bessard
- Fixed new ConfTreeNodeEditor layout on Windows 2013-04-24, by Laurent Bessard
- Fixed PythonEditor font size 2013-04-24, by Laurent Bessard
- Added support for search in PythonEditor and IECCodeViewer 2013-04-24, by Laurent Bessard
- Fixed pattern textctrl in FindInPouDialog to get focus when dialog appear 2013-04-23, by Laurent Bessard
- Fixed ConfTreeNodeEditor layout 2013-04-23, by Laurent Bessard
- Fixed connections of block when changing block type 2013-04-23, by Laurent Bessard
- Fixed error when stopping PLC with wxglade HMI 2013-04-24, by Edouard Tisserant
- Better display of Python exceptions from Py_Eval 2013-04-24, by Edouard Tisserant
- Extended exception info from evaluator. Problems in python runtime init/cleanup code now more readable 2013-04-24, by Edouard Tisserant
- Made declaration from beremiz.h available to C pragmas in POUs. Added AtomicCompareExchange to beremiz.h 2013-04-24, by Edouard Tisserant
- Fixed inspector 2013-04-23, by Edouard Tisserant
- Fixed bug in program elements computation order in PLCGenerator 2013-04-23, by Laurent Bessard
- Fixed bug when using 'Adjust Block Size' contextual menu item on a group of selected elements 2013-04-23, by Laurent Bessard
- Fixed bug Beremiz_service process not stopped when quitting 2013-04-22, by Laurent Bessard
- Runtime now unloads and cleanup PLC before exit (created threads was preventing exit) 2013-04-19, by Edouard Tisserant
- Fixed bugs in DebugVariablePanel 2013-04-19, by Laurent Bessard
- Fixed bug in graph panel default size in DebugVariablePanel 2013-04-19, by Laurent Bessard
- Fixed refresh bug when moving selected elements 2013-04-18, by Laurent Bessard
- Fixed graph panel size when modifying DebugVariablePanel layout 2013-04-18, by Laurent Bessard
- Fixed MouseWheel behavior in DebugVariablePanel, change graph range only if CTRL is pressed 2013-04-18, by Laurent Bessard
- Fixed bug when right click on ProjectTree project item 2013-04-18, by Laurent Bessard
- Fixed bug when right click on ProjectTree project item 2013-04-18, by Laurent Bessard
- Merged 2013-04-18, by Laurent Bessard
- Fixed bug in ProjectNodeEditor when base params panel is not shown 2013-04-18, by Laurent Bessard
- Better mdns resolution failure signaling, added fixed bug whith runtime autostart 2013-04-17, by Edouard Tisserant
- Fix bug when launching Beremiz_service with autostart option and working dir doesn't contain any program 2013-04-15, by Laurent Bessard
- Clean Config Tree Node children list by type after removing one child 2013-04-15, by Laurent Bessard
- Fix bug defining string initial value using quotes 2013-04-15, by Laurent Bessard
- Fix bug when pressing left arrow key in PouInstanceVariablesPanel 2013-04-15, by Laurent Bessard
- Fix bug when creating New project in PLCOpenEditor 2013-04-15, by Laurent Bessard
- Merged 2013-04-12, by Laurent Bessard
- Fixed bug with diagram copy 2013-04-10, by Laurent Bessard
- Fixed bug when starting Beremiz_runtime.py non empty (-a) 2013-04-12, by Edouard Tisserant
- Fixed Triggering column cell choice editor, removing useless and bugging empty string option 2013-04-09, by Laurent Bessard
- Fixed LogConsole not cleared when building several times 2013-04-09, by Laurent Bessard
- Fixed resource editing, removing definition of more than one resource and deletion of last resource defined 2013-04-09, by Laurent Bessard
- Fix bug when linking failed and trying to rebuild 2013-04-09, by Laurent Bessard
- Fixed bug when connecting and URI_location is empty 2013-04-09, by Laurent Bessard
- Fixed bug when importing NodeEditorTemplate 2013-04-06, by Laurent Bessard
- Fixed bug log viewer not scrolling when clicking on +1s and +1m when time between 2 message is greater than 1s or 1m 2013-04-06, by Laurent Bessard
- Fixed bug when closing Beremiz 2013-04-05, by Laurent Bessard
- Merged 2013-04-05, by Laurent Bessard
- Fixed bug when setting empty value to optional non-string parameters 2013-04-05, by Laurent Bessard
- Fixed bug with variable panel in project configuration editor 2013-04-05, by Laurent Bessard
- Fixed LogConsole: set read only, enabled copy selected text with CTRL+C and primary selection 2013-04-05, by Laurent Bessard
- Now python files provided by extentions have init, start, stop and cleanup hooks 2013-04-04, by Edouard Tisserant
- More VAR_GLOBAL related tests in tests/python 2013-04-04, by Edouard Tisserant
- Fixed warning with LogMessage 2013-03-29, by Edouard Tisserant
- Fixed bug when transferring New PLC to a non-empty pyro connector 2013-03-28, by Laurent Bessard
- Fixed typo in IDEFrame OnProjectTreeRightUp method 2013-03-28, by Laurent Bessard
- Fixed bug in VariablePanel when editing project single configuration variables 2013-03-28, by Laurent Bessard
- Fixed bugs in DebugVariablePanel when matplotlib not installed 2013-03-27, by Laurent Bessard
- Added automatic line wrapping to log console 2013-03-27, by Laurent Bessard
- Fixed PLC status not translated in status bar when connected 2013-03-27, by Laurent Bessard
- Updated internationalization french translations 2013-03-26, by Laurent Bessard
- Added support in LocationCellEditor for locations with undefined direction 2013-03-26, by Laurent Bessard
- Fixed CanFestival extension, adding CANOpen entries in BrowseLocationsDialog 2013-03-26, by Laurent Bessard
- LogMessage string pointer now char* instead of uint8_t* 2013-03-26, by Edouard Tisserant
- Added beremiz.h header file for extensions 2013-03-26, by Edouard Tisserant
- Added support for StatusBar 2013-03-26, by Laurent Bessard
- Replaced LogConsole TextCtrl by StyledTextCtrl 2013-03-26, by Laurent Bessard
- Merged 2013-03-24, by Laurent Bessard
- Reduced message line size in Log Viewer 2013-03-22, by Laurent Bessard
- Fixed typo in copy_to_log 2013-03-22, by Edouard Tisserant
- Extended LogCursor attributes 2013-03-22, by Edouard Tisserant
- Inverted Console and LogViewer tabs in bottom Notebook 2013-03-22, by Laurent Bessard
- Improved Log Viewer functionalities 2013-03-22, by Laurent Bessard
- Fixed pulling of PLC status and log count 2013-03-21, by Laurent Bessard