views:

17

answers:

0

The Backspace key in Xcode appears horribly broken, but in reality just seems to be causing a horrible display issue. The first time I hit backspace the display adds an extra line of code under the line I was editing, places the cursor there, and starts deleting that line. As I continue to press backspace it kills characters on the line I am on, but also kills characters on the previous line but with an offset. If I scroll all the text off the screen and back the ghost text disappears and everything looks correct again (till the next time I backspace). I've tried restarting Xcode, restarting the computer, etc and not sure what to do. It makes development pretty annoying (turns out I press backspace a lot).

Any ideas?