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

NAME

App::GUI::Notepad - A wxPerl-based notepad text editor application

DESCRIPTION

This is ALPHA level code. Currently only tested on Windows XP

This package implements a wxWindows desktop application which provides the ability to do rudimentary text file editing.

The App::GUI::Notepad module implements the application, but is itself of no use to the user. The launcher for the application 'perlpad' is installed with this module, and can be launched by simply typing the following from the command line.

  perlpad

When launched, the application looks and acts like a very simple rendition of Notepad from Windows. Currently you can create new files and save files and perform the usual edit functions (Undo, Redo, Cut, Copy and Paste)

( It's early days yet for this application ).

TO DO

- Add the typical features found in most editors these days.

SUPPORT

For comments and to report bugs, contact the maintainer.

AUTHOR

Ben Marsh (maintainer), blm@woodheap.org Adam Kennedy cpan@ali.as

SEE ALSO

App::GUI::Notepad::Frame, App::GUI::Notepad::MenuBar

COPYRIGHT

Copyright (c) 2005 Ben Marsh, Adam Kennedy. All rights reserved.

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

The full text of the license can be found in the LICENSE file included with this module.