Changeset 1170 for trunk/peppy/fundamental.py
- Timestamp:
- 03/14/08 17:19:59 (8 months ago)
- Files:
-
- 1 modified
-
trunk/peppy/fundamental.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/peppy/fundamental.py
r1166 r1170 400 400 """ 401 401 uchar = unichr(evt.GetKeyCode()) 402 if self.autoindent.electricChar(self, uchar): 403 # If the autoindenter handles the char, it will insert the char. 404 # So, we don't call Skip in this case and the processing ends 405 # here. 406 return 402 407 if self.classprefs.spell_check and uchar in self.word_end_chars: 403 408 # We are catching the event before the character is added to the
