[gedit/zbrown/deteplification-src: 291/633] gschema: revisit the set of plugins activated by default




commit 5f636bd4c4a4ea0b11c8faf2ae033f8a6da7dd12
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Apr 30 22:17:35 2020 +0200

    gschema: revisit the set of plugins activated by default
    
    Remove time, add sort. And sort the list.
    
    You see, the sort plugin *is* useful :-)
    
    For the time, I don't have a strong opinion, personally I don't think
    it's super useful. It's better to keep a small list of plugins activated
    by default. It's not a good idea to activate too much stuff by default,
    to not make the app and menus "heavy". It's better to keep gedit
    lightweight by default. So here we remove one small plugin, and we add
    another small one - seems about right.
    
    The time plugin is anyway still *installed* by default and can be
    activated easily by going to the preferences.

 data/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index d15b0af1c..b7673fb95 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -43,10 +43,10 @@ endif
 
 active_plugins = [
   'docinfo',
-  'modelines',
   'filebrowser',
+  'modelines',
+  'sort',
   'spell',
-  'time',
 ]
 
 quoted_plugins = []


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