Five more plugins from lite-xl-plugins @ 31eef29, all default VSCode behaviors: - selectionhighlight: highlights other occurrences of the selected word - bracketmatch: highlights the bracket matching the one under the cursor - colorpreview: inline swatches for #hex/rgb()/hsl() color literals - navigate: Go Back / Go Forward cursor history (alt+left/right) - editorconfig: applies .editorconfig files; vendored as the whole upstream directory (parser + test harness, lite-xl test editorconfig); builds on the bundled trimwhitespace plugin All depend on core only (editorconfig additionally on trimwhitespace, already shipped). Verified against the built package: all plugins load, navigate registers its commands, and an .editorconfig with indent_size = 2 is applied to an opened file. Pinned to lite-xl-plugins @ 31eef29 (see debian/extra/README.source).
76 lines
3.6 KiB
Plaintext
76 lines
3.6 KiB
Plaintext
lite-xl (2.1.8-7) stonking; urgency=medium
|
|
|
|
* Vendor five more plugins from lite-xl-plugins @ 31eef29:
|
|
- selectionhighlight: highlights other occurrences of the selected word
|
|
- bracketmatch: highlights the bracket matching the one under the cursor
|
|
- colorpreview: draws inline swatches for #hex/rgb()/hsl() color literals
|
|
- navigate: Go Back / Go Forward cursor history (alt+left/right)
|
|
- editorconfig: applies .editorconfig files (ships its parser and test
|
|
harness; uses the bundled trimwhitespace plugin)
|
|
|
|
-- Valentin Haudiquet <valentin.haudiquet@canonical.com> Thu, 17 Sep 2026 11:30:00 +0200
|
|
|
|
lite-xl (2.1.8-6) stonking; urgency=medium
|
|
|
|
* Vendor ephemeral_tabs (lite-xl-plugins @ 31eef29): files opened from the
|
|
treeview with a single click open in a preview tab (titled "~ name ~")
|
|
that is reused for the next file and becomes a permanent tab as soon as
|
|
it is edited, double-clicked or dragged - matching VSCode's preview
|
|
editor behavior. Disable with config.plugins.ephemeral_tabs = false.
|
|
|
|
-- Valentin Haudiquet <valentin.haudiquet@canonical.com> Thu, 17 Sep 2026 10:45:00 +0200
|
|
|
|
lite-xl (2.1.8-5) stonking; urgency=medium
|
|
|
|
* Vendor gitpanel 0.3.0 (own plugin, lite-xl-gitpanel @ 0731a63): a git
|
|
panel integrated into the treeview pane - uncommitted changes with
|
|
diff stats, staging, commits and history - toggled from a git-branch
|
|
button in the treeview toolbar or the status bar branch indicator.
|
|
History is pinned to the bottom half of the panel; clicking a commit
|
|
opens its patch with syntax highlighting via the already bundled
|
|
language_diff.
|
|
|
|
-- Valentin Haudiquet <valentin.haudiquet@canonical.com> Wed, 17 Sep 2026 01:55:00 +0200
|
|
|
|
lite-xl (2.1.8-4) stonking; urgency=medium
|
|
|
|
* Bundle a curated set of community plugins (vendored, pinned in
|
|
debian/extra/README.source):
|
|
- gitstatus, gitopen, fontconfig, open_ext, select_colorscheme,
|
|
smoothcaret, nerdicons (+ Symbols Nerd Font Mono, font path patched
|
|
to DATADIR)
|
|
- lite-xl-lsp (full LSP client; activates when a language server is
|
|
configured) with the lite-xl-widgets library it requires
|
|
- 104 additional language syntax plugins (none duplicate the nine
|
|
already bundled with core)
|
|
* settings GUI plugin left out: its hard dependency on a widget that is
|
|
missing from lite-xl-widgets@master makes it fail to load upstream.
|
|
|
|
-- Valentin Haudiquet <valentin.haudiquet@canonical.com> Wed, 16 Sep 2026 22:10:00 +0200
|
|
|
|
lite-xl (2.1.8-3) stonking; urgency=medium
|
|
|
|
* Ship a VSCode-style dark theme and out-of-the-box config:
|
|
- first-run template writes a tuned default init.lua (quilt patch)
|
|
- theme module in /usr/share/lite-xl/colors, default config in /etc/skel
|
|
- default config uses JetBrains Mono (new fonts-jetbrains-mono dependency)
|
|
* desktop: launch with SDL software rendering and LITE_SCALE=1.5 so text is
|
|
sharp on fractional-scaled Wayland panels and avoids panfrost artifacts.
|
|
* vendored nerdicons ships with the tuned icon rendering (whole-pixel size,
|
|
hinting off) instead of the pristine upstream copy.
|
|
* default config keeps the status bar always visible.
|
|
|
|
-- Valentin Haudiquet <valentin.haudiquet@canonical.com> Wed, 16 Sep 2026 21:50:00 +0200
|
|
|
|
lite-xl (2.1.8-2) stonking; urgency=medium
|
|
|
|
* Drop the ":native" qualifiers on the meson/ninja-build Build-Depends.
|
|
|
|
-- Valentin Haudiquet <valentin.haudiquet@canonical.com> Wed, 16 Sep 2026 16:40:00 +0200
|
|
|
|
lite-xl (2.1.8-1) stonking; urgency=medium
|
|
|
|
* Initial release.
|
|
|
|
-- Valentin Haudiquet <valentin.haudiquet@canonical.com> Wed, 16 Sep 2026 13:56:53 +0200
|