Every once in a while, Xcode (the code editor) gets into this mode where it
beeps after every keypress. For example, perhaps I'll type:
- (void) awakeFromNib {
And Xcode puts in the other brace:
}
And now I start typing in between those two braces, and Xcode beeps after
every keypress. It is as if it is doing its brace-balancing check except
that it's getting the wrong answer or doing it at an inappropriate moment or
something. Anyone else see this? Is it a filed bug? I wish I could reproduce
consistently, but that would be just too much to hope for. At present I just
have to quit and restart Xcode and the problem goes away (for a while). m.