[gnome-builder] devhelp: drop the search provider



commit 902929b0bfb9d3ba1d141fad451fc12f5e845f18
Author: Christian Hergert <chergert redhat com>
Date:   Wed Aug 24 11:17:36 2016 -0700

    devhelp: drop the search provider
    
    This has not turned out to be very useful because of our current global
    search design (hard to type and jump to the result). Also, we have
    ctrl+shift+f to focus the devhelp search, so it's redundant.
    
    We might bring something back in the future that is similar once we get
    a grip on how we want global search to work.

 plugins/devhelp/Makefile.am                   |    4 -
 plugins/devhelp/gbp-devhelp-plugin.c          |    4 -
 plugins/devhelp/gbp-devhelp-search-provider.c |  233 -------------------------
 plugins/devhelp/gbp-devhelp-search-provider.h |   32 ----
 plugins/devhelp/gbp-devhelp-search-result.c   |  112 ------------
 plugins/devhelp/gbp-devhelp-search-result.h   |   32 ----
 6 files changed, 0 insertions(+), 417 deletions(-)
---
diff --git a/plugins/devhelp/Makefile.am b/plugins/devhelp/Makefile.am
index 4025fdd..c35adb6 100644
--- a/plugins/devhelp/Makefile.am
+++ b/plugins/devhelp/Makefile.am
@@ -15,10 +15,6 @@ libdevhelp_plugin_la_SOURCES = \
        gbp-devhelp-panel.c \
        gbp-devhelp-panel.h \
        gbp-devhelp-plugin.c \
-       gbp-devhelp-search-provider.c \
-       gbp-devhelp-search-provider.h \
-       gbp-devhelp-search-result.c \
-       gbp-devhelp-search-result.h \
        gbp-devhelp-view.c \
        gbp-devhelp-view.h \
        gbp-devhelp-workbench-addin.c \
diff --git a/plugins/devhelp/gbp-devhelp-plugin.c b/plugins/devhelp/gbp-devhelp-plugin.c
index b9ba4f6..8b8152b 100644
--- a/plugins/devhelp/gbp-devhelp-plugin.c
+++ b/plugins/devhelp/gbp-devhelp-plugin.c
@@ -20,7 +20,6 @@
 #include <libpeas/peas.h>
 
 #include "gbp-devhelp-editor-view-addin.h"
-#include "gbp-devhelp-search-provider.h"
 #include "gbp-devhelp-workbench-addin.h"
 
 void
@@ -32,7 +31,4 @@ peas_register_types (PeasObjectModule *module)
   peas_object_module_register_extension_type (module,
                                               IDE_TYPE_WORKBENCH_ADDIN,
                                               GBP_TYPE_DEVHELP_WORKBENCH_ADDIN);
-  peas_object_module_register_extension_type (module,
-                                              IDE_TYPE_SEARCH_PROVIDER,
-                                              GBP_TYPE_DEVHELP_SEARCH_PROVIDER);
 }


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