• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-3,2712,776

po/H23-Dec-2010-12,5779,630

src/H23-Dec-2010-8,1015,782

ABOUT-NLSH A D30-Aug-200974.7 KiB1,0691,022

AUTHORSH A D28-Apr-200537 21

COPYINGH A D27-Oct-200917.6 KiB341281

ChangeLogH A D23-Dec-20108.6 KiB292225

INSTALLH A D29-Oct-20099.3 KiB238179

Makefile.amH A D27-Oct-200996 53

Makefile.inH A D23-Dec-201021.9 KiB710622

NEWSH A D28-Apr-200522 21

READMEH A D17-Dec-20082.1 KiB7054

aclocal.m4H A D23-Dec-201064.2 KiB1,8171,640

compileH A D29-Oct-20093.6 KiB14379

config.guessH A D23-Jul-200944.5 KiB1,5341,318

config.h.inH A D23-Dec-20102.3 KiB8959

config.subH A D23-Jul-200933.3 KiB1,6941,549

configureH A D03-May-2022229.6 KiB7,9686,549

configure.acH A D23-Dec-20101.4 KiB5446

depcompH A D29-Oct-200917.4 KiB590375

install-shH A D29-Oct-200913.3 KiB520344

intltool-extract.inH A D27-Oct-200922.9 KiB876712

intltool-merge.inH A D03-May-202238.5 KiB1,5071,210

intltool-update.inH A D27-Oct-200930.3 KiB1,167930

missingH A D29-Oct-200910.9 KiB368275

mkinstalldirsH A D29-Oct-20093.4 KiB162112

README

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