From 60aff6fa9dd257fde100048972771254efb61631 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 12 Mar 2014 10:39:25 +0100 Subject: [PATCH] A kate plugin uses Jedi, fixes #322 --- README.rst | 5 ++++- docs/docs/usage.rst | 7 ++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 59a188fb..6f3cc679 100644 --- a/README.rst +++ b/README.rst @@ -38,10 +38,12 @@ Jedi can be used with the following editors: - 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 + `_] And it powers the following projects: -- wdb_ +- wdb_ - Web Debugger Here are some pictures: @@ -147,3 +149,4 @@ For more detailed information visit the `testing documentation .. _SynWrite: http://uvviewsoft.com/synjedi/ .. _wdb: https://github.com/Kozea/wdb .. _TextMate: https://github.com/lawrenceakka/python-jedi.tmbundle +.. _Kate: http://kate-editor.org diff --git a/docs/docs/usage.rst b/docs/docs/usage.rst index 89bace8e..4e381d34 100644 --- a/docs/docs/usage.rst +++ b/docs/docs/usage.rst @@ -40,13 +40,18 @@ TextMate: - Textmate_ (Not sure if it's actually working) +Kate: + +- Kate_ version 4.13+ supports it natively, you have to enable it, though. [`proof + `_] + .. _other-software: Other Software Using Jedi ------------------------- -- `wdb `_ +- wdb_ - Web Debugger .. _repl-completion: