[SCM] Packaging for padre-plugin-spellcheck branch, master, updated. debian/1.21-3-14-gaf3f5e8

Dominique Dumont dod at debian.org
Sun Mar 18 13:48:13 UTC 2012


The following commit has been merged in the master branch:
commit 9d3360943eea9143ee5d3eee4001ce487133e1ed
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Mar 18 14:43:32 2012 +0100

    added some doc about preferences setup

diff --git a/debian/patches/how-to-set-up-pref b/debian/patches/how-to-set-up-pref
new file mode 100644
index 0000000..47da346
--- /dev/null
+++ b/debian/patches/how-to-set-up-pref
@@ -0,0 +1,13 @@
+Description: How to set up pref
+ Preferences can only be set up while the plugin is diabled. This is counter intuitive so I've documented it directly in the plugin's doc
+Author: dod at debian.org
+--- a/lib/Padre/Plugin/SpellCheck.pm
++++ b/lib/Padre/Plugin/SpellCheck.pm
+@@ -259,6 +259,7 @@
+ C<F7> (standard spelling short-cut across text processors). 
+ 
+ One can change the dictionary language used (based upon install languages) in the preferences window via Plug-in Manager. 
++Note that preferences can B<only> be setup B<before> enabling the plugin.
+ Preferences are persistent. You need to Save your preferred language.
+ 
+ This plug-in is using C<Text::Aspell> default (legacy). You can also use C<Text::Hunspell>, so check these module's
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fdfa8d1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+how-to-set-up-pref
diff --git a/lib/Padre/Plugin/SpellCheck.pm b/lib/Padre/Plugin/SpellCheck.pm
index 8dc8c11..fdd9410 100644
--- a/lib/Padre/Plugin/SpellCheck.pm
+++ b/lib/Padre/Plugin/SpellCheck.pm
@@ -259,6 +259,7 @@ This plug-in allows one to check there spelling within Padre using
 C<F7> (standard spelling short-cut across text processors). 
 
 One can change the dictionary language used (based upon install languages) in the preferences window via Plug-in Manager. 
+Note that preferences can B<only> be setup B<before> enabling the plugin.
 Preferences are persistent. You need to Save your preferred language.
 
 This plug-in is using C<Text::Aspell> default (legacy). You can also use C<Text::Hunspell>, so check these module's

-- 
Packaging for padre-plugin-spellcheck



More information about the Pkg-perl-cvs-commits mailing list