editors/DataTypeEditor.py
Wed, 16 Aug 2017 12:48:08 +0300 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
Wed, 16 Aug 2017 11:47:27 +0300 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
Tue, 15 Aug 2017 16:48:49 +0300 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
Tue, 15 Aug 2017 12:17:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Mon, 14 Aug 2017 22:30:41 +0300 Andrey Skvortsov clean-up: fix PEP8 W293 blank line contains whitespace
Mon, 14 Aug 2017 22:23:17 +0300 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
Thu, 09 Mar 2017 17:29:17 +0300 Andrey Skvortsov fix twice shown error message box, when wrong non-valid IEC identifier entered
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Thu, 28 Apr 2016 15:21:02 +0300 Andrey Skvortsov fix error if non-latin character was entered in initial value in
Fri, 30 May 2014 02:20:19 +0200 Edouard Tisserant Added plcopen.definitions.DefaultType, set to INT.
Wed, 27 Feb 2013 11:08:30 +0100 Laurent Bessard Fix bugs in DataTypeEditor
Sun, 21 Oct 2012 16:53:46 +0200 Laurent Bessard Adding support for direct array declaration in structure element declaration
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz