Skip to content
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

Fails to capture opened Xcode windows #20

Closed
ianyh opened this issue Jun 28, 2013 · 3 comments
Closed

Fails to capture opened Xcode windows #20

ianyh opened this issue Jun 28, 2013 · 3 comments
Labels

Comments

@ianyh
Copy link
Owner

ianyh commented Jun 28, 2013

It looks like when you open a project/workspace in Xcode it spawns a window that isn't manageable, and then modifies it to actually open the project/workspace at which point it becomes manageable.

@ianyh
Copy link
Owner Author

ianyh commented Aug 8, 2013

I think only way to actually do this is to poll for new windows. Can probably be intelligent about it (tighten up polling interval when windows are created and exponentially backoff from there). This fixes a couple other problems as well. Should probably finish #27 first.

@ianyh
Copy link
Owner Author

ianyh commented Aug 8, 2013

This is half fixed by fixing #27, that is, once you do anything that causes a screen reflow it tiles the window. Should maybe just have a base offset from window creation of a couple seconds to force a reflow to deal with cases like this.

@ianyh
Copy link
Owner Author

ianyh commented Sep 23, 2013

This is no longer the case as of Xcode 5.

@ianyh ianyh closed this as completed Sep 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant