Go to file
2014-06-29 04:21:50 +01:00
data Fixed: missing semicolon in l3afpad.desktop.in (Schäfer, Benedikt) 2012-11-01 09:44:36 +08:00
po Update po/es.po 2012-12-21 20:52:45 +01:00
src Add tab width setting to l3afpadrc 2014-06-13 21:18:54 +01:00
aclocal.m4 * l3afpad-0.8.18.1.9 2012-05-21 15:46:32 +08:00
AUTHORS updated AUTHORS file with link to its new github home 2014-06-29 04:21:50 +01:00
ChangeLog Fixed: missing semicolon in l3afpad.desktop.in (Schäfer, Benedikt) 2012-11-01 09:44:36 +08:00
compile * l3afpad-0.8.18.1.9 2012-05-21 15:46:32 +08:00
config.h.in * l3afpad-0.8.18.1.9 2012-05-21 15:46:32 +08:00
configure * l3afpad-0.8.18.1.10 2012-10-24 20:45:01 +08:00
configure.ac * l3afpad-0.8.18.1.10 2012-10-24 20:45:01 +08:00
depcomp * l3afpad-0.8.18.1.9 2012-05-21 15:46:32 +08:00
gpl-2.0.txt * l3afpad-0.8.18.1.3 2011-12-12 21:35:35 +08:00
install-sh Install et.po and update automake to 1.11.3 2012-02-13 22:48:42 +08:00
lgpl-2.1.txt * l3afpad-0.8.18.1.1 2011-12-12 21:29:30 +08:00
Makefile.am * l3afpad-0.8.18.1.3 2011-12-12 21:35:35 +08:00
Makefile.in * l3afpad-0.8.18.1.9 2012-05-21 15:46:32 +08:00
missing Install et.po and update automake to 1.11.3 2012-02-13 22:48:42 +08:00
README * l3afpad-0.8.18.1.3 2011-12-12 21:35:35 +08:00
SHA1SUMS Fixed: missing semicolon in l3afpad.desktop.in (Schäfer, Benedikt) 2012-11-01 09:44:36 +08:00

L3afpad - GTK+ based simple text editor


Description
===========

L3afpad is a simple GTK+ text editor that emphasizes simplicity. As development
focuses on keeping weight down to a minimum, only the most essential features
are implemented in the editor. L3afpad is simple to use, is easily compiled,
requires few libraries, and starts up quickly.

This program is released under the GNU General Public License (GPL) version 2,
see the file 'gpl-2.0.txt' for more information.


Features
========

  * Codeset option (Some OpenI18N registered)
  * Auto codeset detection (UTF-8 and some codesets)
  * Unlimitted Undo/Redo
  * Auto/Multi-line Indent
  * Display line numbers
  * Drag and Drop
  * Printing


Installation
============

L3afpad requires GTK+-3.x.x libraries.

Simple install procedure:

  $ tar xzvf l3afpad-x.x.x.tar.gz       # unpack the sources
  $ cd l3afpad-x.x.x                    # change to the toplevel directory
  $ ./configure                         # run the `configure' script
  $ make                                # build L3afpad
  [ Become root if necessary ]
  # make install-strip                  # install L3afpad


Keybindings
===========
Ctrl-N                          New
Ctrl-O                          Open
Ctrl-S                          Save
Shift-Ctrl-S                    Save As
Ctrl-W                          Close
Ctrl-P                          Print
Ctrl-Q                          Quit
Ctrl-Z                          Undo
Shift-Ctrl-Z (Ctrl-Y)           Redo
Ctrl-X                          Cut
Ctrl-C                          Copy
Ctrl-V                          Paste
Ctrl-A                          Select All
Ctrl-F                          Find
Ctrl-G (F3)                     Find Next
Shift-Ctrl-G (Shift-F3)         Find Previous
Ctrl-H (Ctrl-R)                 Replace
Ctrl-J                          Jump To
Ctrl-T                          Always on Top
Ctrl-Tab                        toggle tab width
Tab with selection bound        multi-line indent
Shift-Tab with selection bound  multi-line unindent