Ben Kane
Ben Kane
I can also confirm this is no longer an issue with the latest version of librsvg on homebrew. I think this can be closed
@phisakel straight up `brew install librsvg` works now and will give you a working version of pango. No need to manually install a different version of pango after
I'm working on a plugin of my own and I have a key binding associated with the menu item. So it is possible. I should theoretically be able to add...
There are `setKeyEquivalentModifierMask:` and `setKeyEquivalent:` methods on `NSMenuItem`. I haven't looked into how to get it into Xcode's key bindings preferences so people can customize it yet. I'm assuming that...
Would you still want to keep the `leftArrowText`/`rightArrowText` props? I was trying to keep with the simplicity of the text props, but I could remove `[left/right]Arrow[Text/Image]` props and add a...
Thanks @phil-r, I'll take a look at implementing something like that when I get some time.
Happy to see my StackOverflow answer helped you :)