Xcode Return key places the cursor in the middle of the line

In Xcode 3.2.5, I hit Ctrl + L to center the content (just checking out some shortcuts), and now when I press Return , the cursor starts at the center of the next line, not at the beginning. (Almost like an invisible tab in a Page)

How do I return the normal functionality of Return ?

+4
source share
1 answer

I had the same problem, and I was able to fix it as follows: Xcode> Preferences> Indentation> Indented Values> Automatically Indented: UNCHECK RETURN field. Submit an expression This worked for me, otherwise it will always position the cursor in the middle of a new line.

+6
source

All Articles