[anjuta-extras] scintilla: Implement "cursor-moved" signal
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta-extras] scintilla: Implement "cursor-moved" signal
- Date: Mon, 9 Aug 2010 19:05:51 +0000 (UTC)
commit 86251a18ff3431c2fa9b79799a52398a02116e8d
Author: Dragos Dena <dragos dena gmail com>
Date: Mon Aug 9 03:31:17 2010 +0300
scintilla: Implement "cursor-moved" signal
plugins/scintilla/text_editor_cbs.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/scintilla/text_editor_cbs.c b/plugins/scintilla/text_editor_cbs.c
index 699e62d..07cbe48 100644
--- a/plugins/scintilla/text_editor_cbs.c
+++ b/plugins/scintilla/text_editor_cbs.c
@@ -179,6 +179,7 @@ on_text_editor_scintilla_notify (GtkWidget * sci, gint wParam, gpointer lParam,
case SCN_UPDATEUI:
te->current_line = text_editor_get_current_lineno (te);
g_signal_emit_by_name(G_OBJECT (te), "update_ui");
+ g_signal_emit_by_name(G_OBJECT (te), "cursor-moved");
return;
case SCN_CHARADDED:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]