pdcgomes / XCActionBar

"Alfred for Xcode" plugin
MIT License
1.21k stars 36 forks source link

Multi Screen Support #3

Closed jstart closed 9 years ago

jstart commented 9 years ago

Love the project, super cool idea. Found one bug. When using Xcode on a separate display, the Action Bar appears over the first display, and the actions will not execute. screenshot 2015-03-18 14 05 29

pdcgomes commented 9 years ago

Thanks a lot! I'm glad you're enjoying it. Yep, I'm actually away from the office so I've only been working on my laptop (don't have a second screen until tomorrow), but I knew about this -- should be simple to address, I'll try to get to it tomorrow.

Cheers!

jstart commented 9 years ago

Made this PR as an attempt to fix it. https://github.com/pdcgomes/XCActionBar/pull/4

No rush! Thanks again for all your work!

pdcgomes commented 9 years ago

The action bar should now be correctly positioned when you try to present it from a separate screen. Let me know how it's working out for you :)