From d42c76660a13cbaae043778a5f9e3c970a3b34b9 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sun, 26 Jul 2015 16:28:36 +0200 Subject: [PATCH] Added TODOs. --- juci/source.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/juci/source.cc b/juci/source.cc index a1a064c..a6c297d 100644 --- a/juci/source.cc +++ b/juci/source.cc @@ -59,6 +59,8 @@ file_path(file_path), project_path(project_path) { //search_match_style=(GtkSourceStyle*)g_object_new(GTK_SOURCE_TYPE_STYLE, "background-set", 1, "background", "#00FF00", NULL); //gtk_source_search_context_set_match_style(search_context, search_match_style); + //TODO: either use lambda if possible or create a gtkmm wrapper around search_context (including search_settings): + //TODO: (gtkmm's Gtk::Object has connect_property_changed, so subclassing this might be an idea) g_signal_connect(search_context, "notify::occurrences-count", G_CALLBACK(search_occurrences_updated), this); }