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

need XCode 5.1 support #12

Closed holyman2k closed 10 years ago

holyman2k commented 10 years ago

this plugin doesn't work in XCode 5.1 :(

hlung commented 10 years ago

May be we need to add Xcode 5.1 compatibility UUID. Mine is still downloading so can't do right now :/

Please have a look at this commit. It added compatibility UUID for Xcode 5.1 beta 5. https://github.com/kreeger/XCode4_beginning_of_line/commit/63c89e71cbab9f88493defbfd7d32ae977a0857c

hlung commented 10 years ago

Submitted a pull request https://github.com/insanehunter/XCode4_beginning_of_line/pull/13

insanehunter commented 10 years ago

So as @hlung has fixed it, I'm closing this issue.