From 4b22dd72058ae807269b02145660d8c748b0fffd Mon Sep 17 00:00:00 2001 From: kuyan Date: Tue, 30 Jul 2013 12:35:44 -0700 Subject: [PATCH] Added note on SublimeLinter. --- docs/dev/env.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 7ec1035..6367a57 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -113,12 +113,14 @@ scripters and novice users alike." 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, markup and prose. You'll love the slick user interface, + extraordinary features and amazing performance. Sublime Text has excellent support for editing Python code and uses Python for -its plugin API. +its plugin API. It also has plugins a diverse variety of plugins, `some of which `_ +allow for in-editor PEP8 checking and code "linting". + IDEs ::::