From f6db35c9ec7d3211fa5c0bb3abc9cafeba4efbd3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 30 Dec 2011 14:31:21 -0600 Subject: [PATCH] A bit more stuff on text editing. --- docs/starting/dev-env.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/starting/dev-env.rst b/docs/starting/dev-env.rst index b957faa..14904ba 100644 --- a/docs/starting/dev-env.rst +++ b/docs/starting/dev-env.rst @@ -5,6 +5,9 @@ Your Development Environment Text Editors :::::::::::: +Just about anything which can edit plain text will work for writing Python code, +however, using a more powerful editor may make your life a bit easier. + VIM --- @@ -62,9 +65,12 @@ TextMate Sublime Text ------------ -"`Sublime Text `_ is a sophisticated text editor for code, html and prose. You'll love the slick user interface and extraordinary features." +"`Sublime Text `_ is a sophisticated text editor +for code, html and prose. You'll love the slick user interface and +extraordinary features." -Sublime Text uses Python for its plugin API. +Sublime Text has excellent support for editing Python code and uses Python for +its plugin API. `Sublime Text 2 `_ is currently in beta.