github lite-xl/lite-xl v1.16.11
Lite XL 1.16.11

latest releases: v2.1.4, v2.1.4-rc1, v2.1.3...
2 years ago

Fix problem with large directories

When opening directories with too many files lite-xl now keep displaying files and directories in the treeview.
The application remains functional and the directories can be explored without using too much memory.
In this operating mode the files of the project are not indexed so the command "Core: Find File" will act as the "Core: Open File" command.
The "Project Search: Find" will work by searching all the files present in the project directory even if they are not indexed.

Alternate font based on syntax

Implemented changing fonts per syntax group by @liquidev.

Example user module snippet that makes all comments italic:

local style = require "core.style"

-- italic.ttf must be provided by the user
local italic = renderer.font.load("italic.ttf", 14)
style.syntax_fonts["comment"] = italic

Other improvements and fixes

Improved indentation and comment/uncomment behavior by @adamharrison.

Fix problem when starting session in maximized mode by @redtide.

Fix bug with close button not working in borderless window mode.

Fix problem with normalization of filename for opened documents.

Improve detectindent plugin to avoid excessive usage of CPU affecting editing commands.

Don't miss a new lite-xl release

NewReleases is sending notifications on new releases.