OSX text editor

From CommunityData
Revision as of 04:12, 3 November 2014 by Jtmorgan (talk | contribs) (wip)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Our recommendation

On Mac OS, we suggest the TexWrangler text editor. You'll have to first download it, then install it.

To download TextWrangler:

To install Smultron:

  • Start Finder
  • On the left side of the Finder, under "Places", click on "Applications".
  • Drag the Smultron icon to any blank space in that window.

To run Smultron:

  • Start Finder
  • On the left side of the Finder, under "Places", click on "Applications".
  • In the middle column, scroll down to to find Smultron.
  • Double-click Smultron to launch the editor.


Configure TextWrangler to indent with spaces

  • Start up Smultron, and click Smultron -> Preferences. This will pop up a preferences window.
  • Click on the Advanced tab, and then on the Really Advanced tab within that tab.
  • Check the "Indent with spaces, not tabs" checkbox
  • Close the Preferences window.

That's it! Now, you can hit tab to indent your code, and that indentation will actually be made of spaces. This change will help you use spaces consistently, so that Python doesn't get confused about whitespace.

Success!

Now you have an editor that you can use to open any text file, including Python programs.