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've added a simple `Makefile` but I'm struggling a bit project structure. E.g. when installing to `/usr/local` Lua files could be placed in `/usr/local/share/lua/5.2/core.lua`. It would be nicer to put...

https://gitlab.com/0xtrzy/engine-tui/-/tree/master How put text to screen using begin frame? I must initialize some other function? Anybody can help me? ``` rencache_begin_frame(); rencache_draw_rect(male, czerwone); rencache_draw_text(foncik, "żółw", 14, 2, kolorek); rencache_end_frame(); ```...

Hello, Anybody can help me creating example how drawing a text on screen?

Could be nice to have gruvbox-light color scheme, in addition to the already existing gruvbox.

I cannot see full file name in left file selector and cannot widen it

So I tried this promising text editor, but on a HiDPI device looks... too small. I've been taking a look at the source to see how to set a scaling...

The function utf8-to-codepoint in renderer.c could be bamboozled by malformed UTF8. In particular, if there's a byte signalling the start of a multi-byte codepoint too close to the end of...

I'm wondering if you have plans to support language servers in future?

- support environmentally-declared CFLAGS and LDFLAGS - indicate build failure with an error exit code