Python in XCode - autoindent?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeffrey E. Forcier

    Python in XCode - autoindent?

    Hoping at least some of you use XCode...

    In futzing with PyObjC and Cocoa programming on my Mac, I've come to
    know XCode a little better, and am considering switching to it from my
    existing editor (TextMate). However, it appears to lack your typical
    auto-indenting that I'm sure most of you also find indispensable, e.g.
    hitting Return after a 'def', 'class', 'if' etc results in an automatic
    indentation.

    Has anyone found a way to get this working? Google's not helping, and
    while XCode does have intendation preferences, they either don't work
    for Python syntax (even though the CodeSense, highlighting and so forth
    work fine with the language) or I've still got something set wrong.

    Thanks,
    Jeff

Working...