editors/ResourceEditor.py
2018-10-04 Andrey Skvortsov python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
2018-08-29 Andrey Skvortsov Avoid usage of localized strings before initialization during import in many modules
2018-06-27 Andrey Skvortsov If task type is changed from 'interrupt' to 'cyclic' init interval with T#20ms.
2018-01-31 Surkov Sergey add fields autocomplete when adding task or instance in resources
2017-10-09 Andrey Skvortsov fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
2017-10-06 Andrey Skvortsov fix pylint warning '(unused-import), Unused import connectors'
2017-10-05 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
2017-09-28 Andrey Skvortsov fix ungrouped imports from package X
2017-08-21 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E124 closing bracket does not match visual indentation
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 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 E303 too many blank lines
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
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 some PEP8 E228 missing whitespace around modulo operator
2017-03-09 Andrey Skvortsov apply constraints to names for tasks and task instances in resource configuration
2016-12-22 Andrey Skvortsov make renames caseinsensitive
2016-12-14 Andrey Skvortsov fix issue with task rename if "Name" column label is translated into
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2014-06-27 Edouard Tisserant Added highlighting of wrong SINGLE task trigger
2014-06-20 Edouard Tisserant Enable overloading of task triggerring source cell editor (SINGLE) in resource editor. PLCGenerator now generates MULTI keywork instead of SINGLE when task's activation is surroundes with square brackets
2013-07-04 Laurent Bessard Fixed DurationCellEditor to make it reusable
2013-04-09 Laurent Bessard Fixed Triggering column cell choice editor, removing useless and bugging empty string option
2012-12-19 Laurent Bessard Fix bug in resource search result highlighting
2012-11-08 Laurent Bessard Fix resource task interval error highlighting
2012-09-13 laurent Adding support for signaling that a task interval isn't well formatted
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz