Tue, 20 Aug 2024 01:13:14 +0200 |
Edouard Tisserant |
IDE: fix completion
|
file |
diff |
annotate
|
Thu, 13 Apr 2023 22:31:33 +0200 |
Edouard Tisserant |
IDE: more fixes for wxPython 4.0.7 and pyhon 3.10
python3
|
file |
diff |
annotate
|
Wed, 12 Apr 2023 19:28:37 +0200 |
Edouard Tisserant |
Fixes for wxPython-4.0.7 (ubuntu22) compatible with wxPython-4.1.x
python3
|
file |
diff |
annotate
|
Fri, 28 Oct 2022 19:39:17 +0800 |
GP Orcullo |
fix for gc errors on shutdown
python3
|
file |
diff |
annotate
|
Fri, 28 Oct 2022 14:07:13 +0800 |
GP Orcullo |
removed Python2 modules
python3
|
file |
diff |
annotate
|
Fri, 28 Oct 2022 12:39:15 +0800 |
GP Orcullo |
automated conversion using 2to3-3.9 tool
python3
|
file |
diff |
annotate
|
Wed, 23 Nov 2022 14:18:25 +0100 |
Edouard Tisserant |
Marged default in wxPython4
wxPython4
|
file |
diff |
annotate
|
Thu, 17 Nov 2022 11:08:36 +0100 |
Edouard Tisserant |
IDE: Optimization of modification events processing in text editors.
|
file |
diff |
annotate
|
Fri, 18 Feb 2022 14:51:58 +0100 |
Edouard Tisserant |
IDE: Fix one more sequel of wxPython4 port : typo in editors/TextViewer.py
wxPython4
|
file |
diff |
annotate
|
Fri, 01 Oct 2021 17:44:52 +0200 |
Edouard Tisserant |
Merge from default
wxPython4
|
file |
diff |
annotate
|
Thu, 16 Sep 2021 09:40:36 +0200 |
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.
|
file |
diff |
annotate
|
Thu, 02 Sep 2021 22:18:14 +0200 |
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
|
file |
diff |
annotate
|
Mon, 24 May 2021 14:33:54 +0200 |
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.
|
file |
diff |
annotate
|
Fri, 12 Oct 2018 12:06:45 +0300 |
Andrey Skvortsov |
python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
|
file |
diff |
annotate
|
Thu, 11 Oct 2018 12:00:40 +0300 |
Andrey Skvortsov |
python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module
|
file |
diff |
annotate
|
Fri, 05 Oct 2018 14:22:01 +0300 |
Andrey Skvortsov |
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
|
file |
diff |
annotate
|
Thu, 04 Oct 2018 12:07:16 +0300 |
Andrey Skvortsov |
python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
|
file |
diff |
annotate
|
Mon, 01 Oct 2018 12:04:58 +0300 |
Andrey Skvortsov |
Fix segmentation fault when last lines in text POUs should be highlighted
|
file |
diff |
annotate
|
Thu, 07 Jun 2018 16:31:26 +0300 |
Andrey Skvortsov |
Drop support for wxPython 2.6 and below
|
file |
diff |
annotate
|
Mon, 29 Jan 2018 12:56:49 +0100 |
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
|
file |
diff |
annotate
|
Thu, 19 Oct 2017 11:03:03 +0300 |
Andrey Skvortsov |
fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
|
file |
diff |
annotate
|
Mon, 09 Oct 2017 18:13:26 +0300 |
Andrey Skvortsov |
fix pylint warning "(relative-import) Relative import 'Y', should be 'X.Y'"
|
file |
diff |
annotate
|
Fri, 06 Oct 2017 17:52:34 +0300 |
Andrey Skvortsov |
fix pylint warning '(unused-import), Unused import connectors'
|
file |
diff |
annotate
|
Thu, 05 Oct 2017 16:38:49 +0300 |
Andrey Skvortsov |
explicitly mark unused variables found by pylint with _ or dummy
|
file |
diff |
annotate
|
Thu, 28 Sep 2017 16:25:05 +0300 |
Andrey Skvortsov |
fix unnecessary lambda and enable corresponding pylint check
|
file |
diff |
annotate
|
Mon, 21 Aug 2017 21:55:18 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E265 block comment should start with '# '
|
file |
diff |
annotate
|
Sat, 19 Aug 2017 18:12:20 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E722 do not use bare except'
|
file |
diff |
annotate
|
Sat, 19 Aug 2017 16:30:15 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E713 test for membership should be 'not in'
|
file |
diff |
annotate
|
Sat, 19 Aug 2017 00:58:44 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E124 closing bracket does not match visual indentation
|
file |
diff |
annotate
|
Fri, 18 Aug 2017 20:14:38 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E128 continuation line under-indented for visual indent
|
file |
diff |
annotate
|
Thu, 17 Aug 2017 17:25:17 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E129 visually indented line with same indent as next logical line
|
file |
diff |
annotate
|
Thu, 17 Aug 2017 14:27:06 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 W601 .has_key() is deprecated, use 'in'
|
file |
diff |
annotate
|
Thu, 17 Aug 2017 09:55:39 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E222 multiple spaces after operator
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 12:21:05 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E201 whitespace after '{'
|
file |
diff |
annotate
|
Wed, 16 Aug 2017 11:47:27 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 22:38:43 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 17:01:51 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E711 comparison to None should be 'if cond is not None:'
|
file |
diff |
annotate
|
Tue, 15 Aug 2017 16:48:49 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E225 missing whitespace around operator
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 23:27:15 +0300 |
Andrey Skvortsov |
clean-up: fix PEP8 E302 expected 2 blank lines, found 1
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 22:23:17 +0300 |
Andrey Skvortsov |
clean-up: fix some PEP8 E228 missing whitespace around modulo operator
|
file |
diff |
annotate
|
Mon, 14 Aug 2017 19:13:01 +0300 |
Andrey Skvortsov |
clean-up for PEP8: fix W291 trailing whitespace
|
file |
diff |
annotate
|
Tue, 17 Jan 2017 13:30:38 +0300 |
Surkov Sergey |
fix IL jumps highlighting in Text Viewer
|
file |
diff |
annotate
|
Fri, 23 Dec 2016 18:40:31 +0300 |
Andrey Skvortsov |
fix strange behavior on Backspace press in ST
|
file |
diff |
annotate
|
Thu, 24 Nov 2016 18:33:56 +0300 |
Andrey Skvortsov |
add localization to time strings in DebugVariablePanel and to dialog shown after variable drag'n'drop
|
file |
diff |
annotate
|
Fri, 18 Nov 2016 13:57:42 +0300 |
Andrey Skvortsov |
fix license notices in source files and license files under GPLv2+
|
file |
diff |
annotate
|
Fri, 28 Oct 2016 18:11:43 +0300 |
Sergey Surkov |
fix major bugs in Find and Search in Project functionality.
|
file |
diff |
annotate
|
Fri, 21 Oct 2016 13:06:31 +0300 |
Andrey Skvortsov |
fix issue with non-working global hotkeys in IEC code panel
|
file |
diff |
annotate
|
Mon, 05 Sep 2016 16:47:34 +0300 |
Andrey Skvortsov |
fix highlighting input/outputs in function call in ST, if comment section is placed
|
file |
diff |
annotate
|
Thu, 28 Apr 2016 16:54:01 +0300 |
Andrey Skvortsov |
fix highlighting of multiline comments in ST and IL
|
file |
diff |
annotate
|
Mon, 25 Apr 2016 17:23:04 +0300 |
Andrey Skvortsov |
fix issue that if functional block is dragged from project panel into
|
file |
diff |
annotate
|
Wed, 20 Apr 2016 16:20:53 +0300 |
Andrey Skvortsov |
add i18n for couple of strings in TextViewer.py
|
file |
diff |
annotate
|
Wed, 11 Jun 2014 19:01:17 +0200 |
Edouard Tisserant |
Added a variable name text entry dialog to allow name change on drag'n'drops
|
file |
diff |
annotate
|
Tue, 27 May 2014 10:40:39 +0200 |
Edouard Tisserant |
Added 'NamedConstant' drag'n'drop in text programs as well (was only accepted on graphical languages).
|
file |
diff |
annotate
|
Tue, 13 May 2014 00:43:06 +0200 |
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
|
file |
diff |
annotate
|
Wed, 09 Oct 2013 10:57:20 +0200 |
Laurent Bessard |
Fixed pou variables information loading stylesheet
|
file |
diff |
annotate
|
Mon, 09 Sep 2013 23:36:12 +0200 |
Laurent Bessard |
Replaced old pou variable list and variable tree generating by xslt stylesheet
|
file |
diff |
annotate
|
Fri, 14 Jun 2013 14:19:28 +0200 |
Laurent Bessard |
Fixed bug with Copy/Paste in generated ST code Viewer
|
file |
diff |
annotate
|
Tue, 28 May 2013 10:03:41 +0200 |
Laurent Bessard |
Fixed search highlight bug in ST and Code text editors
|
file |
diff |
annotate
|
Mon, 13 May 2013 16:38:53 +0200 |
Laurent Bessard |
Fixed bug with Copy/Paste in Primary Selection in Text Viewers
|
file |
diff |
annotate
|
Thu, 09 May 2013 19:36:37 +0200 |
Laurent Bessard |
Fix bug with multiline Pragma syntax highlighting in TextViewer
|
file |
diff |
annotate
|