From 9a104792b7e4fac2336abc1868fc8fedf5bb6ade Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 11 Jun 2016 21:31:08 -0700 Subject: [PATCH] Ignore MacCheckSpelling, it doesn't exist in wxSTC. --- etg/_stc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etg/_stc.py b/etg/_stc.py index b50a6b98..390c7c8f 100644 --- a/etg/_stc.py +++ b/etg/_stc.py @@ -158,6 +158,7 @@ def run(): c.find('EmulateKeyPress').ignore() c.find('IsMultiLine').ignore() c.find('IsSingleLine').ignore() + c.find('MacCheckSpelling').ignore() # TODO: Add the UTF8 PyMethods from classic (see _stc_utf8_methods.py)