forked from VimPlug/jedi
A kate plugin uses Jedi, fixes #322
This commit is contained in:
+4
-1
@@ -38,10 +38,12 @@ Jedi can be used with the following editors:
|
|||||||
- Sublime Text (SublimeJEDI_ [ST2 + ST3], anaconda_ [only ST3])
|
- Sublime Text (SublimeJEDI_ [ST2 + ST3], anaconda_ [only ST3])
|
||||||
- SynWrite_
|
- SynWrite_
|
||||||
- TextMate_ (Not sure if it's actually working)
|
- 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>`_]
|
||||||
|
|
||||||
And it powers the following projects:
|
And it powers the following projects:
|
||||||
|
|
||||||
- wdb_
|
- wdb_ - Web Debugger
|
||||||
|
|
||||||
|
|
||||||
Here are some pictures:
|
Here are some pictures:
|
||||||
@@ -147,3 +149,4 @@ For more detailed information visit the `testing documentation
|
|||||||
.. _SynWrite: http://uvviewsoft.com/synjedi/
|
.. _SynWrite: http://uvviewsoft.com/synjedi/
|
||||||
.. _wdb: https://github.com/Kozea/wdb
|
.. _wdb: https://github.com/Kozea/wdb
|
||||||
.. _TextMate: https://github.com/lawrenceakka/python-jedi.tmbundle
|
.. _TextMate: https://github.com/lawrenceakka/python-jedi.tmbundle
|
||||||
|
.. _Kate: http://kate-editor.org
|
||||||
|
|||||||
+6
-1
@@ -40,13 +40,18 @@ TextMate:
|
|||||||
|
|
||||||
- Textmate_ (Not sure if it's actually working)
|
- Textmate_ (Not sure if it's actually working)
|
||||||
|
|
||||||
|
Kate:
|
||||||
|
|
||||||
|
- 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>`_]
|
||||||
|
|
||||||
|
|
||||||
.. _other-software:
|
.. _other-software:
|
||||||
|
|
||||||
Other Software Using Jedi
|
Other Software Using Jedi
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
- `wdb <https://github.com/Kozea/wdb>`_
|
- wdb_ - Web Debugger
|
||||||
|
|
||||||
|
|
||||||
.. _repl-completion:
|
.. _repl-completion:
|
||||||
|
|||||||
Reference in New Issue
Block a user