                        
                        Nutty Edit version 1.3
                        ----------------------
                        
                            Copyright 1996
                             Joshua Chan


This is basically a text editor. It has a few more functions than the normal
text editor (Notepad) that comes with Windows. Eg. Font changing, insert an
ASCII character, search and replace (notepad could not replace), and the 
status and button bars.


Menu Descriptions
-----------------

File
  New     -- Start a new file
  Open    -- Load a file from disk
  Save    -- Saves the current file
  Save As -- Saves the current file under a different name
  ...     -- Load a previously edited file
  Exit    -- Quits Nutty Edit

Edit (also accessible by right clicking on the text area)
  Cut     -- Removes selected text and copies it to the clipboard
  Copy    -- Copies selected text to the clipboard
  Paste   -- Copies clipboard text to the document
  Delete  -- Removes selected text
  Quick Find    
          -- Quickly finds a user specified case insensitive text
  Find Again   
          -- Repeats the Find one time
  Replace -- Searches for user specified text with more options
  Insert Nutty Character
          -- Inserts ASCII characters that may not be available on the 
             keyboard

Options
  Toolbar -- Toggles the toolbar on/off
  Undo    -- Switches on/off the Undo function
  Font    -- Changes the text font
  Color   -- Changes the color of the text and background

Help
  About   -- Displays information about Nutty Edit



ThankYouWare
------------

This program is ThankYouWare. To say thank you, please send $5 to the
following address:

                Joshua Chan
                12-G St Martin's Drive
                St Martin's Place
                Singapore 257994

                
                Internet: chanch@singnet.com.sg
                          s5606282@np.ac.sg (if the above doesn't work)


License Agreement
-----------------
You may not make any changes to or disassemble Nutty Edit. 
This program may be freely copied and distributed, as long as 
this text file is always included with the executable. 


Disclaimer
----------
All standard disclaimers and stuff apply.


Revision History
----------------

Nutty Edit v1.0 -May 1995
-Initial Release Version
-This version had some bugs with the Find & Replace.

Nutty Edit v1.1 -August 1995
-Find & Replace bugs fixed.
-The source code for v1.0 was lost, so I had to do this one from scratch again.
-Changes were made to the button bar, status bar, Find & Replace and Insert 
 ASCII Character.

Nutty Edit v1.2 -December 1995
-Options are now "remembered" in an INI file.
-Right mouse button brings up Edit menus.

Nutty Edit v1.3 -May 1996
-File Open dialog is less annoying now.
-The 4 most recent files are remembered.
-The Replace and Insert Nutty Character function dialogs now stay on top of 
 the program.
-Minor additions to the Insert Nutty Character function.
-System messages are nuttier.
