Changeset 4193
- Timestamp:
- 04/28/09 08:26:40 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-SpellCheck/lib/Padre/Plugin/SpellCheck.pm
r4191 r4193 62 62 63 63 # -- public methods 64 65 sub config { 66 my ($self) = @_; 67 my $config = { 68 dictionary => 'en_US', 69 }; 70 return $self->config_read || $config; 71 } 64 72 65 73 sub spell_check { … … 170 178 =over 4 171 179 180 =item * config() 181 182 Return the plugin's configuration, or a suitable default one if none 183 exist previously. 184 172 185 =item * spell_check() 173 186
Note: See TracChangeset
for help on using the changeset viewer.
