insanehunter / XCode4_beginning_of_line

Xcode plugin to make HOME key jump to the first non-whitespace line of code
168 stars 21 forks source link

Very useful, but doesn't work in Xcode 6.3 any more #36

Closed billdavid closed 9 years ago

billdavid commented 9 years ago

I think it works pretty well in Xcode 4 to XCode 6.2. But since I upgrade to Xcode 6.3 several days ago, it doesn't work any more. What a pity. Could you please have a look. I can't live without it. I hate the stupid default behavior in Xcode.

insanehunter commented 9 years ago

Please try downloading and rebuilding it - every Xcode release requires a compatibility GUID line in Info.plust, otherwise it won't load the plugin.

billdavid commented 9 years ago

Great. It works well after downloading the latest code. Thanks a lot.