Skip to content

Lite XL v2.1.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 11:05
· 220 commits to master since this release
f4311df

This release addresses severe bugs not found in previous releases, and improves the usability of the editor.

Downloads

Other downloads such as ZIP files for Windows and lightweight releases are available below.

For OS requirements, please refer to the relevant section in the README.

Features

  • Add .pyi extension to language_python (#1728)
  • Improve autocomplete suggestions box behavior with long text (#1734)
  • Improve CommandView and autocomplete scroll behavior (#1732)
  • Add from symbol to support ESM (#1754)
  • Add Arduino syntax highlighting support in language_cpp (#1767)
  • Skip patterns matching nothing in tokenizer (#1743)

Fixes

  • Fix uninitialized variables in src/api/process.c (#1719)
  • Fix language_js regex/comment distinction (#1731)
  • Fix compilation on non-MINGW64 platforms (#1739)
  • Limit language_js regex avoidance to numbers, and fix starting /* comments (#1744)
  • Fix buffer_size in g_read for Windows (#1722)

Other Changes

  • Rectify LICENSE dates and owners (#1748)
  • Fix some typos in core.init (#1755)

Changes: v2.1.3...v2.1.4