slint/tools
Miłosz Kosobucki 839b5e8ee6 Improve LSP autocompletion formatting
Spaces are no longer inserted around the cursor when user autocompletes
a component or a callback handler.

These spaces result in a spurious whitespace and misaligned curly braces
right after the user presses enter. Since most components and callback
handlers are multi-line, this often requires additional keystrokes to
fix.

The problem is present even in Slint's own examples. Such as
examples/gallery/ui/side_bar.slint - line 127
2023-02-23 14:10:14 +01:00
..
compiler Bump version number to 1.0.0 2023-02-03 11:07:15 +01:00
figma_import Bump version number to 1.0.0 2023-02-03 11:07:15 +01:00
fmt Bump version number to 1.0.0 2023-02-03 11:07:15 +01:00
lsp Improve LSP autocompletion formatting 2023-02-23 14:10:14 +01:00
online_editor online_editor: Fix fake baseURI 2023-02-15 11:43:53 +01:00
updater Updater: Fix cargo.toml not having = sign 2023-02-03 11:07:15 +01:00
viewer Change the name of the compat feature (#2230) 2023-02-16 09:40:44 +01:00