Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/osch/luced

The Lucid Editor - a fast & lightweight text editor for X11.
https://github.com/osch/luced

fast lightweight minimal texteditor x11

Last synced: 2 months ago
JSON representation

The Lucid Editor - a fast & lightweight text editor for X11.

Awesome Lists containing this project

README

        

################################################################################
#
# 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.