editors/DataTypeEditor.py
2018-10-11 Andrey Skvortsov python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module
2018-10-09 Andrey Skvortsov Fix pep8 warning: W605 invalid escape sequence ?x?
2018-10-04 Andrey Skvortsov python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
2017-10-19 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
2017-10-09 Andrey Skvortsov fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
2017-10-05 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
2017-09-28 Andrey Skvortsov fix unnecessary lambda and enable corresponding pylint check
2017-09-21 Andrey Skvortsov fix problem if DataTypeEditor was imported before localization is
2017-09-15 Andrey Skvortsov use CustomIntCtrl instead of wx.SpinCtrl because it doesn't support
2017-08-21 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
2017-08-17 Andrey Skvortsov clean-up: fix PEP8 E731 do not assign a lambda expression, use a def
2017-08-16 Andrey Skvortsov clean-up: fix most PEP8 E221 multiple spaces before operator
2017-08-16 Andrey Skvortsov clean-up: fix most PEP8 E266 too many leading '#' for block comment
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 W293 blank line contains whitespace
2017-08-14 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
2017-03-09 Andrey Skvortsov fix twice shown error message box, when wrong non-valid IEC identifier entered
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2016-04-28 Andrey Skvortsov fix error if non-latin character was entered in initial value in
2014-05-30 Edouard Tisserant Added plcopen.definitions.DefaultType, set to INT.
2013-02-27 Laurent Bessard Fix bugs in DataTypeEditor
2012-10-21 Laurent Bessard Adding support for direct array declaration in structure element declaration
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz