Padre::Plugin::SpellCheck::Dialog - Spell check dialog for Padre


Padre-Plugin-SpellCheck documentation  | view source Contained in the Padre-Plugin-SpellCheck distribution.

Index


NAME

Top

Padre::Plugin::SpellCheck::Dialog - Spell check dialog for Padre

VERSION

Top

version 1.21

DESCRIPTION

Top

This module implements the dialog window that will be used to interact with the user when mistakes have been spotted.

PUBLIC METHODS

Top

Constructor

my $dialog = PPS::Dialog->new( %params );

Create and return a new dialog window. The following params are needed:

text => $text

The text being spell checked.

offset => $offset

The offset of $text within the editor. 0 if spell checking the whole file.

error => [ $word, $pos ]

The first spotted error, on $word (at position $pos), with some associated $suggestions (a list reference).

engine => $engine

The $engine being used (a Padre::Plugin::SpellCheck::Engine object).

Instance methods

SEE ALSO

Top

For all related information (bug reporting, source code repository, etc.), refer to Padre::Plugin::SpellCheck.

AUTHORS

Top

COPYRIGHT AND LICENSE

Top


Padre-Plugin-SpellCheck documentation  | view source Contained in the Padre-Plugin-SpellCheck distribution.