editors/TextViewer.py
2017-01-17 Surkov Sergey fix IL jumps highlighting in Text Viewer
2016-12-23 Andrey Skvortsov fix strange behavior on Backspace press in ST
2016-11-24 Andrey Skvortsov add localization to time strings in DebugVariablePanel and to dialog shown after variable drag'n'drop
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2016-10-28 Sergey Surkov fix major bugs in Find and Search in Project functionality.
2016-10-21 Andrey Skvortsov fix issue with non-working global hotkeys in IEC code panel
2016-09-05 Andrey Skvortsov fix highlighting input/outputs in function call in ST, if comment section is placed
2016-04-28 Andrey Skvortsov fix highlighting of multiline comments in ST and IL
2016-04-25 Andrey Skvortsov fix issue that if functional block is dragged from project panel into
2016-04-20 Andrey Skvortsov add i18n for couple of strings in TextViewer.py
2014-06-11 Edouard Tisserant Added a variable name text entry dialog to allow name change on drag'n'drops
2014-05-27 Edouard Tisserant Added 'NamedConstant' drag'n'drop in text programs as well (was only accepted on graphical languages).
2014-05-12 Edouard Tisserant Added 'NamedConstant' drag'n'drop in programs. It does create a simple variable with initial value and is usefull for drag'n'drop constants from extensions while keeping a name associated with constant
2013-10-09 Laurent Bessard Fixed pou variables information loading stylesheet
2013-09-09 Laurent Bessard Replaced old pou variable list and variable tree generating by xslt stylesheet
2013-06-14 Laurent Bessard Fixed bug with Copy/Paste in generated ST code Viewer
2013-05-28 Laurent Bessard Fixed search highlight bug in ST and Code text editors
2013-05-13 Laurent Bessard Fixed bug with Copy/Paste in Primary Selection in Text Viewers
2013-05-09 Laurent Bessard Fix bug with multiline Pragma syntax highlighting in TextViewer
2013-05-06 Laurent Bessard Fixed bug with margin cursor in StyledTextCtrl on Windows
2013-04-24 Laurent Bessard Removed undeleted debug print
2013-04-24 Laurent Bessard Fixed unexpected scrolling when PythonEditor, TextViewer and CFileEditor get focus
2013-04-23 Laurent Bessard Added support for search in PythonEditor and IECCodeViewer
2013-03-14 Laurent Bessard Completely removed restore perspective and project layout process
2012-12-06 Laurent Bessard Fixed bug when indexing table in Pragma within ST/IL code
2012-10-25 Laurent Bessard Add support for double bracket pragma in syntax highlighting of TextViewer
2012-10-18 Laurent Bessard Fix bug in TextViewer when starting text with '{' character
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz