Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/osch/luced
- Owner: osch
- License: gpl-2.0
- Created: 2009-08-24T10:59:21.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T12:07:43.000Z (almost 3 years ago)
- Last Synced: 2023-04-23T04:11:06.309Z (over 1 year ago)
- Topics: fast, lightweight, minimal, texteditor, x11
- Language: C++
- Homepage: https://luced.de
- Size: 3.7 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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 connectionsThe 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.