tags:

views:

153

answers:

2

Xcode seems to be doing something annoying today.

I like editing my source code so that I'm typing roughly in the vertical center of my Xcode window. I don't like typing near the bottom or the top of the window as it hides code right before or right after the code I'm busy editing.

Lately, while editing an implementation file, Xcode has a habit of scrolling the text so that I'm editing close to the bottom of the window. This scrolling is triggered every time any code completion takes place.

Has anyone seen this before? If so, how can I turn it off or is it simply a bug?

+1  A: 

You may be encountering a bug where one text view scrolls unexpectedly when a second window is open on the same file. Make sure that the file is not open in any other windows if this is what's happening.

cdespinosa
A: 

I have the same experience. It is REALLY ANNOYING. No other windows open. It just seems to believe that typing at the very bottom of the window is what you want. GET OFF MY WAY, XCODE!

nicolas