New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more internal commands for opening prefs. Fixes #1448 #1449
Conversation
If I try "Show Guide", I get a crash. If you open the prefs first, then run it, it seems to work (with the Console messages below).
|
Good spot. I've changed the code so it always runs on the main thread. |
Much better. Though in trying this, I noticed that we screwed up the icons for Plugins and Preferences on the right-hand side of the Guide somewhere along the way. (It's fine in 1.0.0, but messed up in master.) I'll try to look at it tomorrow if you don't get to it first. |
OK, I see that. Also, in the setup assistant, if you flick to the 'plugins' pane the icon's messed up there as well. Off out for the day, so I won't get a chance to look at this right now. On 13 Meh 2013, at 11:58, Rob McBroom notifications@github.com wrote:
|
It's because the standard and 2X versions are being combined into a TIFF. I can update the HTML, but since I'm not sure what controls this behavior, I worry that it could switch back in the future (like it did in the OpenMeta plug-in). Thoughts? |
oh yeah that problemo. Maybe you should change it, and we should make sure that "COMBINE_HIDPI_IMAGES" is set in the build settings: http://stackoverflow.com/questions/5567897/combine-high-resolution-artwork-in-xcode-4 |
That's set now in |
Add more internal commands for opening prefs. Fixes #1448
Nothing much to say