2 A simple text editor for ROX
5 *** This version is not finished. Some things do not work fully ***
6 *** If you would like to help out with this program, let me know! ***
10 Edit is a simple text editor written in python. You do not need to compile
11 it before using it, but you will require ROX-Lib2:
13 http://rox.sourceforge.net/rox_lib.php3
15 To run, click on Edit's icon in a filer window.
17 No installation is required, but you can copy it anywhere you want using the
23 To start Edit, either click on its icon in a filer window or drag a file
26 A window appears with a small toolbar and a text area showing the file. The
32 Open a ROX-Filer window showing the file
34 Open a ROX savebox - drag to a ROX-Filer window to save
36 Open the interactive search minibuffer at the bottom of the window
40 Forward one change (undoes undo operations)
44 You can right-click on the window for a menu.
49 To search, click on the Search toolbar icon, or choose Edit->Search... from
52 As you type, the next match is highlighted. Press the Down arrow to move to
53 the next match, or the Up arrow to search backwards for the previous match.
58 This program is free software; you can redistribute it and/or modify
59 it under the terms of the GNU General Public License as published by
60 the Free Software Foundation; either version 2 of the License, or
61 (at your option) any later version.
63 This program is distributed in the hope that it will be useful,
64 but WITHOUT ANY WARRANTY; without even the implied warranty of
65 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
66 GNU General Public License for more details.
68 You should have received a copy of the GNU General Public License
69 along with this program; if not, write to the Free Software
70 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
72 Please report any bugs to me, <tal197@users.sourceforge.net>.