Changeset 4192
- Timestamp:
- 04/28/09 08:13:14 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-SpellCheck/lib/Padre/Plugin/SpellCheck/Engine.pm
r4191 r4192 14 14 15 15 use Class::XSAccessor accessors => { 16 _ignore => '_ignore', 16 _ignore => '_ignore', # list of words to ignore 17 17 _plugin => '_plugin', # ref to spellecheck plugin 18 _speller => '_speller', 18 _speller => '_speller', # real text::aspell object 19 19 }; 20 20 use Text::Aspell;
Note: See TracChangeset
for help on using the changeset viewer.
