Go to file
rxi 503d5101b5 Reorganising of DocView's draw functions
* Renamed `draw_line_body` => `draw_line_main`
* Renamed `draw_gutter_text` => `draw_line_gutter`
* Added `draw_line_text` for *just* the line text
2020-04-18 15:27:18 +01:00
data Reorganising of DocView's draw functions 2020-04-18 15:27:18 +01:00
src Replaced system.set_fullscreen with system.set_window_mode 2020-04-07 18:49:11 +01:00
winlib/SDL2-2.0.10 Initial commit 2019-12-28 11:17:56 +00:00
LICENSE Updated copyright year; 2019 => 2020 2020-01-01 16:00:39 +00:00
README.md Updated `Get` section of README 2019-12-28 14:01:54 +00:00
build.config.py Initial commit 2019-12-28 11:17:56 +00:00
build.py Initial commit 2019-12-28 11:17:56 +00:00
build_release.sh Initial commit 2019-12-28 11:17:56 +00:00
icon.ico Initial commit 2019-12-28 11:17:56 +00:00
res.rc Initial commit 2019-12-28 11:17:56 +00:00

README.md

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 responsive, implemented as simply as possible; easy to modify and extend, or to use without doing either.

Get

Go to the releases page to download precompiled binaries for Windows and Linux. Additional functionality can be added through plugins which are available from the plugins repository. The editor can be customized by making changes to the user module.

Building

You can build the project yourself on Linux using the provided build.py script. 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.