fork of github.com/rxi/lite that removes windows support and improves useability
Go to file
Alessandro Mauri fe3f1211ad todos and fix unindent
fixed behaviour where caret would move even when the un-indentation did not
do anything, now before modifying caret position check wether the file changed
2021-07-06 22:06:51 +02:00
.github initial commit 2021-07-04 14:56:05 +02:00
data todos and fix unindent 2021-07-06 22:06:51 +02:00
doc initial commit 2021-07-04 14:56:05 +02:00
src fix tmp file location 2021-07-06 13:24:25 +02:00
.gitattributes initial commit 2021-07-04 14:56:05 +02:00
.gitignore minor changes 2021-07-04 19:17:33 +02:00
icon.ico initial commit 2021-07-04 14:56:05 +02:00
icon.inl initial commit 2021-07-04 14:56:05 +02:00
LICENSE minor changes 2021-07-04 19:17:33 +02:00
lite.desktop minor changes 2021-07-04 19:17:33 +02:00
makefile load user config from user config directory 2021-07-05 12:56:06 +02:00
README.md initial commit 2021-07-04 14:56:05 +02:00
TODO todos and fix unindent 2021-07-06 22:06:51 +02:00

lite

screenshot

A lightweight text editor written in Lua

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.