From 81e07b866fd00cbb935267b339f79d53ddc39d17 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Thu, 11 Feb 2016 13:02:27 -0800 Subject: [PATCH] Add GNOME Builder to list of supported editors Support is provided out of the box as long as python3-jedi is installed. Additionally, Builder's implementation includes support for GObject Introspection (and therefore Gtk). --- README.rst | 2 ++ docs/docs/usage.rst | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 7bab1904..389dee84 100644 --- a/README.rst +++ b/README.rst @@ -41,6 +41,7 @@ Jedi can currently be used with the following editors: `_] - Atom_ (autocomplete-python_) - SourceLair_ +- `GNOME Builder`_ (with support for GObject Introspection) And it powers the following projects: @@ -191,3 +192,4 @@ For more detailed information visit the `testing documentation .. _Atom: https://atom.io/ .. _autocomplete-python: https://atom.io/packages/autocomplete-python .. _SourceLair: https://www.sourcelair.com +.. _GNOME Builder: https://wiki.gnome.org/Apps/Builder diff --git a/docs/docs/usage.rst b/docs/docs/usage.rst index 55d9aca6..0bc0a97a 100644 --- a/docs/docs/usage.rst +++ b/docs/docs/usage.rst @@ -55,6 +55,12 @@ SourceLair: - SourceLair_ +GNOME Builder: + +- `GNOME Builder`_ `supports it natively + `__, + and is enabled by default. + .. _other-software: @@ -96,3 +102,4 @@ 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/