lite icon indicating copy to clipboard operation
lite copied to clipboard

A lightweight text editor written in Lua

Results 108 lite issues
Sort by recently updated
recently updated
newest added

I am wondering if lite can be dynamically linked to lua instead of static linking. The main reason I am asking is for writing native plugins that might integrate better...

It will be really nice to see which tabs of Lite have unsaved changes by some color change: it will allow to remember more easily which files require saving. (Asterisk...

Hi Team , Do you have instructions to install lite on centos ?

Multicursors would be a very useful tool in the editor. I loved your editor but multi-cursors is one of the tools that I use the most and I miss it.

Fixes wrong syntax highlighting when regexp contains unmatched quotes (i.e. `.replace(/"/g, """);`)

Using Lite as a daily code editor, I would like to use it for Scala projects (Mainly Gatling Load tests scripts). Il there a plugin or a possibility to do...

Add SDL2 lib for mac and modify build.sh to compile on mac arm1 with command ``./build.sh darwin``

I'm noticing some tearing while scrolling on macOS. Perhaps this is an SDL issue, since even if the frame rate is low, it shouldn't tear if vsync is enabled. I...

This refactors Node out of rootview.lua and into node.lua. In so doing, we are able to modify the draw behavior of tabs via plugins. I will create a separate PR...

I think regular expression search/replace is necessary in any editor so it would be nice to have.