From 07c7a69306a4b1d005b9b73974d633abe111ea1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0sa=20Mert=20G=C3=BCrb=C3=BCz?= Date: Fri, 15 Apr 2016 14:32:13 +0300 Subject: [PATCH 1/2] Add gedit to editors that uses jedi --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index ec6d75a4..af967db0 100644 --- a/README.rst +++ b/README.rst @@ -43,6 +43,7 @@ Jedi can currently be used with the following editors: - SourceLair_ - `GNOME Builder`_ (with support for GObject Introspection) - `Visual Studio Code`_ (via `Python Extension `_) +- Gedit (gedi_) And it powers the following projects: @@ -195,3 +196,4 @@ For more detailed information visit the `testing documentation .. _SourceLair: https://www.sourcelair.com .. _GNOME Builder: https://wiki.gnome.org/Apps/Builder .. _Visual Studio Code: https://code.visualstudio.com/ +.. _gedi: https://github.com/isamert/gedi From 53ca0217dd81862675e6cde526acf6fe7e94c424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0sa=20Mert=20G=C3=BCrb=C3=BCz?= Date: Fri, 15 Apr 2016 14:34:24 +0300 Subject: [PATCH 2/2] Add gedit to supported editors list --- docs/docs/usage.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/usage.rst b/docs/docs/usage.rst index 0bc0a97a..48a692c7 100644 --- a/docs/docs/usage.rst +++ b/docs/docs/usage.rst @@ -61,6 +61,9 @@ GNOME Builder: `__, and is enabled by default. +Gedit: + +- gedi_ .. _other-software: @@ -103,3 +106,4 @@ Using a custom ``$HOME/.pythonrc.py`` .. _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