The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Padre::Plugin::Nopaste::Preferences - Padre, The Perl IDE.

VERSION

version 0.04

DESCRIPTION

This module handles the Preferences dialogue window that is used to set your chosen Nopaste Server and #Channel.

METHODS

  • new

            $self->{dialog} = Padre::Plugin::SpellCheck::Preferences->new( $self );

    Create and return a new dialogue window.

  • on_server_chosen

    event handler, update selection

  • on_button_save_clicked

    event handler, save your choice

  • on_button_reset_clicked

            Nopaste Server: Shadowcat
            IRC Channel: #padre
  • refresh

    refresh dialog

INTERNAL METHODS

  • _display_channels

  • _display_servers

  • _setup

BUGS AND LIMITATIONS

None known.

DEPENDENCIES

Padre, Padre::Plugin::Nopaste::FBP::Preferences

SEE ALSO

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

AUTHOR

Kevin Dawson <bowtie@cpan.org>

COPYRIGHT AND LICENSE

Copyright (c) 2012 kevin dawson, all rights reserved.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.