Updated findrox.
[rox-edit.git] / Help / README
bloba1dc5c0ead93fca900b3550768c73e6d86607c47
1                         Edit
2                         A simple text editor for ROX
3                         by Thomas Leonard
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! ***
8 BRIEF
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
18 filer...
21 INSTRUCTIONS
23 To start Edit, either click on its icon in a filer window or drag a file
24 onto it.
26 A window appears with a small toolbar and a text area showing the file. The
27 tools are:
29 Close
30         Close the window
32         Open a ROX-Filer window showing the file
33 Save
34         Open a ROX savebox - drag to a ROX-Filer window to save
35 Search
36         Open the interactive search minibuffer at the bottom of the window
37 Undo
38         Back one change
39 Redo
40         Forward one change (undoes undo operations)
41 Help
42         Show the help files
44 You can right-click on the window for a menu.
47 SEARCHING
49 To search, click on the Search toolbar icon, or choose Edit->Search... from
50 the popup menu.
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.
56 CONDITIONS
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>.