Better options.
[rox-edit.git] / Help / README
blobcb513ebc97e533381faee24f3ecf9ce5cec6f431
1                         Edit
2                         A simple text editor for ROX
3                         by Thomas Leonard
5 Brief
6 ~~~~~
7 Edit is a very simple text editor written in python. You do not need to
8 compile it before using it, but you will require the 'pygtk' (or
9 'gnome-python') package. You'll also want ROX-Filer installed:
11         http://rox.sourceforge.net
13 To run, click on Edit's icon in a filer window.
15 No installation is required, but you can copy it anywhere you want using
16 the filer...
19 Instructions
20 ~~~~~~~~~~~~
21 To start Edit, either click on its icon in a filer window or drag
22 a file onto it.
24 A window appears with a small toolbar and a text area showing the file.
25 The tools are:
27 Close   Close the window
28 Up      Open a ROX-Filer window showing the file
29 Save    Open a ROX savebox - drag to a ROX-Filer window to save
30 Search Open the interactive search minibuffer at the bottom of the window
31 Undo Back one change
32 Redo Forward one change (undoes undo operations)
33 Help    Show the help files
35 You can right-click on the window for a menu.
38 The selection
39 ~~~~~~~~~~~~~
40 Some features work differently when there is a selection:
42 - Save saves the selection, not the whole file.
43 - Dragging data in replaces the selection instead of just inserting it.
46 Conditions
47 ~~~~~~~~~~
48 This program is free software; you can redistribute it and/or modify
49 it under the terms of the GNU General Public License as published by
50 the Free Software Foundation; either version 2 of the License, or
51 (at your option) any later version.
53 This program is distributed in the hope that it will be useful,
54 but WITHOUT ANY WARRANTY; without even the implied warranty of
55 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56 GNU General Public License for more details.
58 You should have received a copy of the GNU General Public License
59 along with this program; if not, write to the Free Software
60 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
62 Please report any bugs to me, <tal197@users.sourceforge.net>.