Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode scrolls text while typing

Tags:

editor

xcode

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?

like image 814
rein Avatar asked May 26 '09 10:05

rein


1 Answers

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.

like image 100
cdespinosa Avatar answered Oct 29 '22 11:10

cdespinosa