slint/tools
Olivier Goffart 4bc741a04c LSP: don't throw a protocol error when a symbol can't be renamed
I misread the spec that we should return an error if there is nothing
to rename. We should just return None instead.

This means that the editor will no longer show an error message when
this happens (and also that we can rename stuff in rust code without
getting annoying error)

Technicly, we could still return an error if the user tries to rename a
property or so, but i don't think its worth it
2023-04-06 16:23:58 +02:00
..
compiler Rename embed-resources parameters fro the Slint compiler 2023-03-27 09:27:44 +02:00
figma_import Bump version number to 1.0.0 2023-02-03 11:07:15 +01:00
fmt feat: make fmt be a crate 2023-04-06 13:12:17 +02:00
lsp LSP: don't throw a protocol error when a symbol can't be renamed 2023-04-06 16:23:58 +02:00
slintpad Fix loading of demos in SlintPad 2023-03-31 15:23:55 +02:00
updater Updater: Fix cargo.toml not having = sign 2023-02-03 11:07:15 +01:00
viewer Enable support for additional image formats (webp, etc.) in the viewer, previewer, and nodejs bindings 2023-03-23 15:35:13 +01:00