Skip to main content

Pragtical v3.3.0 Release

· 2 min read
Jefferson Gonzalez
Contributor of Pragtical

Prominent changes on this release include: adaptive sizing of autocomplete box, TreeView horizontal scrollbar support, TreeList widget and performance improvements.

TreeList Widget for LSP Symbols

symbols-treeview

Pragtical v3.2.2 Release

· 2 min read
Jefferson Gonzalez
Contributor of Pragtical

Some of the changes for this release include: drops findfileimproved plugin merging the threading functionality directly into findfile plugin, introduces code that respects config.file_size_limit on various components of the editor and updates SDL2 meson wrap to latest.

Pragtical v3.1.1 Release

· 2 min read
Jefferson Gonzalez
Contributor of Pragtical

This release fixes improper absolutes path treatment when opening files and introduces some other small improvements as new meson setup options. The new meson setup options are extra_colors and extra_languages which are set to true by default and will allow downloading additional languages and color schemes to be included on the meson install step.

Pragtical v3.1.0 Release

· 2 min read
Jefferson Gonzalez
Contributor of Pragtical

This release introduces a newer project handling API which breaks compatibility with plugins that interacted with the old one. All affected official plugins were ported to the new API so make sure to update them. Some of them are: lsp, scm, console, editorconfig, gitopen, gitstatus, gofmt, smartopenselected and todotreeview.