1Leafpad - GTK+ based simple text editor
2
3
4Description
5===========
6
7Leafpad is a simple GTK+ text editor that emphasizes simplicity. As development
8focuses on keeping weight down to a minimum, only the most essential features
9are implemented in the editor. Leafpad is simple to use, is easily compiled,
10requires few libraries, and starts up quickly.
11
12This program is released under the GNU General Public License (GPL) version 2,
13see the file 'COPYING' for more information.
14
15
16Features
17========
18
19  * Codeset option (Some OpenI18N registered)
20  * Auto codeset detection (UTF-8 and some codesets)
21  * Unlimitted Undo/Redo
22  * Auto/Multi-line Indent
23  * Display line numbers
24  * Drag and Drop
25  * Printing
26
27
28Installation
29============
30
31Leafpad requires GTK+-2.x.x libraries.
32Printing feature requires libgnomeprintui-2.2 optionally.
33
34Simple install procedure:
35
36  $ tar xzvf leafpad-x.x.x.tar.gz       # unpack the sources
37  $ cd leafpad-x.x.x                    # change to the toplevel directory
38  $ ./configure                         # run the `configure' script
39  $ make                                # build Leafpad
40  [ Become root if necessary ]
41  # make install-strip                  # install Leafpad
42
43See the file 'INSTALL' for more detailed information.
44
45
46Keybindings
47===========
48Ctrl-N                          New
49Ctrl-O                          Open
50Ctrl-S                          Save
51Shift-Ctrl-S                    Save As
52Ctrl-W                          Close
53Ctrl-P                          Print
54Ctrl-Q                          Quit
55Ctrl-Z                          Undo
56Shift-Ctrl-Z (Ctrl-Y)           Redo
57Ctrl-X                          Cut
58Ctrl-C                          Copy
59Ctrl-V                          Paste
60Ctrl-A                          Select All
61Ctrl-F                          Find
62Ctrl-G (F3)                     Find Next
63Shift-Ctrl-G (Shift-F3)         Find Previous
64Ctrl-H (Ctrl-R)                 Replace
65Ctrl-J                          Jump To
66Ctrl-T                          Always on Top
67Ctrl-Tab                        toggle tab width
68Tab with selection bound        multi-line indent
69Shift-Tab with selection bound  multi-line unindent
70