summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-17 11:33:43 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-17 11:33:43 +0200
commit9aaf2a1465a9f9075c9448510cce1d99f118a801 (patch)
tree30d7c8d7209b97d4c981267f46d25931e02dbe06
parent5738f45236d1df0697e639b5184db563943ddbc1 (diff)
downloadpylint-9aaf2a1465a9f9075c9448510cce1d99f118a801.tar.gz
[doc] backport content about visual studio configuration from logilab.org
-rw-r--r--doc/_static/vs2003_config.jpegbin0 -> 31846 bytes
-rw-r--r--doc/ide-integration.rst9
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/_static/vs2003_config.jpeg b/doc/_static/vs2003_config.jpeg
new file mode 100644
index 0000000..f2a0716
--- /dev/null
+++ b/doc/_static/vs2003_config.jpeg
Binary files differ
diff --git a/doc/ide-integration.rst b/doc/ide-integration.rst
index cd0b4c1..c98fa47 100644
--- a/doc/ide-integration.rst
+++ b/doc/ide-integration.rst
@@ -27,6 +27,7 @@ Pylint is integrated in spyder_, see http://packages.python.org/spyder/pylint.ht
Pylint is integrated in pyscripter_, see the `Tool -> Tools` menu.
+
.. _Eric: http://eric-ide.python-projects.org/
.. _pyscripter: http://code.google.com/p/pyscripter/
.. _pydev: http://pydev.org
@@ -106,3 +107,11 @@ the following instead of a post-command-hook
(defadvice flymake-goto-prev-error (after display-message activate compile)
"Display the error in the mini-buffer rather than having to mouse over it"
(show-fly-err-at-point))
+
+
+Setup the MS Visual Studio .NET 2003 editor to call Pylint
+==========================================================
+
+.. image:: _static/vs2003_config.jpeg
+
+The output of PyLint is then shown in the "Output" pane of the editor.