NAME
App::GUI::Notepad - A wxPerl-based notepad text editor application
DESCRIPTION
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
Bugs should always be submitted via the CPAN bug tracker, located at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-GUI-Notepad
For general comments, contact the author.
AUTHOR
Ben Marsh <blm@woodheap.org>
Created with the valuable assistance of Adam Kennedy <cpan@alias>
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.