Changeset 4200


Ignore:
Timestamp:
04/28/09 08:53:21 (3 years ago)
Author:
jquelin
Message:

reordering accessors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-SpellCheck/lib/Padre/Plugin/SpellCheck/Dialog.pm

    r4199 r4200  
    1414 
    1515use Class::XSAccessor accessors => { 
     16    _autoreplace => '_autoreplace',  # list of automatic replaces 
    1617    _engine      => '_engine',       # pps:engine object 
    1718    _error       => '_errorpos',     # first error spotted [ $word, $pos ] 
     
    2021    _offset      => '_offset',       # offset of _text within the editor 
    2122    _plugin      => '_plugin',       # reference to spellcheck plugin 
    22     _autoreplace => '_autoreplace',  # list of automatic replaces 
    2323    _sizer       => '_sizer',        # window sizer 
    2424    _text        => '_text',         # text being spellchecked 
Note: See TracChangeset for help on using the changeset viewer.