I just downloaded the new Xcode and why isn’t there a scroll bar on the bottom? Is there an option to add it? There’s only a scrollbar on the right…which is really annoying.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Xcode 4 changes the editor so that by default all code is wrapped, instead of extending off screen. Thats why you see no scroll bar.
However you can set it back – go to Xcode preferences, editing, then the “Indentation” tab. In there is an option to “wrap lines to editor width”. If you uncheck that, you’ll see scroll bars again and your code will extend off the screen.