Skip to content

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

Open
marlonandrade wants to merge 1 commit into
XVimProject:masterfrom
marlonandrade:master
Open

[draft] Fix for window navigation on xcode 8 beta 3#975
marlonandrade wants to merge 1 commit into
XVimProject:masterfrom
marlonandrade:master

Conversation

@marlonandrade

Copy link
Copy Markdown
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

tflhyl commented Sep 24, 2016

Copy link
Copy Markdown

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

@keith

keith commented Oct 3, 2016

Copy link
Copy Markdown
Contributor

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.

3 participants