[gnome-builder: 7/7] jedi: place cursor after parens when expanding function with no params
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder: 7/7] jedi: place cursor after parens when expanding function with no params
- Date: Mon, 24 Aug 2015 23:41:48 +0000 (UTC)
commit cfedabc9bf68cd51e095bba4ae6b2f2a67cd07f3
Author: Christian Hergert <christian hergert me>
Date: Mon Aug 24 16:41:03 2015 -0700
jedi: place cursor after parens when expanding function with no params
plugins/jedi/jedi_plugin.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plugins/jedi/jedi_plugin.py b/plugins/jedi/jedi_plugin.py
index 2d620fa..ab7d807 100644
--- a/plugins/jedi/jedi_plugin.py
+++ b/plugins/jedi/jedi_plugin.py
@@ -209,7 +209,6 @@ class JediCompletionProvider(Ide.Object,
chunk = Ide.SourceSnippetChunk()
chunk.set_text('')
chunk.set_text_set(True)
- chunk.set_tab_stop(0)
snippet.add_chunk(chunk)
else:
tab_stop = 0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]