Skip to main content

Pragtical v3.3.1 Release

· 2 min read
Jefferson Gonzalez

This release consist mostly of editor and build system bug fixes with some minor new features and enhancements.

Downloads on GitHub.

Changes Log

New Features

  • settings ui: added max_visible_commands config (#79)

Fixes

  • Fixes to autocomplete re-sizing code (#76)

  • Fix conflicting goto jump on tokenizer which was introduced by the skipping of patterns matching nothing code. (b2d03264)

Enhancements

  • Renamed numpad insert key from 'ins' to 'insert' and empty 5 to 'clear' (#73)

  • Added TextEditor category on linux (#77)

  • plugin language_lua: added unescaped [=string=] support (#78)

  • Alert by default of file changes in autoreload plugin (#82)

Build System

  • Build the plugin manager statically for msys (#80)

  • Fix for mbedtls2 detection on ppm subproject (abc2d93f)

  • Meson subproject updates (6f5ab121)

Lite XL Inherited Changes

  • Improve autocomplete scroll behavior (#1732)

  • Fix language_js regex/comment distinction (#1731)

  • scripts: not hardcode MSYSTEM (#1739)

  • Add SerenityOS platform support (#1745)

  • Limit language_js regex avoidance to numbers, and fix starting /* comments (#1744)

  • Fixed some typos in core.init (#1755)

  • Added Arduino syntax highlighting support alongside C++. (#1767)

  • Fix BufferSize in g_read for Windows (#1722)

  • Skip patterns matching nothing in tokenizer (#1743)

Full Changelog: https://github.com/pragtical/pragtical/compare/v3.3.0...v3.3.1