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