README
WISH Supernotepad 2006
by David McClamrock <mcclamrock@locl.net>
Based on Tk NotePad 0.5.0 by Joseph Acosta and "textedit.tcl" by Eric Foster-Johnson
Available for download at "Pa Penguin's Icebox" <http://www.geocities.com/pa_mcclamrock>
WISH Supernotepad 2006 is a fairly simple, moderately powerful text and HTML editor with a stripped-down, "Notepad-like" menu interface and mini-toolbar. It is designed to be totally accessible to the ordinary computer user, while incorporating some features not often found in simple programs written for ordinary users. WISH Supernotepad 2006 requires Tcl and Tk 8.4 or greater. (With Tk 8.5, the scrollbar sliders no longer get stretched and squashed as they move.)
In addition to standard text and HTML editing functions (including file insertion, quick list and table creation in HTML, and more), WISH Supernotepad 2006 can perform the following functions, among others:
- "Supercut, Supercopy, Superpaste": selection, retention, and insertion of multiple text blocks
- Quick search through large numbers of previously invoked filenames and previously selected text blocks
- Choice of simple or "expert" (regular-expression) search methods; individual or global search and replace of single or multiple expressions
- Single-click insertion of special characters (e.g., § © ¾ é) in text and HTML
- Color selection and insertion of hexadecimal color codes into text or HTML
- Tcl/Tk program code creation (with automatic indentation), editing, and instant test-running
- Unlimited undo and redo
- Printing with word wrap and specified margin width (on Unix-type systems only)
- Conversion of plain text to simple HTML
- Importing and exporting of Palm Doc files for handheld devices running Palm OS
- Line number identification and word count
- Display of "Save?" indicator on title bar when unsaved text exists
To install WISH Supernotepad, you can use the "superinstall.tcl" script that is included in the program archive. After opening the archive (by running "tar -zxvf" on the archive from the command line, if you don't have a better way), just change directory (cd) to the subdirectory containing the WISH Supernotepad files and run "./superinstall.tcl" (without the quotes) from the command line. There's also a "superuninstall.tcl" script that you can run if you decide WISH Supernotepad is useless, but I hope you'll send me suggestions for improvement instead.
To run the program from the Linux/Unix command line, enter "supernotepad &" (without the quotes) to open it blank, or "supernotepad <insert name of file you want to view> &" to open it with a file already displayed. It's been reported to work on Windows too, except for the printing and Palm Doc conversion.
If you try it out, please let me know if you (1) like it, (2) find any bugs, or (3) both!
David McClamrock <mcclamrock@locl.net>
January 2006
