[gedit-plugins] Remove findinfiles plugin



commit 7d33fb7a667c738f5089d951ea8b0bba5cc6b968
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date:   Mon Jul 18 05:17:12 2022 +0200

    Remove findinfiles plugin
    
    The plugin doesn't have any maintainer.
    
    When merged, we asked the author to continue maintaining it, but free
    software doesn't work this way. (BTW the plugin initial work was funded,
    but reviews and maintenance wasn't).
    
    Also, since it's written in Vala it's harder for us to work with. We
    already have C, Python and a little of Objective C.
    
    If somebody wants to maintain it, an easy solution is to put it in its
    own repo.
    
    A replacement is to use an external tool, like grep / git grep.

 plugins/findinfiles/dialog.ui                      | 199 -----------
 plugins/findinfiles/dialog.vala                    |  68 ----
 plugins/findinfiles/findinfiles.gresource.xml      |   6 -
 .../findinfiles/findinfiles.plugin.desktop.in.in   |   9 -
 .../findinfiles/gedit-findinfiles.metainfo.xml.in  |  13 -
 plugins/findinfiles/job.vala                       | 366 ---------------------
 plugins/findinfiles/matcher.vala                   | 126 -------
 plugins/findinfiles/meson.build                    |  84 -----
 plugins/findinfiles/plugin.vala                    | 188 -----------
 plugins/findinfiles/result-panel.vala              | 245 --------------
 10 files changed, 1304 deletions(-)


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