2016-10-28 Sergey Surkov now dialogs Find and Search in Project can be closed with ESC button
2016-10-28 Sergey Surkov fix russian translation of "direction" in Find dialog
2016-10-28 Sergey Surkov fix major bugs in Find and Search in Project functionality.
2016-10-28 Andrey Skvortsov fix issue with non-updated button 'generated IECCode' after Build and Clean
2016-10-27 Andrey Skvortsov increase dialog size for edit SFC transition, so buttons are visible
2016-10-27 Andrey Skvortsov fix issue that sometimes period for cyclic task wasn't saved.
2016-10-27 Andrey Skvortsov add first steps example, that shows how use all IEC 61131 languages
2016-10-26 Andrey Skvortsov fix issue with empty frame with generated ST code
2016-10-26 Andrey Skvortsov fix not saving location address from variable panel
2016-10-24 Andrey Skvortsov add $(Beremiz installation)/mingw/bin in PATH on Windows platform
2016-10-21 Andrey Skvortsov fix issue with non-working global hotkeys in IEC code panel
2016-10-20 Andrey Skvortsov add more comments to svgui example
2016-10-20 Andrey Skvortsov cleanup traffic lights example
2016-10-19 Andrey Skvortsov cleanup svgui example
2016-10-18 Sergey Surkov Fix bug with two or more wires connected to one input. Now only one wire can be connected to one input, except BOOLean signals in LD and SFC. If user trying to connect wire with already connected input, wire highlight will become red.
2016-10-14 Andrey Skvortsov fix issue with sequence of multiple whitespaces in makefile command
2016-10-14 Andrey Skvortsov fix minor issue and do some cleanup work in genericmake example
2016-10-12 Andrey Skvortsov cleanup python example
2016-10-06 Andrey Skvortsov complete fix in commit 3518d10 for wxgtk2.8
2016-10-05 Andrey Skvortsov fix syncronization issue during killing ProcessLoggers on IDE close
2016-10-05 Sergey Surkov Add russian translation on label "Tick" in debug variable panel.
2016-10-05 Sergey Surkov Add russian language in Project properties -> Other menu.
2016-10-04 Andrey Skvortsov fix issue, that was impossible to change variable location IEC-address, when wx 3.0 is used
2016-10-04 Andrey Skvortsov Merge
2016-10-04 Andrey Skvortsov fix infinite recursion in 'Reset Execution Order' functionality if FBD body contains feedback connections
2016-09-13 Andrey Skvortsov fix issues in PLCOpenEditor with moving from wxWidgets 2.8 to 3.0
2016-09-12 Andrey Skvortsov update messages and add Russian translation for new menu entry 'switch perspective'
2016-09-12 Andrey Skvortsov Merged in Surkovsv/beremiz (pull request #4)
2016-09-12 Sergey Surkov Add hotkey (F12) for switching perspective.
2016-09-12 Paul Beltyukov Merged skvorl/beremiz into default