slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.67k stars 611 forks source link

slintpad: Fix goto definition again #6729

Closed hunger closed 2 weeks ago

hunger commented 2 weeks ago

... by implementing it manually again :-/ And by not using the EditorService that I thought was handling that.

And of course a TS map silently falls when your key is a Url, so that needed fixing, too.

Fixes: #6706