py_ext/PythonEditor.py
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-08-21 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
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-05-06 Andrey Skvortsov add copyright notices to python files where there were missing, that
2013-05-14 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.
2013-05-10 Laurent Bessard Fixed code section headers in CodeFileEditor
2013-05-08 Laurent Bessard Fixed Python editor adding variable panel
2013-05-06 Laurent Bessard Fixed bug with margin cursor in StyledTextCtrl on Windows
2013-04-24 Laurent Bessard Fixed unexpected scrolling when PythonEditor, TextViewer and CFileEditor get focus
2013-04-24 Laurent Bessard Fixed PythonEditor font size
2013-04-23 Laurent Bessard Added support for search in PythonEditor and IECCodeViewer
2013-01-30 Laurent Bessard Replaced SplitterWindow in ConfTreeNodeEditor by Notebook
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz
2012-05-30 laurent Fix bug with cut/copy/paste on PythonEditor
2012-05-23 laurent Fixing bug on ConfNodeEditors refresh
2012-05-21 laurent Fix bugs with ConfigTreeNode
2012-05-21 laurent refactoring
2012-05-20 Edouard Tisserant Moved LPC sources to a separate project
2012-05-08 Edouard Tisserant refactoring