Tobias Hunger

Results 227 comments of Tobias Hunger

@panekj: I updated `slint-ui/tree-sitter-slint`. It's README.md states that we only hold copyright to grammar.js, which contains MIT now in its SPDX identifier. LICENSES contains MIT.txt only now and the README...

Great! Anything else I can do to help from our side?

@panekj: Sorry, I am not into GUI IDEs anymore. Been there, done that...

All edits we generate are compile tested before we send those off to the editor. So this should no longer be an issue.

Could you check the size of the text input? It seems to me that it is just too small to show the text.

I see myself mixing up `:` and `=` as we use `:` for assignments pretty much everywhere else. Could we maybe do something like ``` struct Player { score: -1,...

> Can't use Slider widget, when add Slider in my .slint, compiler will error out with: Did you import the Slider? Adding it into the `import {...}` should work. >...

So it is too restrictive, yet you only list more things I can not allow? I am getting mixed signals :-)

The latest version allows any move that does not re-parent the element.

> My point is tat this is too restrictive and prevent the d&d feature to be useful, while at the same time not doing what it's supposed to do: prevent...