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

When num lock is off, alternate functions do not work (direction keys, end, home, pgup, pgdown). Also: really nice editor! Blazingly fast!

`core.redraw` is not set in `core.step` during the scrolling animation, causing it to run at 4fps while not focused.

not reproducible

Linux distros use [`.desktop` files](https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/) to add applications in a menu. Default `.ico` file was a bit tiny for Ubuntu menu, so I made SVG version for it, no blur...

It would be really cool if it were possible to input semi-transparent hexcodes as colors in the color files, to tie Lite's theme in the rest of my system- ![make](https://user-images.githubusercontent.com/13007697/89314662-8ae88780-d63f-11ea-81f4-d56d8bde79c4.png)...

Lite is a great editor and one of the rare programs that load super fast - would you consider statically linking SDL2 for the Windows build (and the CRT too,...

Hey there! First of all, big congratulations on your work here :) You've made a really nice editor and I see that it is being actively developed and improved, which...

If some window methods were exposed to lua side, then workspace-plugin could save and restore window position and size. Maybe also state (maximised) flags. On my dual-screen station, lite keeps...

If this is out of the question, that is ok, it's just not possible to add these functions only using plugins. I can easily add the methods to system library...

permits reading long lines such as logfiles with more ease

Looks like some SDL thing. If you click twice in 2 different locations in quick succession, it selects a word. If you do it three times it selects the line....