OSX text editor: Difference between revisions
From CommunityData
(wip) |
(update for TextWrangler) |
||
Line 1: | Line 1: | ||
== Our recommendation == | == Our recommendation == | ||
On Mac OS, we suggest the 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/ TexWrangler] text editor. You'll have to first download it, then install it. | ||
To download TextWrangler: | To download TextWrangler: | ||
* Click [http://www.barebones.com/products/textwrangler/download.html this link and download the | * Click [http://www.barebones.com/products/textwrangler/download.html this link and download the disk image file] | ||
* The | * The file will expand into an application called TextWrangler. | ||
* Open Finder from the bar at the bottom. | * Open Finder from the bar at the bottom. | ||
To install | To install TextWrangler: | ||
* Start Finder | * Start Finder | ||
* On the left side of the Finder, under "Places", click on "Applications". | * On the left side of the Finder, under "Places", click on "Applications". | ||
* Drag the | * Drag the TextWrangler icon to any blank space in that window. | ||
To run | To run TextWrangler: | ||
* Start Finder | * Start Finder | ||
* On the left side of the Finder, under "Places", click on "Applications". | * On the left side of the Finder, under "Places", click on "Applications". | ||
* In the middle column, scroll down to to find | * In the middle column, scroll down to to find TextWrangler. | ||
* Double-click | * Double-click TextWrangler to launch the editor. | ||
== Configure TextWrangler to indent with spaces == | == Configure TextWrangler to indent with spaces == | ||
* Start up | * Start up TextWrangler, and click TextWrangler -> Preferences dropdown. This will pop up a preferences window. | ||
* Click on the | * Click on the "Editor defaults" tab. | ||
* Check the " | * Check the "Auto-expand tabs" checkbox. | ||
* Set "tab width" to 4 (if it is not already). | |||
* Close the Preferences window. | * Close the Preferences window. | ||
Revision as of 03:23, 3 November 2014
Our recommendation
On Mac OS, we suggest the TexWrangler text editor. You'll have to first download it, then install it.
To download TextWrangler:
- Click this link and download the disk image file
- The file will expand into an application called TextWrangler.
- Open Finder from the bar at the bottom.
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
- 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!
Now you have an editor that you can use to open any text file, including Python programs.