controls/LibraryPanel.py
2018-10-12 Andrey Skvortsov python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-19 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
2017-10-05 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
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-18 Andrey Skvortsov clean-up: fix PEP8 E127 continuation line over-indented for visual indent
2017-08-16 Andrey Skvortsov clean-up: fix most PEP8 E221 multiple spaces before operator
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 E251 unexpected spaces around keyword / parameter equals
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 for PEP8: fix W291 trailing whitespace
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2016-09-10 alexander Fixed crash when starts on OS X with wxPython 3.0.x
2016-04-22 Andrey Skvortsov fix Traceback if search icon on library panel is clicked, when no
2013-06-06 Laurent Bessard Fixed bug when searching in LibraryPanel on Windows
2013-06-06 Laurent Bessard Fixed and rewrite LibraryPanel
2013-06-05 Laurent Bessard Fixed bug when adding standard function like ADD, SUB, MUL,... that are overloaded. Block type was not selected and shown when opening FBDBlockDialog to edit it.
2013-04-25 Laurent Bessard Modify search algorithm in LibraryPanel to search match in whole block name, not only at beginning
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz