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

Hello Can You put main.c renderer font in one library? Some people no need lua. simple ``` int main(int argc, char **argv) { SDL_Init(SDL_INIT_VIDEO | SDL_INIT_EVENTS); SDL_EnableScreenSaver(); SDL_EventState(SDL_DROPFILE, SDL_ENABLE); atexit(SDL_Quit);...

If a file ends with one blank line, it isn't shown in lite. If I save a file with a blank line at the end in lite and open it...

Currently I use KDE's Kate as a text editor. In the status bar it has a button to set the tab key to insert a configurable number of spaces or...

Hello, right now lite assumes that the lite binary will be right next to the data directory - but that might not hold true in practice. E.g. linux distros would...

It would be nice to be able to install this app as flatpak. Is there something that might prevent this from happening?

Exposes the SDL_SetWindowOpacity function to Lua as system.set_window_opacity, So you can customise the transparency of the window, nice for if you want to see your desktop background or other windows...

My home folder has quite a lot of files, so I suspect that the problem lies somewhere in project indexing (I can't use Ctrl+P when I open lite with $HOME...

I come from VSC, and it provides very reliable and seamless auto-save. Since I was used to this environment, I was wondering if there was a plugin or native functionality...

As far as I can tell, right now if you want to make customizations you have to edit `data/user/init.lua` inside your checkout of the lite repo. Most programs with similar...

Now the behavior will be similar to all other editors. I was very surprised that nothing happens if there is no selection