From 0bbd1671ab53efe079357689fcf18d10e9d846a4 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 15 Dec 2016 12:34:46 +0300 Subject: pythonconsole plugin: port to gi and libpeas note: config dialog is broken for ages since it tries to use ancient MateConf, so it's left as is for now. later it can be ported to GSettings and PeasGtk. mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=4dcd8d84b1a6b11c5254416d9b5ed7af8105f538 https://git.gnome.org/browse/gedit/commit/?id=a9d2ea047401124537e49ef6a2bf9c0f6c4a4f22 https://git.gnome.org/browse/gedit/commit/?id=c2ef43753eaf07d7ea9eecf9221daacff5f2a3b7 https://git.gnome.org/browse/gedit/commit/?id=ad07a02a15ba868bbd5654152f3946350db2dadf --- po/POTFILES.in | 3 +++ po/POTFILES.skip | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index 375cc50d..3b2cc225 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -70,6 +70,9 @@ plugins/filebrowser/pluma-file-browser-store.c plugins/filebrowser/pluma-file-browser-view.c plugins/filebrowser/pluma-file-browser-widget.c plugins/modelines/modelines.plugin.desktop.in +plugins/pythonconsole/pythonconsole.plugin.desktop.in +plugins/pythonconsole/pythonconsole/__init__.py +[type: gettext/glade]plugins/pythonconsole/pythonconsole/config.ui plugins/sort/pluma-sort-plugin.c plugins/sort/sort.plugin.desktop.in [type: gettext/glade]plugins/sort/sort.ui diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 5bbd91eb..eeabb59e 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,9 +1,6 @@ # List of source files that should *not* be translated. # Please keep this file sorted alphabetically. data/pluma.desktop.in -plugins/pythonconsole/pythonconsole.pluma-plugin.desktop.in -plugins/pythonconsole/pythonconsole/__init__.py -[type: gettext/glade]plugins/pythonconsole/pythonconsole/config.ui plugins/quickopen/quickopen/popup.py plugins/quickopen/quickopen/windowhelper.py plugins/quickopen/quickopen.pluma-plugin.desktop.in -- cgit v1.2.1