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

This pull request reduces the high idle CPU utilization (at least on Linux) discussed in #73. I have not tested this on windows. SDL_WaitEvent uses more CPU than simply polling...

Currently if you open lite inside a large directory, it can occasionally hang while it is attempting to recurse through all of the directories to enumerate all of the files....

Use undocumented APIs in Windows to change the light title bar into dark

This PR makes `lite` working on FreeBSD, by fixing up build.sh and add proper path detection support on FreeBSD. Note that I use `realpath` on FreeBSD. `realpath` is also available...

Hi, could you please consider to show last searched filename in Open File From Project command? Usage: 1. I press `Ctrl+P` and I search for **MyWidget.cpp** 2. I edit file,...

I downloaded the latest to check it out. When I click on the exe to run it I get an immediate error about SDL2.dll. ![dll_error](https://user-images.githubusercontent.com/540937/107831737-c2598e80-6d5c-11eb-8cbf-b722392e9c6c.png)

Vertically center text in selection. `get_line_height` already rounds down and that made the text seem “stuck to the top“ in selections. Rounding down after calculating the offset using doubles fixes...

# Unexpected Behaviour When you select lines using `CTRL+L`, if it is the last line (or EOF I believe) it will start inserting new lines. # Expected behaviour `CTRL+L` does...

# Bug or feature? When you select a word by double-clicking it and then you click on other line, often it selects the whole line. # Expected behaviour The text...