editors/FileManagementPanel.py
2018-08-29 Andrey Skvortsov Avoid usage of localized strings before initialization during import in many modules
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-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 E129 visually indented line with same indent as next logical line
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-02-27 Laurent Bessard Extracted FolderTree control from FileManagementPanel to be able to use it anywhere else
2012-09-07 laurent Adding support for extending internationalization to extensions
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz