-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Hardcoded stoplight window controls no longer a match in OS X 10.10 Yosemite #8022
Comments
The fullscreen button on the top right should also be removed. In OS X 10.10 Yosemite, the new standard behavior for the green button serves two purposes:
|
@bchintx - medium priority (once Yosemite is going to be out) |
I created a set of Yosemite-style window management icons: https://dl.dropboxusercontent.com/u/45326422/buttons.zip. If I have time this week, I'll fork and PR the brackets-shell repo. Feel free to use them without any limitation. You can try them out by overwriting the current icons in /Applications/Brackets.app/Contents/Resources/. |
Reviewed - reducing to Low. We'd like this for 1.0 but if it falls off the end it's ok to punt. |
FYI Yosemite is scheduled to launch in late October. |
This is fixed in the latest build. |
Sending to the board for more testing. @kethinov if you can build the shell let us know what you think! |
Are there any nightlies I can grab real quick? |
I just did a build from master and don't see the fix. Is there a particular branch I should be looking at? |
Can you run |
@kethinov you're building the shell on Mac OSX using XCode, right? |
@kethinov Build instructions here btw: https://github.com/adobe/brackets-shell/wiki/Building-Brackets-Shell |
Here's the build process I went through.
Then I doubled clicked It opened in my copy of Xcode 6.1. Screenshot: Then I did a build. Build succeeded. After the build succeeded it opened the app, which popped up this: I picked index.html from a fresh clone of the brackets repo. And now it just hangs looking like this: |
@kethinov after you ran |
Just tried that. The app runs now (no longer hangs with a blank gray screen) but I still see the old window controls. This is on the master branch of brackets-shell, loading an index.html from the master branch of the brackets repo. Both cloned yesterday. |
Can you do me a favor and tell me what you see when you run |
I can give you a build that our build machine has created. Just to double check. |
|
Okay, that the same info that I can see. |
hey @ingorichter i don't think this has been merged into master yet :) |
what? |
It's this one adobe/brackets-shell#478 and that got merged. |
@kethinov it looks like the commits got lost. We're working to figure out what happened. |
@kethinov we fixed some issues with our repo and if you do a git pull and rebuild, it should have fixed your issues. |
Yes, I see the changes now in my local build. |
Hooray! Thanks for your patience. I'm going to close this issue. |
Hi! Straight to the point - the year is 2015, and I still have the old headlights issue in Brackets 1.4. On top of that, I also still have the fullscreen button in the upper right corner. I am currently on OS 10.11 El Capitan, and I'm running build 1.4.0-16380 (release 273804e). I've tried looking for support in other places, but this is basically the only place I could find the issue being talked about. |
1.5 to be released this week will fix this along with several improvements for el cap. |
The window controls in Brackets appear to be hardcoded and, as such, no longer match the UI style in Yosemite.
Two possible solutions:
For reference, here's the new stoplight visual style:
And here's how Brackets looks:
The new style is flat. The old style is pseudo 3d and glossy.
The text was updated successfully, but these errors were encountered: