IvanMathy / Boop

A scriptable scratchpad for developers. In slow yet steady progress.
https://boop.okat.best
MIT License
3.84k stars 356 forks source link

Show popover on status view click #253

Open anthroid opened 3 years ago

anthroid commented 3 years ago

I found myself repeatedly clicking the status button to open the script picker using the mouse as opposed to only being able to open it via ⌘-B or the menu. This PR just implements a mouseDown handler on the toolbar object that opens the popover list as done by the menu item. The behavior seems intuitive, especially if you're mousing around already.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

IvanMathy commented 2 years ago

Interesting idea! Currently it seems that it conflicts with the update notification but I'll play with it. Thanks for the PR!