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

[draft] Fix for window navigation on xcode 8 beta 3 #975

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marlonandrade
Copy link
Contributor

  • IDEWTC _keyboardFocusAreas had its signature changed to
    _keyboardFocusAreas:, so I'm just making a naive selector check to
    call the correct one.
  • Would be nice to import the new headers and call the correct selector,
    but generating the header files seems to be troublesome (see issue Create header files for Xcode6 #621).

Sharing this just as draft solution for people that want to use it temporarily.

- IDEWTC `_keyboardFocusAreas` had its signature changed to
  `_keyboardFocusAreas:`, so I'm just making a naive selector check to
  call the correct one.
- Would be nice to import the new headers and call the correct selector,
  but generating the header files seems to be troublesome (see issue XVimProject#621).

Sharing this just as draft solution for people that want to use it
temporarily.
@tflhyl
Copy link

tflhyl commented Sep 24, 2016

#980 includes this fix, hopefully its gonna be merged soon

@keith
Copy link
Contributor

keith commented Oct 3, 2016

This fix works for me in Xcode 8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants