Fix for #795649: explain how to use TextEdit for editing Python code.

This commit is contained in:
Jack Jansen 2004-07-15 22:38:06 +00:00
parent e497978201
commit 6c09a21f66
1 changed files with 3 additions and 1 deletions

View File

@ -240,7 +240,9 @@ with extra features.
You can create a text file with any word processing program such as You can create a text file with any word processing program such as
\program{MSWord} or \program{AppleWorks} but you need to make sure \program{MSWord} or \program{AppleWorks} but you need to make sure
that the file is saved as ``\ASCII'' or ``plain text''. that the file is saved as ``\ASCII'' or ``plain text''. This also
works for \program{TextEdit}, but you need to use the command ``Make Plain Text``
in the ``Format`` menu before trying to save.
\subsubsection{Editors with Python modes} \subsubsection{Editors with Python modes}