2017-08-16 Andrey Skvortsov clean-up: fix most PEP8 E266 too many leading '#' for block comment
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E703 statement ends with a semicolon
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E301 expected 1 blank line, found 0
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E306 expected 1 blank line before a nested definition, found X
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 W391 blank line at end of file
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E201 whitespace after '{'
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E202 whitespace before ')'
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-15 Andrey Skvortsov clean-up: fix PEP8 E303 too many blank lines
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E271 multiple spaces after keyword
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E261 at least two spaces before inline comment
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 W293 blank line contains whitespace
2017-08-14 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
2017-08-14 Andrey Skvortsov clean-up: fix some PEP8 E265 block comment should start with '# '
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E401 multiple imports on one line
2017-08-14 Andrey Skvortsov convert some files from CRLF to LF
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2017-08-21 Andrey Skvortsov README.md edited online with Bitbucket
2017-08-21 Andrey Skvortsov fix link to documentation in README.md
2017-08-21 Andrey Skvortsov Add information about built official documentation to README.md
2017-08-11 Andrey Skvortsov don't allow empty dimension for ARRAY types
2017-08-09 Andrey Skvortsov ignore built documentation
2017-08-09 Andrey Skvortsov manual: add untranslated po files for French and Korean
2017-08-09 Andrey Skvortsov build missing pot files, when building HTML documentation
2017-08-07 Andrey Skvortsov fix some typos
2017-07-30 janbarslo Changed title of new project dialog from:
2017-07-30 janbarslo Changed title of New Project dialog
2017-07-28 Andrey Skvortsov skip hidden files and directories on permission check
2017-07-14 Andrey Skvortsov change structure of filename for bug reports in Beremiz and
2017-07-05 wuyangtang fix target Xenomai missing functions
2017-07-05 Andrey Skvortsov update messages.pot and messages.po
2017-07-05 Andrey Skvortsov mki18n.py: generate messages.po (contains English strings in msgstr)
2017-07-05 Andrey Skvortsov add to i18n/README forgotten commands to add some XML schemes as source
2017-07-04 Surkov Sergey Backout commit 92537ed because of writing localized string in node *.xml file
2017-07-04 Surkov Sergey Backout changeset 92537edeb2052d53ba5cad8b6da8463dbc660bb1
2017-06-28 Surkov Sergey fixes double mouse capturing after forcing variable in debug mode
2017-06-27 Surkov Sergey fix bug with TextViewer instance in debug mode, appears after transferring new program on PLC
2017-06-27 Andrey Skvortsov fix build problem when make command have trailing whitespace(s)
2017-06-26 Surkov Sergey add dialog "add program", that appears after creating new project
2017-06-26 Surkov Sergey fix i18n string selection for combobox generated from XSD
2017-06-22 Andrey Skvortsov update Russian and French (Fabien M) translations
2017-06-22 Andrey Skvortsov l18n: update messages.pot and app.fil
2017-06-22 Andrey Skvortsov add l18n support to variable table in CodeFileEditor (python/C extension)
2017-06-22 Andrey Skvortsov set project name and character set in generated messages.pot
2017-06-22 Andrey Skvortsov close DurationEditorDialog on ENTER key
2017-06-21 Andrey Skvortsov add button to ForceVariableDialog to toggle forced boolean value
2017-06-20 Andrey Skvortsov fix problem with hidden FindInPou dialog with wxPython 3.0 on Windows
2017-06-20 Andrey Skvortsov enable non-latin variable descriptions in CodeFileEditor
2017-06-20 Andrey Skvortsov disable empty coils and contacts in LD/SFC editors
2017-06-19 Andrey Skvortsov remove debug code
2017-06-19 Andrey Skvortsov make all dialog have non-fixed size
2017-06-09 Andrey Skvortsov avoid infinite loop in search
2017-06-08 Andrey Skvortsov make adjustable size of ArrayTypeDialog