Skip to content

13.1_beta

Pre-release
Pre-release

Choose a tag to compare

Textadept 13.1 beta (01 Sep 2026)

Bugfixes:

  • Prevent default session from being clobbered when Textadept receives a filename or directory
    on the command line.
  • Fix buffer.fold* settings from being ignored in ~/.textadept/init.lua.
  • Fixed potential for desynchronized tabs on startup in the GTK version.
  • Fixed key bindings for "Select Line".
  • LSP: fix some Lua language server startup issues.

Changes:

  • When building from source, CMake verifies checksums for downloaded dependencies.
  • Recognize '-' as stdin when using Textadept as a standalone Lua interpreter via -L or --lua.
  • events.UPDATE_UI now has buffer.UPDATE_TEXT and buffer.UPDATE_LINE_COUNT bits for when
    buffer text and line count changes, respectively.
  • Replaced is_hidpi() with ui.scale.
  • Support fractional scaling on Qt.
  • LSP: Lua language server removes images from LDoc markdown.
  • Updated to Scintilla 5.6.6.
  • Updated to Lua 5.5.1.