.hgignore
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Tue, 20 Jun 2017 18:57:29 +0300
changeset 1700 df50e13a94d6
parent 1651 f077f8fb9ba7
child 1725 f8e4650619f7
permissions -rw-r--r--
fix problem with hidden FindInPou dialog with wxPython 3.0 on Windows

FindInPou.IsShown() returned True, but dialog was hidden.
At same time On GNU/Linux with wxPython 3.0 there wasn't such problem.
So it's Windows specific.
.project

.directory

syntax: regexp
^tests/.*/build$
^.idea/.*
syntax: regexp
^.*\.pyc$
syntax: regexp
^.*~$
syntax: regexp
^.*\.swp$

bug_report.*\.txt
i18n/.*.new$
revision