dialogs/FindInPouDialog.py
2022-10-28 GP Orcullo automated conversion using 2to3-3.9 tool python3
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
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-19 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
2017-09-29 Andrey Skvortsov fix pylint warning (bad-indentation) Bad indentation. Found X spaces, expected Y
2017-08-19 Andrey Skvortsov clean-up: fix PEP8 E722 do not use bare except'
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
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 E303 too many blank lines
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2017-06-19 Andrey Skvortsov make all dialog have non-fixed size
2016-12-29 Andrey Skvortsov make FindInPouDialog work on Windows with wxPython 2.8
2016-12-28 Andrey Skvortsov convert FindInPouDialog from wx.Frame to wx.Dialog
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2016-10-28 Sergey Surkov now dialogs Find and Search in Project can be closed with ESC button
2016-10-28 Sergey Surkov fix major bugs in Find and Search in Project functionality.
2016-04-20 Andrey Skvortsov make About and Find dialogs have the same icon as main Beremiz window
2013-05-08 Laurent Bessard Fixed bug when pressing Return key in FindInPouDialog
2013-04-23 Laurent Bessard Fixed pattern textctrl in FindInPouDialog to get focus when dialog appear
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz