You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/starting/dev-env.rst
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ Your Development Environment
5
5
Text Editors
6
6
::::::::::::
7
7
8
+
Just about anything which can edit plain text will work for writing Python code,
9
+
however, using a more powerful editor may make your life a bit easier.
10
+
8
11
9
12
VIM
10
13
---
@@ -62,9 +65,12 @@ TextMate
62
65
Sublime Text
63
66
------------
64
67
65
-
"`Sublime Text <http://www.sublimetext.com/>`_ is a sophisticated text editor for code, html and prose. You'll love the slick user interface and extraordinary features."
68
+
"`Sublime Text <http://www.sublimetext.com/>`_ is a sophisticated text editor
69
+
for code, html and prose. You'll love the slick user interface and
70
+
extraordinary features."
66
71
67
-
Sublime Text uses Python for its plugin API.
72
+
Sublime Text has excellent support for editing Python code and uses Python for
73
+
its plugin API.
68
74
69
75
`Sublime Text 2 <http://www.sublimetext.com/blog/articles/sublime-text-2-beta>`_ is currently in beta.
0 commit comments