You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Returns focus to the previous app after closing the tooltip
Supports multi-line text content
Supports executeIfFirst, which immediately executes the first item if the value is true
Supports label for the text item
Preselects the first item, so user can press enter to execute the first item. In the previous version, user has to press the down arrow and enter.
Switches to use auto-layout with constraints. It's hard to see but, in this new version, the table cover the whole area of the tooltip (apart from the arrow part). In the previous version, there is 1-2px at the bottom that isn't covered by NSTableView.
Hides the tooltip immediately when closing. It feels slicker. In the previous version, we animate the closing mechanism.