editors/TextViewer.py
4 months ago Edouard Tisserant IDE: fix completion
21 months ago Edouard Tisserant IDE: more fixes for wxPython 4.0.7 and pyhon 3.10 python3
21 months ago Edouard Tisserant Fixes for wxPython-4.0.7 (ubuntu22) compatible with wxPython-4.1.x python3
2022-10-28 GP Orcullo fix for gc errors on shutdown python3
2022-10-28 GP Orcullo removed Python2 modules python3
2022-10-28 GP Orcullo automated conversion using 2to3-3.9 tool python3
2022-11-23 Edouard Tisserant Marged default in wxPython4 wxPython4
2022-11-17 Edouard Tisserant IDE: Optimization of modification events processing in text editors.
2022-02-18 Edouard Tisserant IDE: Fix one more sequel of wxPython4 port : typo in editors/TextViewer.py wxPython4
2021-10-01 Edouard Tisserant Merge from default wxPython4
2021-09-16 Edouard Tisserant Sequel to 95fe62bfe920 : Copy description when DnD variables from Globals in resources and configuration variable panels to POUs, now including ST/IL POUs.
2021-09-02 Edouard Tisserant Preliminary support for WxPython 4.1.0. Needs more testing. Grid selection/focus seems broken, and probably many other bugs hidden in dialogs and editors. wxPython4
2021-05-24 Edouard Tisserant Finished fixing Wx IDs abuse. There was still some wasted IDs because of wx.NewId calls in many places where it wasn't needed, and those IDs were not re-used. As a consequence Beremiz was making exception crashing after a few hours of intensive use.
2018-10-12 Andrey Skvortsov python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
2018-10-11 Andrey Skvortsov python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module
2018-10-05 Andrey Skvortsov python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
2018-10-04 Andrey Skvortsov python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
2018-10-01 Andrey Skvortsov Fix segmentation fault when last lines in text POUs should be highlighted
2018-06-07 Andrey Skvortsov Drop support for wxPython 2.6 and below
2018-01-29 Edouard Tisserant Textviewer : moved call to Colourise in a better place, so that ST highlighting gets also updated when typing in some case, not only IL
2017-10-19 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
2017-10-09 Andrey Skvortsov fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
2017-10-06 Andrey Skvortsov fix pylint warning '(unused-import), Unused import connectors'
2017-10-05 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
2017-09-28 Andrey Skvortsov fix unnecessary lambda and enable corresponding pylint check
2017-08-21 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-19 Andrey Skvortsov clean-up: fix PEP8 E722 do not use bare except'
2017-08-19 Andrey Skvortsov clean-up: fix PEP8 E713 test for membership should be 'not in'
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E124 closing bracket does not match visual indentation
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
2017-08-17 Andrey Skvortsov clean-up: fix PEP8 E129 visually indented line with same indent as next logical line
2017-08-17 Andrey Skvortsov clean-up: fix PEP8 W601 .has_key() is deprecated, use 'in'
2017-08-17 Andrey Skvortsov clean-up: fix PEP8 E222 multiple spaces after operator
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E201 whitespace after '{'
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E711 comparison to None should be 'if cond is not None:'
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E225 missing whitespace around operator
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
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