[anjuta-extras] sci: Keep calltips when adding arguments



commit 75a455e6a3df6733269c8da8f51a0f9b377e2363
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sat Mar 6 17:31:26 2010 +0100

    sci: Keep calltips when adding arguments

 plugins/scintilla/text_editor.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plugins/scintilla/text_editor.c b/plugins/scintilla/text_editor.c
index b954ea8..b315200 100644
--- a/plugins/scintilla/text_editor.c
+++ b/plugins/scintilla/text_editor.c
@@ -3297,8 +3297,6 @@ iassist_proposals(IAnjutaEditorAssist* iassist, IAnjutaProvider* provider,
 		
 		scintilla_send_message (SCINTILLA (te->scintilla), SCI_AUTOCCANCEL,
 								0, 0);
-		scintilla_send_message (SCINTILLA (te->scintilla), SCI_CALLTIPCANCEL,
-								0, 0);
 		return;
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]