Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable word-wrap in Xcode 4 editor?

People also ask

How do I stop word wrapping?

Right-click the control for which you want to enable or disable text wrapping, and then click Control Properties on the shortcut menu. Click the Display tab. Select or clear the Wrap text check box.

How do I turn off word wrap in Notepad ++?

Turn On/Off Word Wrap in Notepad++Click the View button from the menu at the top of the window. 2. Choose the Word Wrap option from the dropdown menu. Note: Clicking the Word Wrap option once will either turn off or turn on the feature, depending on the original state of this setting.

Which attribute of the tag is used to turn off the word wrapping?

HTML | <td> nowrap Attribute The HTML <td> nowrap Attribute is used to specify that the content present inside the cell should not wrap.


Go to Xcode Preferences -> Text Editing -> Indentation and deselect Line wrapping.


David Hancock has it right (Xcode Preferences -> Text Editing -> Indentation and deselect Line wrapping), but just to add on -- even after reading that, I had trouble finding the option. I see now that Editing and Indentation are at the top of the box, but they are only written in clickable text (at least in Xcode 5)... I was expecting more of a conventional tab UI and had skipped right over them the first couple of times I looked.

enter image description here

Just a heads-up for anyone like me who might have accidentally skipped over them too...