| Padre-Plugin-SpellCheck documentation | view source | Contained in the Padre-Plugin-SpellCheck distribution. |
Padre::Plugin::SpellCheck::Dialog - Spell check dialog for Padre
version 1.21
This module implements the dialog window that will be used to interact with the user when mistakes have been spotted.
Create and return a new dialog window. The following params are needed:
The text being spell checked.
The offset of $text within the editor. 0 if spell checking the whole file.
The first spotted error, on $word (at position $pos), with some
associated $suggestions (a list reference).
The $engine being used (a Padre::Plugin::SpellCheck::Engine object).
For all related information (bug reporting, source code repository, etc.), refer to Padre::Plugin::SpellCheck.
This software is copyright (c) 2010 by Fayland Lam, Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Padre-Plugin-SpellCheck documentation | view source | Contained in the Padre-Plugin-SpellCheck distribution. |