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

"⌘+delete" support #7

Closed hlung closed 11 years ago

hlung commented 11 years ago

⌘+delete still deletes the whole line. Should be an easy fix? I'm on Xcode 5.0

insanehunter commented 11 years ago

Yep, it should. I will gladly merge your pull request if you do it.

hlung commented 11 years ago

One question, how do you debug the plugin? Like show some log in console while running the plugin. I don't see any clue how to do it in your project :/

hlung commented 11 years ago

Did you use tail -f /var/log/system.log in terminal ? (From: http://www.blackdogfoundry.com/blog/creating-an-xcode4-plugin/)

insanehunter commented 11 years ago

I don't quite remember, honestly - I should have used gdb along with logging, probably.

hlung commented 11 years ago

ok done! submitting a pull request ;)

hlung commented 11 years ago

btw, I have also

hlung commented 11 years ago

Closing this and continue discussion in the pull request.