From 89758101ccd0f88ff7c9df09535548cee216575e Mon Sep 17 00:00:00 2001 From: JosephMcc Date: Mon, 26 Dec 2016 16:12:05 -0800 Subject: [PATCH] plugins: Make them actually recognized and loaded by Xed Adapted from: https://github.com/mate-desktop/pluma/commit/e1fbe56adf49a5f4d3a3bb493933d9ae5a5c081f --- plugins/changecase/Makefile.am | 6 +++--- ...desktop.in => changecase.plugin.desktop.in} | 2 +- plugins/docinfo/Makefile.am | 6 +++--- ...in.desktop.in => docinfo.plugin.desktop.in} | 2 +- plugins/filebrowser/Makefile.am | 6 +++--- ...esktop.in => filebrowser.plugin.desktop.in} | 2 +- plugins/modelines/Makefile.am | 6 +++--- ....desktop.in => modelines.plugin.desktop.in} | 2 +- plugins/sort/Makefile.am | 8 ++++---- ...lugin.desktop.in => sort.plugin.desktop.in} | 2 +- plugins/spell/Makefile.am | 12 ++++++------ ...ugin.desktop.in => spell.plugin.desktop.in} | 2 +- plugins/taglist/Makefile.am | 8 ++++---- ...in.desktop.in => taglist.plugin.desktop.in} | 2 +- plugins/time/Makefile.am | 8 ++++---- ...lugin.desktop.in => time.plugin.desktop.in} | 2 +- plugins/trailsave/Makefile.am | 6 +++--- ....desktop.in => trailsave.plugin.desktop.in} | 2 +- po/POTFILES.in | 18 +++++++++--------- 19 files changed, 51 insertions(+), 51 deletions(-) rename plugins/changecase/{changecase.xed-plugin.desktop.in => changecase.plugin.desktop.in} (94%) rename plugins/docinfo/{docinfo.xed-plugin.desktop.in => docinfo.plugin.desktop.in} (95%) rename plugins/filebrowser/{filebrowser.xed-plugin.desktop.in => filebrowser.plugin.desktop.in} (95%) rename plugins/modelines/{modelines.xed-plugin.desktop.in => modelines.plugin.desktop.in} (94%) rename plugins/sort/{sort.xed-plugin.desktop.in => sort.plugin.desktop.in} (97%) rename plugins/spell/{spell.xed-plugin.desktop.in => spell.plugin.desktop.in} (94%) rename plugins/taglist/{taglist.xed-plugin.desktop.in => taglist.plugin.desktop.in} (95%) rename plugins/time/{time.xed-plugin.desktop.in => time.plugin.desktop.in} (95%) rename plugins/trailsave/{trailsave.xed-plugin.desktop.in => trailsave.plugin.desktop.in} (95%) diff --git a/plugins/changecase/Makefile.am b/plugins/changecase/Makefile.am index d4ad1a0..03ccaba 100644 --- a/plugins/changecase/Makefile.am +++ b/plugins/changecase/Makefile.am @@ -19,11 +19,11 @@ libchangecase_la_LIBADD = $(XED_LIBS) uidir = $(XED_PLUGINS_DATA_DIR)/changecase ui_DATA = -plugin_in_files = changecase.xed-plugin.desktop.in +plugin_in_files = changecase.plugin.desktop.in -%.xed-plugin: %.xed-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache +%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache -plugin_DATA = $(plugin_in_files:.xed-plugin.desktop.in=.xed-plugin) +plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin) EXTRA_DIST = $(ui_DATA) $(plugin_in_files) diff --git a/plugins/changecase/changecase.xed-plugin.desktop.in b/plugins/changecase/changecase.plugin.desktop.in similarity index 94% rename from plugins/changecase/changecase.xed-plugin.desktop.in rename to plugins/changecase/changecase.plugin.desktop.in index 079ec7d..d1539d9 100644 --- a/plugins/changecase/changecase.xed-plugin.desktop.in +++ b/plugins/changecase/changecase.plugin.desktop.in @@ -1,4 +1,4 @@ -[Xed Plugin] +[Plugin] Module=changecase IAge=2 _Name=Change Case diff --git a/plugins/docinfo/Makefile.am b/plugins/docinfo/Makefile.am index 1fa6fbb..015cece 100644 --- a/plugins/docinfo/Makefile.am +++ b/plugins/docinfo/Makefile.am @@ -19,11 +19,11 @@ libdocinfo_la_LIBADD = $(XED_LIBS) uidir = $(XED_PLUGINS_DATA_DIR)/docinfo ui_DATA = docinfo.ui -plugin_in_files = docinfo.xed-plugin.desktop.in +plugin_in_files = docinfo.plugin.desktop.in -%.xed-plugin: %.xed-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache +%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache -plugin_DATA = $(plugin_in_files:.xed-plugin.desktop.in=.xed-plugin) +plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin) EXTRA_DIST = $(ui_DATA) $(plugin_in_files) diff --git a/plugins/docinfo/docinfo.xed-plugin.desktop.in b/plugins/docinfo/docinfo.plugin.desktop.in similarity index 95% rename from plugins/docinfo/docinfo.xed-plugin.desktop.in rename to plugins/docinfo/docinfo.plugin.desktop.in index 944f628..b4da32b 100644 --- a/plugins/docinfo/docinfo.xed-plugin.desktop.in +++ b/plugins/docinfo/docinfo.plugin.desktop.in @@ -1,4 +1,4 @@ -[Xed Plugin] +[Plugin] Module=docinfo IAge=2 _Name=Document Statistics diff --git a/plugins/filebrowser/Makefile.am b/plugins/filebrowser/Makefile.am index 865b1de..9613fff 100644 --- a/plugins/filebrowser/Makefile.am +++ b/plugins/filebrowser/Makefile.am @@ -44,9 +44,9 @@ libfilebrowser_la_LIBADD = $(XED_LIBS) uidir = $(XED_PLUGINS_DATA_DIR)/filebrowser ui_DATA = xed-file-browser-widget-ui.xml -plugin_in_files = filebrowser.xed-plugin.desktop.in +plugin_in_files = filebrowser.plugin.desktop.in -%.xed-plugin: %.xed-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache +%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache xed-file-browser-enum-types.h: xed-file-browser-enum-types.h.template $(NOINST_H_FILES) $(GLIB_MKENUMS) (cd $(srcdir) && $(GLIB_MKENUMS) --template xed-file-browser-enum-types.h.template $(NOINST_H_FILES)) > $@ @@ -63,7 +63,7 @@ xed-file-browser-marshal.c: xed-file-browser-marshal.list $(GLIB_GENMARSHAL) $(AM_V_GEN) echo "#include \"xed-file-browser-marshal.h\"" > $@ && \ $(GLIB_GENMARSHAL) $< --body --prefix=xed_file_browser_marshal >> $@ -plugin_DATA = $(plugin_in_files:.xed-plugin.desktop.in=.xed-plugin) +plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin) @INTLTOOL_XML_NOMERGE_RULE@ filebrowser_gschema_in = org.x.editor.plugins.filebrowser.gschema.xml.in diff --git a/plugins/filebrowser/filebrowser.xed-plugin.desktop.in b/plugins/filebrowser/filebrowser.plugin.desktop.in similarity index 95% rename from plugins/filebrowser/filebrowser.xed-plugin.desktop.in rename to plugins/filebrowser/filebrowser.plugin.desktop.in index 8ff3c73..625f2d0 100644 --- a/plugins/filebrowser/filebrowser.xed-plugin.desktop.in +++ b/plugins/filebrowser/filebrowser.plugin.desktop.in @@ -1,4 +1,4 @@ -[Xed Plugin] +[Plugin] Loader=C Module=filebrowser IAge=2 diff --git a/plugins/modelines/Makefile.am b/plugins/modelines/Makefile.am index 6485fe1..e3cdc0b 100644 --- a/plugins/modelines/Makefile.am +++ b/plugins/modelines/Makefile.am @@ -22,10 +22,10 @@ libmodelines_la_SOURCES = \ libmodelines_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) libmodelines_la_LIBADD = $(XED_LIBS) -plugin_in_files = modelines.xed-plugin.desktop.in -%.xed-plugin: %.xed-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache +plugin_in_files = modelines.plugin.desktop.in +%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache -plugin_DATA = $(plugin_in_files:.xed-plugin.desktop.in=.xed-plugin) +plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin) EXTRA_DIST = \ $(plugin_in_files) \ diff --git a/plugins/modelines/modelines.xed-plugin.desktop.in b/plugins/modelines/modelines.plugin.desktop.in similarity index 94% rename from plugins/modelines/modelines.xed-plugin.desktop.in rename to plugins/modelines/modelines.plugin.desktop.in index 70f7521..cfd5b42 100644 --- a/plugins/modelines/modelines.xed-plugin.desktop.in +++ b/plugins/modelines/modelines.plugin.desktop.in @@ -1,4 +1,4 @@ -[Xed Plugin] +[Plugin] Module=modelines IAge=2 _Name=Modelines diff --git a/plugins/sort/Makefile.am b/plugins/sort/Makefile.am index 1738e80..13e65f8 100644 --- a/plugins/sort/Makefile.am +++ b/plugins/sort/Makefile.am @@ -5,7 +5,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ $(XED_CFLAGS) \ $(WARN_CFLAGS) \ - $(DISABLE_DEPRECATED_CFLAGS) + $(DISABLE_DEPRECATED_CFLAGS) plugin_LTLIBRARIES = libsort.la @@ -19,11 +19,11 @@ libsort_la_LIBADD = $(XED_LIBS) uidir = $(XED_PLUGINS_DATA_DIR)/sort ui_DATA = sort.ui -plugin_in_files = sort.xed-plugin.desktop.in +plugin_in_files = sort.plugin.desktop.in -%.xed-plugin: %.xed-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache +%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache -plugin_DATA = $(plugin_in_files:.xed-plugin.desktop.in=.xed-plugin) +plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin) EXTRA_DIST = $(ui_DATA) $(plugin_in_files) diff --git a/plugins/sort/sort.xed-plugin.desktop.in b/plugins/sort/sort.plugin.desktop.in similarity index 97% rename from plugins/sort/sort.xed-plugin.desktop.in rename to plugins/sort/sort.plugin.desktop.in index 8cc189c..4b56701 100644 --- a/plugins/sort/sort.xed-plugin.desktop.in +++ b/plugins/sort/sort.plugin.desktop.in @@ -1,4 +1,4 @@ -[Xed Plugin] +[Plugin] Module=sort IAge=2 _Name=Sort diff --git a/plugins/spell/Makefile.am b/plugins/spell/Makefile.am index e9a9156..1afd0d3 100644 --- a/plugins/spell/Makefile.am +++ b/plugins/spell/Makefile.am @@ -6,7 +6,7 @@ AM_CPPFLAGS = \ $(XED_CFLAGS) \ $(ENCHANT_CFLAGS) \ $(WARN_CFLAGS) \ - $(DISABLE_DEPRECATED_CFLAGS) + $(DISABLE_DEPRECATED_CFLAGS) BUILT_SOURCES = \ xed-spell-marshal.c \ @@ -29,9 +29,9 @@ libspell_la_SOURCES = \ xed-automatic-spell-checker.h \ xed-spell-utils.c \ xed-spell-utils.h \ - $(BUILT_SOURCES) + $(BUILT_SOURCES) -libspell_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) +libspell_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) libspell_la_LIBADD = $(XED_LIBS) $(ENCHANT_LIBS) uidir = $(XED_PLUGINS_DATA_DIR)/spell @@ -44,11 +44,11 @@ xed-spell-marshal.c: xed-spell-marshal.list $(GLIB_GENMARSHAL) $(AM_V_GEN) echo "#include \"xed-spell-marshal.h\"" > $@ && \ $(GLIB_GENMARSHAL) $< --body --prefix=xed_marshal >> $@ -plugin_in_files = spell.xed-plugin.desktop.in +plugin_in_files = spell.plugin.desktop.in -%.xed-plugin: %.xed-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache +%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache -plugin_DATA = $(plugin_in_files:.xed-plugin.desktop.in=.xed-plugin) +plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin) @INTLTOOL_XML_NOMERGE_RULE@ spell_gschema_in = org.x.editor.plugins.spell.gschema.xml.in diff --git a/plugins/spell/spell.xed-plugin.desktop.in b/plugins/spell/spell.plugin.desktop.in similarity index 94% rename from plugins/spell/spell.xed-plugin.desktop.in rename to plugins/spell/spell.plugin.desktop.in index d418daa..9ddb813 100644 --- a/plugins/spell/spell.xed-plugin.desktop.in +++ b/plugins/spell/spell.plugin.desktop.in @@ -1,4 +1,4 @@ -[Xed Plugin] +[Plugin] Module=spell IAge=2 _Name=Spell Checker diff --git a/plugins/taglist/Makefile.am b/plugins/taglist/Makefile.am index d4c4f02..124d427 100644 --- a/plugins/taglist/Makefile.am +++ b/plugins/taglist/Makefile.am @@ -15,7 +15,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ $(XED_CFLAGS) \ $(WARN_CFLAGS) \ - $(DISABLE_DEPRECATED_CFLAGS) + $(DISABLE_DEPRECATED_CFLAGS) plugin_LTLIBRARIES = libtaglist.la @@ -30,9 +30,9 @@ libtaglist_la_SOURCES = \ libtaglist_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) libtaglist_la_LIBADD = $(XED_LIBS) -plugin_in_files = taglist.xed-plugin.desktop.in +plugin_in_files = taglist.plugin.desktop.in -%.xed-plugin: %.xed-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) +%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache GZIP_ENV = -9 @@ -41,7 +41,7 @@ GZIP_ENV = -9 LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $(@:.gz=) -x -u -c $(top_builddir)/po/.intltool-merge-cache GZIP=$(GZIP_ENV) gzip -n -f $(@:.gz=) -plugin_DATA = $(plugin_in_files:.xed-plugin.desktop.in=.xed-plugin) +plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin) EXTRA_DIST = \ $(taglist_in_files) $(taglist_DATA) \ diff --git a/plugins/taglist/taglist.xed-plugin.desktop.in b/plugins/taglist/taglist.plugin.desktop.in similarity index 95% rename from plugins/taglist/taglist.xed-plugin.desktop.in rename to plugins/taglist/taglist.plugin.desktop.in index 774adcb..00b0795 100644 --- a/plugins/taglist/taglist.xed-plugin.desktop.in +++ b/plugins/taglist/taglist.plugin.desktop.in @@ -1,4 +1,4 @@ -[Xed Plugin] +[Plugin] Module=taglist IAge=2 _Name=Tag list diff --git a/plugins/time/Makefile.am b/plugins/time/Makefile.am index afd1e26..808aef0 100644 --- a/plugins/time/Makefile.am +++ b/plugins/time/Makefile.am @@ -5,7 +5,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ $(XED_CFLAGS) \ $(WARN_CFLAGS) \ - $(DISABLE_DEPRECATED_CFLAGS) + $(DISABLE_DEPRECATED_CFLAGS) plugin_LTLIBRARIES = libtime.la @@ -21,11 +21,11 @@ ui_DATA = \ xed-time-dialog.ui \ xed-time-setup-dialog.ui -plugin_in_files = time.xed-plugin.desktop.in +plugin_in_files = time.plugin.desktop.in -%.xed-plugin: %.xed-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache +%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache -plugin_DATA = $(plugin_in_files:.xed-plugin.desktop.in=.xed-plugin) +plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin) @INTLTOOL_XML_NOMERGE_RULE@ time_gschema_in = org.x.editor.plugins.time.gschema.xml.in diff --git a/plugins/time/time.xed-plugin.desktop.in b/plugins/time/time.plugin.desktop.in similarity index 95% rename from plugins/time/time.xed-plugin.desktop.in rename to plugins/time/time.plugin.desktop.in index aaaa6ed..a59f208 100644 --- a/plugins/time/time.xed-plugin.desktop.in +++ b/plugins/time/time.plugin.desktop.in @@ -1,4 +1,4 @@ -[Xed Plugin] +[Plugin] Module=time IAge=2 _Name=Insert Date/Time diff --git a/plugins/trailsave/Makefile.am b/plugins/trailsave/Makefile.am index 77b99be..5705584 100644 --- a/plugins/trailsave/Makefile.am +++ b/plugins/trailsave/Makefile.am @@ -16,11 +16,11 @@ libtrailsave_la_SOURCES = \ libtrailsave_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) libtrailsave_la_LIBADD = $(XED_LIBS) -plugin_in_files = trailsave.xed-plugin.desktop.in +plugin_in_files = trailsave.plugin.desktop.in -%.xed-plugin: %.xed-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache +%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache -plugin_DATA = $(plugin_in_files:.xed-plugin.desktop.in=.xed-plugin) +plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin) EXTRA_DIST = $(plugin_in_files) diff --git a/plugins/trailsave/trailsave.xed-plugin.desktop.in b/plugins/trailsave/trailsave.plugin.desktop.in similarity index 95% rename from plugins/trailsave/trailsave.xed-plugin.desktop.in rename to plugins/trailsave/trailsave.plugin.desktop.in index d6a647a..b212431 100644 --- a/plugins/trailsave/trailsave.xed-plugin.desktop.in +++ b/plugins/trailsave/trailsave.plugin.desktop.in @@ -1,4 +1,4 @@ -[Xed Plugin] +[Plugin] Module=trailsave IAge=2 _Name=Save Without Trailing Spaces diff --git a/po/POTFILES.in b/po/POTFILES.in index 0885337..3cf8b13 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -45,21 +45,21 @@ xed/xed-ui.xml xed/xed-utils.c xed/xed-view.c xed/xed-window.c -plugins/changecase/changecase.xed-plugin.desktop.in +plugins/changecase/changecase.plugin.desktop.in plugins/changecase/xed-changecase-plugin.c -plugins/docinfo/docinfo.xed-plugin.desktop.in +plugins/docinfo/docinfo.plugin.desktop.in [type: gettext/glade]plugins/docinfo/docinfo.ui plugins/docinfo/xed-docinfo-plugin.c -plugins/filebrowser/filebrowser.xed-plugin.desktop.in +plugins/filebrowser/filebrowser.plugin.desktop.in [type: gettext/gsettings]plugins/filebrowser/org.x.editor.plugins.filebrowser.gschema.xml.in plugins/filebrowser/xed-file-bookmarks-store.c plugins/filebrowser/xed-file-browser-plugin.c plugins/filebrowser/xed-file-browser-store.c plugins/filebrowser/xed-file-browser-view.c plugins/filebrowser/xed-file-browser-widget.c -plugins/modelines/modelines.xed-plugin.desktop.in +plugins/modelines/modelines.plugin.desktop.in plugins/sort/xed-sort-plugin.c -plugins/sort/sort.xed-plugin.desktop.in +plugins/sort/sort.plugin.desktop.in [type: gettext/glade]plugins/sort/sort.ui [type: gettext/gsettings]plugins/spell/org.x.editor.plugins.spell.gschema.xml.in plugins/spell/xed-automatic-spell-checker.c @@ -71,18 +71,18 @@ plugins/spell/xed-spell-plugin.c [type: gettext/glade]plugins/spell/languages-dialog.ui [type: gettext/glade]plugins/spell/spell-checker.ui [type: gettext/glade]plugins/spell/xed-spell-setup-dialog.ui -plugins/spell/spell.xed-plugin.desktop.in +plugins/spell/spell.plugin.desktop.in plugins/taglist/xed-taglist-plugin.c plugins/taglist/xed-taglist-plugin-panel.c plugins/taglist/xed-taglist-plugin-parser.c plugins/taglist/HTML.tags.xml.in plugins/taglist/Latex.tags.xml.in -plugins/taglist/taglist.xed-plugin.desktop.in +plugins/taglist/taglist.plugin.desktop.in plugins/taglist/XSLT.tags.xml.in plugins/taglist/XUL.tags.xml.in [type: gettext/gsettings]plugins/time/org.x.editor.plugins.time.gschema.xml.in plugins/time/xed-time-plugin.c -plugins/time/time.xed-plugin.desktop.in -plugins/trailsave/trailsave.xed-plugin.desktop.in +plugins/time/time.plugin.desktop.in +plugins/trailsave/trailsave.plugin.desktop.in [type: gettext/glade]plugins/time/xed-time-dialog.ui [type: gettext/glade]plugins/time/xed-time-setup-dialog.ui