slint/api
Olivier Goffart c51fb14a0e Improve the slint! macro with rust-analyzer with -
We currently use the debug representation of Span to know if they are
next touching eachother as there are no stable way currently.
But that doesn't work with rust analyzer as it doesn't have a
representation we can test.
Also Span::source_text is not implemented with rust analyzer.

So just default to identifier with `-` touching instead of not touching
as this happens more often.

One can still use `(foo)-(bar)` when one really need minus

CC #685
2023-10-26 13:13:03 +02:00
..
cpp Revert "Reduce the amount of re-creation of cells in repeaters when the model changes (#1954)" 2023-10-23 16:52:03 +02:00
node node: api review adjustements part I (#3766) 2023-10-26 10:02:49 +02:00
rs Improve the slint! macro with rust-analyzer with - 2023-10-26 13:13:03 +02:00
wasm-interpreter interpreter: Introduce internal feature 2023-10-20 15:34:49 +02:00