controls/CustomTree.py
2018-10-05 Andrey Skvortsov python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-05 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
2017-08-17 Andrey Skvortsov clean-up: fix PEP8 E129 visually indented line with same indent as next logical line
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-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2013-05-29 Laurent Bessard Fixed bug two icons displayed for POU category item in Project Tree when adding a second POU
2013-05-27 Laurent Bessard Fixed typo
2013-05-17 Laurent Bessard Fixed bugs with left panel CustomTreeCtrl on Windows
2013-05-16 Laurent Bessard Added extra icon in left panel tree for indicating Pou type (function, functionBlock, or program) when alone
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz