-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
53 lines (42 loc) · 2.2 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
################################################################################
#
# LucED - The Lucid Editor
#
# Copyright (C) 2005-2010 Oliver Schmidt, oliver at luced dot de
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License Version 2 as published
# by the Free Software Foundation in June 1991.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
# more details.
#
# You should have received a copy of the GNU General Public License in the
# file LICENSE along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
# USA.
#
################################################################################
LucED is a text editor with a graphical X11 user interface.
The principal aim of the LucED project is to develop a text editor with the
following features:
* A simple and minimalistic, but powerful user interface that is similar to
the NEdit text editor, but does not depend on Motif
* Fast and responsive user interface: e.g. syntax highlighting is done in
the background and does not freeze the user interface, special handling to
achieve fast keyboard repeat rates
* No dependencies on high-level widget toolkits in order to minimise the
requirements for the runtime system and to support slow network connections
The following features are already implemented:
* Embedded Lua programming language for scripting and configuration
* Syntax highlighting configurable via PCRE regular expressions, similar to
the NEdit syntax highlighting but with the enhancement to use arbitrarily
nested patterns
* Full unicode support (works with UTF-8 internally)
This README file belongs to a LucED development sandbox directory tree.
For further information see the file
./web/documentation.txt
There is also a section [Building in a development sandbox] in this
file, that explains how to build LucED with the development sandbox.