c_ext/CFileEditor.py
2022-10-28 GP Orcullo automated conversion using 2to3-3.9 tool python3
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-18 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
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-08 Laurent Bessard Fixed CFileEditor replacing folding panels by variable panel and STC
2013-05-06 Laurent Bessard Fixed bug with margin cursor in StyledTextCtrl on Windows
2013-04-24 Laurent Bessard Fixed bug in CFileEditor
2013-04-24 Laurent Bessard Fixed unexpected scrolling when PythonEditor, TextViewer and CFileEditor get focus
2013-01-30 Laurent Bessard Replaced SplitterWindow in ConfTreeNodeEditor by Notebook
2012-10-31 Laurent Bessard Fix bug when Drag'n Dropping located variables on Windows
2012-10-04 laurent Replacing text buttons by bitmap buttons for variable grid in CFileEditor
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz
2012-08-25 laurent Update list of messages to be translated for internationalization and french translations
2012-06-28 laurent Adding support for file explorer for project files
2012-05-23 laurent Fixing bug on ConfNodeEditors refresh
2012-05-22 Edouard Tisserant merge
2012-05-21 laurent Fix bugs with ConfigTreeNode
2012-05-22 Edouard Tisserant Fixed runtime problems with python 2.6 without wx installed
2012-05-21 laurent refactoring
2012-05-20 Edouard Tisserant Moved LPC sources to a separate project
2012-05-08 Edouard Tisserant refactoring