Changeset 4199
- Timestamp:
- 04/28/09 08:52:51 (3 years ago)
- Location:
- trunk/Padre-Plugin-SpellCheck/lib/Padre/Plugin
- Files:
-
- 2 edited
-
SpellCheck.pm (modified) (1 diff)
-
SpellCheck/Dialog.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-SpellCheck/lib/Padre/Plugin/SpellCheck.pm
r4193 r4199 97 97 engine => $engine, 98 98 offset => $offset, 99 plugin => $self, 99 100 ); 100 101 $dialog->Show; -
trunk/Padre-Plugin-SpellCheck/lib/Padre/Plugin/SpellCheck/Dialog.pm
r4190 r4199 19 19 _list => '_list', # listbox listing the suggestions 20 20 _offset => '_offset', # offset of _text within the editor 21 _plugin => '_plugin', # reference to spellcheck plugin 21 22 _autoreplace => '_autoreplace', # list of automatic replaces 22 23 _sizer => '_sizer', # window sizer … … 49 50 $self->_offset( $params{offset} ); 50 51 $self->_text ( $params{text} ); 52 $self->_plugin( $params{plugin} ); 51 53 $self->_autoreplace( {} ); 52 54
Note: See TracChangeset
for help on using the changeset viewer.
