editors/TextViewer.py
Tue, 15 Aug 2017 22:38:43 +0300 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
Tue, 15 Aug 2017 17:01:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E711 comparison to None should be 'if cond is not None:'
Tue, 15 Aug 2017 16:48:49 +0300 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
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
Mon, 14 Aug 2017 19:13:01 +0300 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
Tue, 17 Jan 2017 13:30:38 +0300 Surkov Sergey fix IL jumps highlighting in Text Viewer
Fri, 23 Dec 2016 18:40:31 +0300 Andrey Skvortsov fix strange behavior on Backspace press in ST
Thu, 24 Nov 2016 18:33:56 +0300 Andrey Skvortsov add localization to time strings in DebugVariablePanel and to dialog shown after variable drag'n'drop
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Fri, 28 Oct 2016 18:11:43 +0300 Sergey Surkov fix major bugs in Find and Search in Project functionality.
Fri, 21 Oct 2016 13:06:31 +0300 Andrey Skvortsov fix issue with non-working global hotkeys in IEC code panel
Mon, 05 Sep 2016 16:47:34 +0300 Andrey Skvortsov fix highlighting input/outputs in function call in ST, if comment section is placed
Thu, 28 Apr 2016 16:54:01 +0300 Andrey Skvortsov fix highlighting of multiline comments in ST and IL
Mon, 25 Apr 2016 17:23:04 +0300 Andrey Skvortsov fix issue that if functional block is dragged from project panel into
Wed, 20 Apr 2016 16:20:53 +0300 Andrey Skvortsov add i18n for couple of strings in TextViewer.py
Wed, 11 Jun 2014 19:01:17 +0200 Edouard Tisserant Added a variable name text entry dialog to allow name change on drag'n'drops
Tue, 27 May 2014 10:40:39 +0200 Edouard Tisserant Added 'NamedConstant' drag'n'drop in text programs as well (was only accepted on graphical languages).
Tue, 13 May 2014 00:43:06 +0200 Edouard Tisserant Added 'NamedConstant' drag'n'drop in programs. It does create a simple variable with initial value and is usefull for drag'n'drop constants from extensions while keeping a name associated with constant
Wed, 09 Oct 2013 10:57:20 +0200 Laurent Bessard Fixed pou variables information loading stylesheet
Mon, 09 Sep 2013 23:36:12 +0200 Laurent Bessard Replaced old pou variable list and variable tree generating by xslt stylesheet
Fri, 14 Jun 2013 14:19:28 +0200 Laurent Bessard Fixed bug with Copy/Paste in generated ST code Viewer
Tue, 28 May 2013 10:03:41 +0200 Laurent Bessard Fixed search highlight bug in ST and Code text editors
Mon, 13 May 2013 16:38:53 +0200 Laurent Bessard Fixed bug with Copy/Paste in Primary Selection in Text Viewers
Thu, 09 May 2013 19:36:37 +0200 Laurent Bessard Fix bug with multiline Pragma syntax highlighting in TextViewer
Mon, 06 May 2013 10:28:47 +0200 Laurent Bessard Fixed bug with margin cursor in StyledTextCtrl on Windows
Wed, 24 Apr 2013 22:57:41 +0200 Laurent Bessard Removed undeleted debug print
Wed, 24 Apr 2013 10:03:47 +0200 Laurent Bessard Fixed unexpected scrolling when PythonEditor, TextViewer and CFileEditor get focus
Wed, 24 Apr 2013 00:20:13 +0200 Laurent Bessard Added support for search in PythonEditor and IECCodeViewer
Thu, 14 Mar 2013 09:20:07 +0100 Laurent Bessard Completely removed restore perspective and project layout process
Thu, 06 Dec 2012 16:10:26 +0100 Laurent Bessard Fixed bug when indexing table in Pragma within ST/IL code
Thu, 25 Oct 2012 19:59:06 +0200 Laurent Bessard Add support for double bracket pragma in syntax highlighting of TextViewer
Thu, 18 Oct 2012 17:42:29 +0200 Laurent Bessard Fix bug in TextViewer when starting text with '{' character
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz