py_ext/PythonEditor.py
Wed, 25 Oct 2017 13:50:26 +0300 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
Mon, 21 Aug 2017 21:55:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
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 19:13:01 +0300 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
Fri, 06 May 2016 14:05:44 +0300 Andrey Skvortsov add copyright notices to python files where there were missing, that
Tue, 14 May 2013 20:16:07 +0200 Laurent Bessard Replaced the 2 tabs variable and code in CodeFileEditor by only one type with SplitterWindow and fixed drag'n drop of variable from variable to code.
Fri, 10 May 2013 09:43:40 +0200 Laurent Bessard Fixed code section headers in CodeFileEditor
Wed, 08 May 2013 22:52:55 +0200 Laurent Bessard Fixed Python editor adding variable panel
Mon, 06 May 2013 10:28:47 +0200 Laurent Bessard Fixed bug with margin cursor in StyledTextCtrl on Windows
Wed, 24 Apr 2013 10:03:47 +0200 Laurent Bessard Fixed unexpected scrolling when PythonEditor, TextViewer and CFileEditor get focus
Wed, 24 Apr 2013 09:29:32 +0200 Laurent Bessard Fixed PythonEditor font size
Wed, 24 Apr 2013 00:20:13 +0200 Laurent Bessard Added support for search in PythonEditor and IECCodeViewer
Wed, 30 Jan 2013 23:46:41 +0100 Laurent Bessard Replaced SplitterWindow in ConfTreeNodeEditor by Notebook
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz
Wed, 30 May 2012 12:20:54 +0200 laurent Fix bug with cut/copy/paste on PythonEditor
Wed, 23 May 2012 16:28:50 +0200 laurent Fixing bug on ConfNodeEditors refresh
Mon, 21 May 2012 18:56:44 +0200 laurent Fix bugs with ConfigTreeNode
Mon, 21 May 2012 10:04:27 +0200 laurent refactoring
Sun, 20 May 2012 19:07:09 +0200 Edouard Tisserant Moved LPC sources to a separate project
Tue, 08 May 2012 17:08:45 +0200 Edouard Tisserant refactoring