[anjuta-extras] Implement iassist_invoke
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta-extras] Implement iassist_invoke
- Date: Tue, 15 Dec 2009 19:45:53 +0000 (UTC)
commit 6ad173932434575a8e554a34d959c18abb99523e
Author: Sébastien Granjoux <seb sfo free fr>
Date: Tue Dec 15 20:36:55 2009 +0100
Implement iassist_invoke
plugins/scintilla/text_editor.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/scintilla/text_editor.c b/plugins/scintilla/text_editor.c
index 7746bbd..af6c0af 100644
--- a/plugins/scintilla/text_editor.c
+++ b/plugins/scintilla/text_editor.c
@@ -2235,7 +2235,7 @@ text_editor_suggest_completion (TextEditor *te)
GList *node;
TextEditorCell *iter;
gint position;
-
+
position = text_editor_get_current_position (te);
iter = text_editor_cell_new (te, position);
for (node = te->provider; node != NULL; node = g_list_next (node))
@@ -3270,8 +3270,8 @@ static void
iassist_invoke(IAnjutaEditorAssist* iassist, IAnjutaProvider* provider, GError** err)
{
TextEditor *te = TEXT_EDITOR (iassist);
-
- /* FIXME: Implement new IAnjutaEditorAssist interface */
+
+ text_editor_suggest_completion (te);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]