Changeset 4200
- Timestamp:
- 04/28/09 08:53:21 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-SpellCheck/lib/Padre/Plugin/SpellCheck/Dialog.pm
r4199 r4200 14 14 15 15 use Class::XSAccessor accessors => { 16 _autoreplace => '_autoreplace', # list of automatic replaces 16 17 _engine => '_engine', # pps:engine object 17 18 _error => '_errorpos', # first error spotted [ $word, $pos ] … … 20 21 _offset => '_offset', # offset of _text within the editor 21 22 _plugin => '_plugin', # reference to spellcheck plugin 22 _autoreplace => '_autoreplace', # list of automatic replaces23 23 _sizer => '_sizer', # window sizer 24 24 _text => '_text', # text being spellchecked
Note: See TracChangeset
for help on using the changeset viewer.
