From 06aefdbe9b12c9966c620cd1262da68b42b73803 Mon Sep 17 00:00:00 2001 From: Bill Tucker Date: Mon, 12 Mar 2012 13:55:24 -0600 Subject: [PATCH] add WingIDE to IDE list with comment about X11 on Mac --- docs/dev/env.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 99ccf7b..61b0d68 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -82,6 +82,7 @@ PyCharm / IntelliJ IDEA `PyCharm `_ is developed by JetBrains, also known for IntelliJ IDEA. Both share the same code base and most of PyCharm's features can be brought to IntelliJ with the free `Python Plug-In `_. + Eclipse ------- @@ -94,6 +95,7 @@ Komodo IDE `Komodo IDE `_ is developed by ActiveState and is a commerical IDE for Windows, Mac and Linux. + Spyder ------ @@ -104,6 +106,11 @@ and `rope `_. Spyder is open-source (free), offers code completion, syntax highlighting, class and function browser, and object inspection. +WingIDE +------- + +`WingIDE `_ a python specific IDE. Runs for Linux, Windows, and Mac (as on X11 application, which frustrates some Mac users). + Interpreter Tools :::::::::::::::::