editors/ResourceEditor.py
Mon, 24 May 2021 14:33:54 +0200 Edouard Tisserant Finished fixing Wx IDs abuse. There was still some wasted IDs because of wx.NewId calls in many places where it wasn't needed, and those IDs were not re-used. As a consequence Beremiz was making exception crashing after a few hours of intensive use.
Thu, 04 Oct 2018 12:07:16 +0300 Andrey Skvortsov python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
Wed, 29 Aug 2018 18:53:02 +0300 Andrey Skvortsov Avoid usage of localized strings before initialization during import in many modules
Wed, 27 Jun 2018 10:58:45 +0300 Andrey Skvortsov If task type is changed from 'interrupt' to 'cyclic' init interval with T#20ms.
Wed, 31 Jan 2018 16:31:01 +0300 Surkov Sergey add fields autocomplete when adding task or instance in resources
Mon, 09 Oct 2017 18:13:26 +0300 Andrey Skvortsov fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
Fri, 06 Oct 2017 17:52:34 +0300 Andrey Skvortsov fix pylint warning '(unused-import), Unused import connectors'
Thu, 05 Oct 2017 16:38:49 +0300 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
Thu, 28 Sep 2017 17:20:31 +0300 Andrey Skvortsov fix ungrouped imports from package X
Mon, 21 Aug 2017 21:55:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
Sat, 19 Aug 2017 00:58:44 +0300 Andrey Skvortsov clean-up: fix PEP8 E124 closing bracket does not match visual indentation
Fri, 18 Aug 2017 20:14:38 +0300 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
Thu, 17 Aug 2017 11:39:10 +0300 Andrey Skvortsov clean-up: fix PEP8 E731 do not assign a lambda expression, use a def
Wed, 16 Aug 2017 12:48:08 +0300 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
Wed, 16 Aug 2017 11:47:27 +0300 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
Tue, 15 Aug 2017 16:48:49 +0300 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
Tue, 15 Aug 2017 16:01:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E303 too many blank lines
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
Tue, 15 Aug 2017 12:17:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Mon, 14 Aug 2017 22:23:17 +0300 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
Thu, 09 Mar 2017 15:35:19 +0300 Andrey Skvortsov apply constraints to names for tasks and task instances in resource configuration
Thu, 22 Dec 2016 14:38:56 +0300 Andrey Skvortsov make renames caseinsensitive
Wed, 14 Dec 2016 12:36:04 +0300 Andrey Skvortsov fix issue with task rename if "Name" column label is translated into
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Fri, 27 Jun 2014 13:56:49 +0200 Edouard Tisserant Added highlighting of wrong SINGLE task trigger
Fri, 20 Jun 2014 21:36:23 +0200 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
Fri, 05 Jul 2013 00:11:21 +0200 Laurent Bessard Fixed DurationCellEditor to make it reusable
Tue, 09 Apr 2013 18:42:47 +0200 Laurent Bessard Fixed Triggering column cell choice editor, removing useless and bugging empty string option
Wed, 19 Dec 2012 13:29:38 +0100 Laurent Bessard Fix bug in resource search result highlighting
Thu, 08 Nov 2012 18:54:34 +0100 Laurent Bessard Fix resource task interval error highlighting
Thu, 13 Sep 2012 02:13:40 +0200 laurent Adding support for signaling that a task interval isn't well formatted
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz