~ubuntu-branches/ubuntu/trusty/spyder/trusty-backports

« back to all changes in this revision

Viewing changes to doc/editor.rst

  • Committer: Bazaar Package Importer
  • Author(s): Picca Frédéric-Emmanuel
  • Date: 2011-03-05 18:03:43 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110305180343-its88tucbyvtevjf
Tags: 2.0.8-1
* Imported Upstream version 2.0.8 (Closes: #609789)
* add a watch file
* build for all python2 versions (it can be use as module by other packages)
* change the documentation section to Programming/Python
* use the Recommendes found in the documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Editor
 
2
======
 
3
 
 
4
Spyder's text editor is a multi-language editor with features such as syntax 
 
5
coloring, code analysis (real-time code analysis powered by `pyflakes` and 
 
6
advanced code analysis using `pylint`), introspection capabilities such as 
 
7
code completion, calltips and go-to-definition features (powered by `rope`), 
 
8
function/class browser, horizontal/vertical splitting features, etc.
 
9
 
 
10
Function/class/method browser:
 
11
 
 
12
.. image:: images/editor1.png
 
13
 
 
14
Code analysis with `pyflakes`:
 
15
 
 
16
.. image:: images/editor2.png
 
17
 
 
18
Horizontal/vertical splitting feature:
 
19
 
 
20
.. image:: images/editor3.png
 
21
 
 
22
Related plugins:
 
23
    * :doc:`console`
 
24
    * :doc:`explorer`
 
25
    * :doc:`findinfiles`