editors/CodeFileEditor.py
Fri, 06 May 2016 14:05:44 +0300 Andrey Skvortsov add copyright notices to python files where there were missing, that
Thu, 21 Apr 2016 17:49:39 +0300 Andrey Skvortsov add i18n for some strings in DiscoveryDialog, DurationEditDialog, ProjectDialog and CodeFileEditor
Thu, 19 Feb 2015 00:40:53 +0100 Edouard Tisserant Added more columns in variable list of extensions' code editors - updating python's PLCGlobals from PLC logic can trigger asynchronous 'OnChange' python call
Fri, 30 May 2014 02:20:19 +0200 Edouard Tisserant Added plcopen.definitions.DefaultType, set to INT.
Tue, 28 May 2013 10:03:41 +0200 Laurent Bessard Fixed search highlight bug in ST and Code text editors
Thu, 16 May 2013 15:45:45 +0200 Laurent Bessard Moved CodeFileEditor Variable Panel button to grid left
Thu, 16 May 2013 00:31:07 +0200 Laurent Bessard Fixed bug scrollbar not displayed in CodeFileEditor VariablePanel when grid is to small to show all variables
Thu, 16 May 2013 00:00:35 +0200 Laurent Bessard Fixed bug when typing and caret is at last test position in CodeFileEditor
Wed, 15 May 2013 22:14:12 +0200 Laurent Bessard Fixed variable panel in CodeFileEditor
Tue, 14 May 2013 22:25:33 +0200 Laurent Bessard Fixed bug when deleting line between code and headers on Windows
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.
Tue, 14 May 2013 18:42:29 +0200 Laurent Bessard Added global variable names in CodeFileEditor auto-completion list
Mon, 13 May 2013 16:38:53 +0200 Laurent Bessard Fixed bug with Copy/Paste in Primary Selection in Text Viewers
Mon, 13 May 2013 14:31:23 +0200 Laurent Bessard Fixed support for defining python runtime code using sections like in c_ext
Fri, 10 May 2013 13:06:47 +0200 Laurent Bessard Fixed CodeFileEditor allowing to have no line of code between two section headers
Fri, 10 May 2013 11:49:22 +0200 Laurent Bessard Fixed bug in CodeFileEditor allowing to remove NEWLINE character between section header and section code
Fri, 10 May 2013 09:43:40 +0200 Laurent Bessard Fixed code section headers in CodeFileEditor
Thu, 09 May 2013 23:38:54 +0200 Laurent Bessard Fix bug when section code is just an empty line
Thu, 09 May 2013 12:50:51 +0200 Laurent Bessard Added support for excluding code section headers to be modified in CodeFileEditor
Wed, 08 May 2013 23:31:12 +0200 Laurent Bessard Fixed search in CodeFileEditor STC panel
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
Wed, 08 May 2013 18:33:49 +0200 Laurent Bessard Move C_ext file for merging with py_ext