Ignore MacCheckSpelling, it doesn't exist in wxSTC.

This commit is contained in:
Robin Dunn
2016-06-11 21:31:08 -07:00
parent 2e28b42b13
commit 9a104792b7

View File

@@ -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)