.hgignore
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 14 Feb 2019 09:44:19 +0300
changeset 2508 9076249f11eb
parent 2352 fec90dc70e16
child 3193 8006bb60a4dd
permissions -rw-r--r--
Rewrite ForceVariableDialog. It's not based on wx.TextEntryDialog

Don't customize standard wx.TextEntryDialog on the fly, implement your
own dialog for that with expected behavior and without any hacks.
.project

.directory
.pytest_cache
.cache
.coverage_full

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

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

doc/_build
doc/locale