If you take the following example: Image {} Image {} Select both image, then perform "Wrap in Element" and only the first image is wrapped in element, while I'd expect both.
renovatebotdeleted therenovate/slint-lsp-1.xbranchMay 13, 2024 10:05 williambomanadded a commit to Conarius/mason-registry that referenced this pull requestMay 13, 2024 Merge remote-tracking branch 'origin/main' into add_digestif… a5ec1d2 ...
Name: Slint-ui/Slint LSP Server URL: https://github.com/slint-ui/slint/blob/master/editors/README.md#lsp Slint-ui is a modern GUI framework similar to QT: https://slint.dev/. They currently have provided an the LSP Server here: https://github.com/slint-ui/slint/tree/master/tools/...
lsp: Clippy fixes and other small cleanups … Verified 2ae53a1 hunger force-pushed the push-slylmurlumkq branch from 4d934e5 to 2ae53a1 Compare July 10, 2024 12:33 View details hunger merged commit 821d8a8 into slint-ui:master Jul 10, 2024 38 checks passed hunger deleted the pu...
Slint's LSP tool should support @library-style imports, like the viewer already does though -L. If there isn't anything blocking this (which there doesn't seem to be, I've already looked into it), I will submit a PR. Tmpod added a commit to Tmpod/slint that referenced this issue ...
lsp: Better hover information for images in text only editors #7038 Merged hunger merged 1 commit into slint-ui:master from hunger:push-wqsvymzymxpv Dec 9, 2024 +2 −2 Conversation 2 Commits 1 Checks 36 Files changed 1 Conversation Member hunger commented Dec 9, 2024 Whow the pa...
use i_slint_compiler::langtype::{ElementType, Type}; use i_slint_compiler::object_tree::ElementRc; use i_slint_compiler::parser::SyntaxToken; use itertools::Itertools as _; use lsp_types::{Hover, HoverContents, MarkupContent}; pub fn get_tooltip(document_cache: &mut DocumentCache, token...
117 changes: 115 additions & 2 deletions 117 tools/lsp/language/completion.rs Original file line numberDiff line numberDiff line change @@ -14,7 +14,7 @@ use i_slint_compiler::expression_tree::Expression; use i_slint_compiler::langtype::{ElementType, Type}; use i_slint_compiler::...
lsp-ui: apply ux feedback for headers 2314488 FloVanGH requested a review from tronical July 16, 2024 07:33 tronical approved these changes Jul 16, 2024 View reviewed changes tools/lsp/ui/views/header-view.slint Show resolved ogoffart approved these changes Jul 16, 2024 View reviewed ...
Callbacks can't be in the property list anyway, and setting their values assert later in the checking code. Fix #5652 LSP: properties: filter accessible-action-* callbacks from the proper… … 8110049 ogoffart requested a review from tronical July 22, 2024 12:22 tronical approved these ...