			Edit
			A simple text editor for ROX
			by Thomas Leonard

*** This version is not finished. Some things do not work fully ***
*** If you would like to help out with this program, let me know! ***

BRIEF

Edit is a simple text editor written in python. You do not need to compile
it before using it, but you will require ROX-Lib2:

	http://rox.sourceforge.net/rox_lib.php3

To run, click on Edit's icon in a filer window.

No installation is required, but you can copy it anywhere you want using the
filer...


INSTRUCTIONS

To start Edit, either click on its icon in a filer window or drag a file
onto it.

A window appears with a small toolbar and a text area showing the file. The
tools are:

Close
	Close the window
Up
	Open a ROX-Filer window showing the file
Save
	Open a ROX savebox - drag to a ROX-Filer window to save
Search
	Open the interactive search minibuffer at the bottom of the window
Undo
	Back one change
Redo
	Forward one change (undoes undo operations)
Help
	Show the help files

You can right-click on the window for a menu.


SEARCHING

To search, click on the Search toolbar icon, or choose Edit->Search... from
the popup menu.

As you type, the next match is highlighted. Press the Down arrow to move to
the next match, or the Up arrow to search backwards for the previous match.


CONDITIONS

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

Please report any bugs to me, <tal197@users.sourceforge.net>.
