OSX text editor: Difference between revisions

From CommunityData
(update for TextWrangler)
m (fixed typo in TW link name)
 
Line 1: Line 1:
== Our recommendation ==
== Our recommendation ==


On Mac OS, we suggest the [http://www.barebones.com/products/textwrangler/ TexWrangler] text editor. You'll have to first download it, then install it.
On Mac OS, we suggest the [http://www.barebones.com/products/textwrangler/ TextWrangler] text editor. You'll have to first download it, then install it.


To download TextWrangler:
To download TextWrangler:
Line 21: Line 21:
* In the middle column, scroll down to to find TextWrangler.
* In the middle column, scroll down to to find TextWrangler.
* Double-click TextWrangler to launch the editor.
* Double-click TextWrangler to launch the editor.


== Configure TextWrangler to indent with spaces ==
== Configure TextWrangler to indent with spaces ==

Latest revision as of 01:14, 10 April 2015

Our recommendation[edit]

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

To download TextWrangler:

To install TextWrangler:

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

To run TextWrangler:

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

Configure TextWrangler to indent with spaces[edit]

  • Start up TextWrangler, and click TextWrangler -> Preferences dropdown. This will pop up a preferences window.
  • Click on the "Editor defaults" tab.
  • Check the "Auto-expand tabs" checkbox.
  • Set "tab width" to 4 (if it is not already).
  • 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![edit]

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