Merge master into the away branch. The merge conflict that was resolved was to get 'debug.py' working again.

This commit is contained in:
Dave Halter
2016-06-07 08:55:27 +02:00
6 changed files with 51 additions and 8 deletions

View File

@@ -64,6 +64,7 @@ Not yet implemented:
- manipulations of instances outside the instance variables without using
methods
- implicit namespace packages (Python 3.3+, `PEP 420 <https://www.python.org/dev/peps/pep-0420/>`_)
Will probably never be implemented:

View File

@@ -47,14 +47,14 @@ Completions:
>>> script = jedi.Script(source, 1, 19, '')
>>> script
<jedi.api.Script object at 0x2121b10>
>>> completions = script.complete()
>>> completions = script.completions()
>>> completions
[<Completion: load>, <Completion: loads>]
>>> completions[1]
<Completion: loads>
>>> completions[1].complete
'oads'
>>> completions[1].word
>>> completions[1].name
'loads'
Definitions / Goto:

View File

@@ -55,6 +55,15 @@ SourceLair:
- SourceLair_
GNOME Builder:
- `GNOME Builder`_ `supports it natively
<https://git.gnome.org/browse/gnome-builder/tree/plugins/jedi>`__,
and is enabled by default.
Gedit:
- gedi_
.. _other-software:
@@ -96,3 +105,5 @@ Using a custom ``$HOME/.pythonrc.py``
.. _kate: http://kate-editor.org/
.. _autocomplete-python: https://atom.io/packages/autocomplete-python
.. _SourceLair: https://www.sourcelair.com
.. _GNOME Builder: https://wiki.gnome.org/Apps/Builder/
.. _gedi: https://github.com/isamert/gedi