/
githubmirror
/
lapce
Обзор
Документация
Войти
/
githubmirror
/
lapce
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
extra/linux/dev.lapce.lapce.metainfo.xml
63 строки
3 KB
Бог311_
fix: remove duplicate issue ref and add missing fixes for v0.4.6 (#3877)
03 апр 2026, 18:31
Не верифицирован
03 апр 2026, 18:31
15f2f19
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <component type="desktop-application"> <id>dev.lapce.lapce</id> <name>Lapce</name> <developer_name>Dongdong Zhou, et al.</developer_name> <summary>Lightning-fast and powerful code editor written in Rust</summary> <metadata_license>MIT</metadata_license> <project_license>Apache-2.0</project_license> <url type="homepage">https://lapce.dev/</url> <url type="bugtracker">https://github.com/lapce/lapce/issues</url> <url type="help">https://docs.lapce.dev/</url> <categories> <category>IDE</category> <category>Development</category> </categories> <description> <p> Lapce is an open source code editor written in Rust. By utilising native GUI and GPU rendering, and with the performance Rust provides, Lapce is one of the fastest code editors out there. </p> <p>Features:</p> <ul> <li>Modal Editing (Vim like) support as first class citizen (can be turned off as well)</li> <li>Built-in LSP (Language Server Protocol) support to give you code intelligence like code completion, diagnostics and code actions etc.</li> <li>Built-in remote development support (inspired by VSCode Remote Development) for a seamless "local" experience, benefiting from the full power of the remote system.</li> <li>Plugins can be written in programming languages that can compile to the WASI format (C, Rust, AssemblyScript)</li> <li>Built-in terminal, so you can execute commands in your workspace, without leaving Lapce.</li> </ul> </description> <content_rating type="oars-1.1" /> <launchable type="desktop-id">dev.lapce.lapce.desktop</launchable> <screenshots> <screenshot type="default" environment="plasma"> <caption>Lapce source project opened in Lapce with Rust source code file opened</caption> <image type="source" width="1000" height="700">https://raw.githubusercontent.com/lapce/lapce/refs/tags/v0.4.5/extra/images/linux/code-file-with-highlight.png</image> </screenshot> </screenshots> <releases> <release version="0.4.6" date="2026-01-21"> <url type="details">https://github.com/lapce/lapce/releases/tag/v0.4.6</url> <issues> <issue url="https://github.com/lapce/lapce/issues/3821">#3821</issue> <issue url="https://github.com/lapce/lapce/issues/3832">#3832</issue> <issue url="https://github.com/lapce/lapce/pull/3818">#3818</issue> <issue url="https://github.com/lapce/lapce/pull/3819">#3819</issue> </issues> </release> <release version="0.4.5" date="2025-09-05"> <url type="details">https://github.com/lapce/lapce/releases/tag/v0.4.5</url> <issues> <issue url="https://github.com/lapce/lapce/issues/3795">#3795</issue> </issues> </release> <release version="0.4.4" date="2025-08-30"> <url type="details">https://github.com/lapce/lapce/releases/tag/v0.4.4</url> <issues> <issue url="https://github.com/lapce/lapce/issues/3786">#3795</issue> </issues> </release> <release version="0.4.3" date="2024-06-27"> <url type="details">https://github.com/lapce/lapce/releases/tag/v0.4.3</url> </release> </releases> </component>