1
0
forked from VimPlug/jedi

Remvoed SynWrite from the Jedi implementations. From now on we only add major editors and projects that are using it.

This commit is contained in:
Dave Halter
2016-07-03 16:16:54 +02:00
parent a02b07bcb8
commit 447656fd14
2 changed files with 6 additions and 9 deletions

View File

@@ -30,12 +30,11 @@ implementation as a `VIM-Plugin <https://github.com/davidhalter/jedi-vim>`_,
which uses Jedi's autocompletion. We encourage you to use Jedi in your IDEs.
It's really easy.
Jedi can currently be used with the following editors:
Jedi can currently be used with the following editors/projects:
- Vim (jedi-vim_, YouCompleteMe_, deoplete-jedi_)
- Emacs (Jedi.el_, company-mode_, elpy_, anaconda-mode_, ycmd_)
- Sublime Text (SublimeJEDI_ [ST2 + ST3], anaconda_ [only ST3])
- SynWrite_
- TextMate_ (Not sure if it's actually working)
- Kate_ version 4.13+ supports it natively, you have to enable it, though. [`proof
<https://projects.kde.org/projects/kde/applications/kate/repository/show?rev=KDE%2F4.13>`_]
@@ -44,11 +43,10 @@ Jedi can currently be used with the following editors:
- `GNOME Builder`_ (with support for GObject Introspection)
- `Visual Studio Code`_ (via `Python Extension <https://marketplace.visualstudio.com/items?itemName=donjayamanne.python>`_)
- Gedit (gedi_)
And it powers the following projects:
- wdb_ - Web Debugger
and many more!
Here are some pictures taken from jedi-vim_:
@@ -199,7 +197,6 @@ Acknowledgements
.. _ycmd: https://github.com/abingham/emacs-ycmd
.. _sublimejedi: https://github.com/srusskih/SublimeJEDI
.. _anaconda: https://github.com/DamnWidget/anaconda
.. _SynWrite: http://uvviewsoft.com/synjedi/
.. _wdb: https://github.com/Kozea/wdb
.. _TextMate: https://github.com/lawrenceakka/python-jedi.tmbundle
.. _Kate: http://kate-editor.org

View File

@@ -68,11 +68,11 @@ Gedit:
.. _other-software:
Other Software Using Jedi
-------------------------
Web Debugger:
- wdb_ - Web Debugger
- wdb_
and many more!
.. _repl-completion: