c_ext/CFileEditor.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 '# '
Fri, 18 Aug 2017 20:14:38 +0300 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
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
Wed, 08 May 2013 21:37:31 +0200 Laurent Bessard Fixed CFileEditor replacing folding panels by variable panel and STC
Mon, 06 May 2013 10:28:47 +0200 Laurent Bessard Fixed bug with margin cursor in StyledTextCtrl on Windows
Wed, 24 Apr 2013 23:53:23 +0200 Laurent Bessard Fixed bug in CFileEditor
Wed, 24 Apr 2013 10:03:47 +0200 Laurent Bessard Fixed unexpected scrolling when PythonEditor, TextViewer and CFileEditor get focus
Wed, 30 Jan 2013 23:46:41 +0100 Laurent Bessard Replaced SplitterWindow in ConfTreeNodeEditor by Notebook
Wed, 31 Oct 2012 12:05:44 +0100 Laurent Bessard Fix bug when Drag'n Dropping located variables on Windows
Thu, 04 Oct 2012 17:56:29 +0200 laurent Replacing text buttons by bitmap buttons for variable grid in CFileEditor
Fri, 07 Sep 2012 16:45:55 +0200 Laurent Bessard Integration of PLCOpenEditor into Beremiz
Sat, 25 Aug 2012 14:50:48 +0200 laurent Update list of messages to be translated for internationalization and french translations
Thu, 28 Jun 2012 12:07:21 +0200 laurent Adding support for file explorer for project files
Wed, 23 May 2012 16:28:50 +0200 laurent Fixing bug on ConfNodeEditors refresh
Tue, 22 May 2012 06:41:54 +0200 Edouard Tisserant merge
Mon, 21 May 2012 18:56:44 +0200 laurent Fix bugs with ConfigTreeNode
Tue, 22 May 2012 06:11:37 +0200 Edouard Tisserant Fixed runtime problems with python 2.6 without wx installed
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