[anjuta] bgo #605730 - completion "." "->" are not shown
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta] bgo #605730 - completion "." "->" are not shown
- Date: Sun, 10 Jan 2010 11:07:14 +0000 (UTC)
commit 39389d9373f187c5a1e61054908a0ad8334a7c11
Author: Sébastien Granjoux <seb sfo free fr>
Date: Sun Jan 10 10:37:53 2010 +0100
bgo #605730 - completion "." "->" are not shown
.../language-support-cpp-java/cpp-java-assist.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/language-support-cpp-java/cpp-java-assist.c b/plugins/language-support-cpp-java/cpp-java-assist.c
index 977b102..e60a442 100644
--- a/plugins/language-support-cpp-java/cpp-java-assist.c
+++ b/plugins/language-support-cpp-java/cpp-java-assist.c
@@ -341,7 +341,7 @@ cpp_java_assist_update_autocomplete (CppJavaAssist *assist)
// DEBUG_PRINT ("Queries active: %d", queries_active);
- if (assist->priv->completion_cache == NULL || !assist->priv->pre_word)
+ if (assist->priv->completion_cache == NULL)
{
ianjuta_editor_assist_proposals (assist->priv->iassist, IANJUTA_PROVIDER(assist),
NULL, !queries_active, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]