Package peppy :: Package lib :: Module stcspellcheckmixin
[frames] | no frames]

Module stcspellcheckmixin

Spell checking mixin for the wx.StyledTextControl using pyenchant

This module was insipred by the spell check function from Christopher Thoday's Luke SDK.

Spell checking is provided by the pyenchant library, which is an external dependency not part of wxPython. Packages are available for Mac, Unix, and windows at http://pyenchant.sourceforge.net

Currently provides:

TODO:


Author: Rob McMullen

Version: 1.0

Changelog:

   1.0:
       - First public release

Classes
  STCSpellCheckMixin
Spell checking mixin for use with wx.StyledTextControl.