From ba429d344132c088177e853cce8ff7181570b221 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 19:42:51 +0200 Subject: Adding upstream version 44.2. Signed-off-by: Daniel Baumann --- plugins/spell/resources/gedit-spell.gresource.xml | 6 ++ plugins/spell/resources/meson.build | 8 ++ .../spell/resources/ui/gedit-spell-setup-dialog.ui | 97 ++++++++++++++++++++++ 3 files changed, 111 insertions(+) create mode 100644 plugins/spell/resources/gedit-spell.gresource.xml create mode 100644 plugins/spell/resources/meson.build create mode 100644 plugins/spell/resources/ui/gedit-spell-setup-dialog.ui (limited to 'plugins/spell/resources') diff --git a/plugins/spell/resources/gedit-spell.gresource.xml b/plugins/spell/resources/gedit-spell.gresource.xml new file mode 100644 index 0000000..861e061 --- /dev/null +++ b/plugins/spell/resources/gedit-spell.gresource.xml @@ -0,0 +1,6 @@ + + + + ui/gedit-spell-setup-dialog.ui + + diff --git a/plugins/spell/resources/meson.build b/plugins/spell/resources/meson.build new file mode 100644 index 0000000..ad15d5e --- /dev/null +++ b/plugins/spell/resources/meson.build @@ -0,0 +1,8 @@ +libspell_res = gnome.compile_resources( + 'gedit-spell-resources', + 'gedit-spell.gresource.xml', +) + +libspell_sources += [ + libspell_res.get(0), +] diff --git a/plugins/spell/resources/ui/gedit-spell-setup-dialog.ui b/plugins/spell/resources/ui/gedit-spell-setup-dialog.ui new file mode 100644 index 0000000..5e922c2 --- /dev/null +++ b/plugins/spell/resources/ui/gedit-spell-setup-dialog.ui @@ -0,0 +1,97 @@ + + + + + + False + Configure spell plugin + normal + + + + + + True + False + vertical + 8 + + + True + False + end + + + _Close + False + True + True + True + True + True + True + + + False + False + 0 + + + + + True + True + 10 + end + 0 + + + + + True + False + True + 10 + vertical + 6 + + + True + False + Defaults for new documents + 0 + + + + + + False + False + 0 + + + + + Highlight misspelled words + True + True + False + True + + + False + True + 1 + + + + + False + True + 1 + + + + + + -- cgit v1.2.3