2018-02-02 |
Surkov Sergey |
remove duplicating code for variables name generate
|
file |
diff |
annotate
|
2017-10-25 |
Andrey Skvortsov |
fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
|
file |
diff |
annotate
|
2017-10-19 |
Andrey Skvortsov |
fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
|
file |
diff |
annotate
|
2017-10-16 |
Andrey Skvortsov |
fix pylint error "(undefined-variable) Undefined variable 'X'"
|
file |
diff |
annotate
|
2017-10-05 |
Andrey Skvortsov |
explicitly mark unused variables found by pylint with _ or dummy
|
file |
diff |
annotate
|
2017-10-03 |
Andrey Skvortsov |
remove unused variables found by pylint
|
file |
diff |
annotate
|
2017-09-28 |
Andrey Skvortsov |
fix ungrouped imports from package X
|
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-18 |
Andrey Skvortsov |
clean-up: fix PEP8 E272 multiple spaces before keyword
|
file |
diff |
annotate
|
2017-08-18 |
Andrey Skvortsov |
clean-up: fix PEP8 W191 indentation contains tabs
|
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-18 |
Andrey Skvortsov |
clean-up: fix PEP8 E127 continuation line over-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 E731 do not assign a lambda expression, use a def
|
file |
diff |
annotate
|
2017-08-16 |
Andrey Skvortsov |
clean-up: fix PEP8 W391 blank line at end of file
|
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 E711 comparison to None should be 'if cond is not None:'
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E303 too many blank lines
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E231 missing whitespace after ':' or ','
|
file |
diff |
annotate
|
2017-08-15 |
Andrey Skvortsov |
clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up: fix PEP8 E302 expected 2 blank lines, found 1
|
file |
diff |
annotate
|
2017-06-22 |
Andrey Skvortsov |
add l18n support to variable table in CodeFileEditor (python/C extension)
|
file |
diff |
annotate
|
2017-06-20 |
Andrey Skvortsov |
enable non-latin variable descriptions in CodeFileEditor
|
file |
diff |
annotate
|
2017-03-09 |
Andrey Skvortsov |
fix twice shown error message box, when wrong non-valid IEC identifier entered
|
file |
diff |
annotate
|
2016-10-28 |
Sergey Surkov |
fix major bugs in Find and Search in Project functionality.
|
file |
diff |
annotate
|
2016-05-06 |
Andrey Skvortsov |
add copyright notices to python files where there were missing, that
|
file |
diff |
annotate
|
2016-04-21 |
Andrey Skvortsov |
add i18n for some strings in DiscoveryDialog, DurationEditDialog, ProjectDialog and CodeFileEditor
|
file |
diff |
annotate
|
2015-02-18 |
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
|
file |
diff |
annotate
|
2014-05-30 |
Edouard Tisserant |
Added plcopen.definitions.DefaultType, set to INT.
|
file |
diff |
annotate
|
2013-05-28 |
Laurent Bessard |
Fixed search highlight bug in ST and Code text editors
|
file |
diff |
annotate
|
2013-05-16 |
Laurent Bessard |
Moved CodeFileEditor Variable Panel button to grid left
|
file |
diff |
annotate
|
2013-05-15 |
Laurent Bessard |
Fixed bug scrollbar not displayed in CodeFileEditor VariablePanel when grid is to small to show all variables
|
file |
diff |
annotate
|
2013-05-15 |
Laurent Bessard |
Fixed bug when typing and caret is at last test position in CodeFileEditor
|
file |
diff |
annotate
|
2013-05-15 |
Laurent Bessard |
Fixed variable panel in CodeFileEditor
|
file |
diff |
annotate
|
2013-05-14 |
Laurent Bessard |
Fixed bug when deleting line between code and headers on Windows
|
file |
diff |
annotate
|
2013-05-14 |
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.
|
file |
diff |
annotate
|
2013-05-14 |
Laurent Bessard |
Added global variable names in CodeFileEditor auto-completion list
|
file |
diff |
annotate
|
2013-05-13 |
Laurent Bessard |
Fixed bug with Copy/Paste in Primary Selection in Text Viewers
|
file |
diff |
annotate
|
2013-05-13 |
Laurent Bessard |
Fixed support for defining python runtime code using sections like in c_ext
|
file |
diff |
annotate
|
2013-05-10 |
Laurent Bessard |
Fixed CodeFileEditor allowing to have no line of code between two section headers
|
file |
diff |
annotate
|
2013-05-10 |
Laurent Bessard |
Fixed bug in CodeFileEditor allowing to remove NEWLINE character between section header and section code
|
file |
diff |
annotate
|
2013-05-10 |
Laurent Bessard |
Fixed code section headers in CodeFileEditor
|
file |
diff |
annotate
|
2013-05-09 |
Laurent Bessard |
Fix bug when section code is just an empty line
|
file |
diff |
annotate
|
2013-05-09 |
Laurent Bessard |
Added support for excluding code section headers to be modified in CodeFileEditor
|
file |
diff |
annotate
|
2013-05-08 |
Laurent Bessard |
Fixed search in CodeFileEditor STC panel
|
file |
diff |
annotate
|
2013-05-08 |
Laurent Bessard |
Fixed Python editor adding variable panel
|
file |
diff |
annotate
|
2013-05-08 |
Laurent Bessard |
Fixed CFileEditor replacing folding panels by variable panel and STC
|
file |
diff |
annotate
|
2013-05-08 |
Laurent Bessard |
Move C_ext file for merging with py_ext
|
file |
diff |
annotate
| base
|