[gedit] gschema: revisit the set of plugins activated by default
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] gschema: revisit the set of plugins activated by default
- Date: Thu, 30 Apr 2020 20:27:35 +0000 (UTC)
commit f2aa3ced5c4423d68e03a45c538337de850cb84d
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]