My fork of lite to make more like my Emacs setup, and to make embeddable.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Macoy Madson 903563f166 Increase the opacity 1 month ago
.github Create FUNDING.yml 3 years ago
data Increase the opacity 1 month ago
doc Added `doc/usage.md` 3 years ago
src Fix warning 1 month ago
winlib/SDL2-2.0.10 Initial commit 4 years ago
.gitattributes Added `icon.inl linguist-vendored` to .gitattributes 3 years ago
LICENSE Updated copyright year; 2019 => 2020 4 years ago
README.md Add readme 2 months ago
build.bat Added build.bat 3 years ago
build.sh Added `-fno-strict-aliasing` to build script 3 years ago
build_release.sh Replaced `build.py/build.config.py` with `build.sh` 3 years ago
icon.ico Updated icon 3 years ago
icon.inl Updated icon 3 years ago
res.rc Initial commit 4 years ago

README.md

lite

screenshot

A lightweight text editor written in Lua

Macoy's modifications

I have tweaked lite to follow my preferences for text editing, and to make it easy to embed in other applications.

The idea here is to use it in an e.g. dear imgui-based application as a good text editor.

Overview

lite is a lightweight text editor written mostly in Lua — it aims to provide something practical, pretty, small and fast, implemented as simply as possible; easy to modify and extend, or to use without doing either.

Customization

Additional functionality can be added through plugins which are available from the plugins repository; additional color themes can be found in the colors repository. The editor can be customized by making changes to the user module.

Building

You can build the project yourself on Linux using the build.sh script or on Windows using the build.bat script (MinGW is required). Note that the project does not need to be rebuilt if you are only making changes to the Lua portion of the code.

Contributing

Any additional functionality that can be added through a plugin should be done so as a plugin, after which a pull request to the plugins repository can be made. In hopes of remaining lightweight, pull requests adding additional functionality to the core will likely not be merged. Bug reports and bug fixes are welcome.

License

This project is free software; you can redistribute it and/or modify it under the terms of the MIT license. See LICENSE for details.