MewPurPur / GodSVG

An application in early development for creating simple vector graphics. Built in Godot.
https://godsvg.com
MIT License
1.06k stars 48 forks source link

Add right-click option to handles to scroll the tag list to view the tag with that handle #714

Closed WeaverSong closed 1 month ago

WeaverSong commented 1 month ago

It's very easy to find a tag that needs to be edited visually, but inconvenient to find it in the tag list for when the handles are insufficient.

MewPurPur commented 1 month ago

I approve, but I'm unsure of the implementation. I was trying to do this at one point by trying to make it automatically scroll. It didn't work precisely enough for some reason. Nowadays, there's a function for finding the rect of a tag editor somewhere, so it might work if we use that.

MewPurPur commented 1 month ago

Solved by #719