commit/clipContentsDesigner: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sat, 18 Mar 2017 20:36:12 -0000

2 new commits in clipContentsDesigner:

https://bitbucket.org/nvdaaddonteam/clipcontentsdesigner/commits/62689090f0b2/
Changeset:   62689090f0b2
Branch:      None
User:        norrumar
Date:        2017-03-18 19:49:33+00:00
Summary:     Fix __doc__ for script_ add

Reported by Dejan Ristic on the NVDA add-on mailing list

Affected #:  1 file

diff --git a/addon/globalPlugins/clipContentsDesigner/__init__.py 
b/addon/globalPlugins/clipContentsDesigner/__init__.py
index 0e0935f..389c462 100644
--- a/addon/globalPlugins/clipContentsDesigner/__init__.py
+++ b/addon/globalPlugins/clipContentsDesigner/__init__.py
@@ -146,7 +146,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
                        # Translators: message presented when the text cannot 
be added to the clipboard.
                        ui.message(_("Cannot add"))
        # Translators: message presented in input mode.
-       script_add.__doc = _("Retrieves the selected string or the text from 
the previously set start marker up to and including the current position of the 
review cursor, and adds it to the clipboard.")
+       script_add.__doc__ = _("Retrieves the selected string or the text from 
the previously set start marker up to and including the current position of the 
review cursor, and adds it to the clipboard.")
 
        def script_clear(self, gesture):
                self.clearClipboard()


https://bitbucket.org/nvdaaddonteam/clipcontentsdesigner/commits/6fd15f86310e/
Changeset:   6fd15f86310e
Branch:      master
User:        norrumar
Date:        2017-03-18 20:21:26+00:00
Summary:     Bump version: 5.2-dev

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index bcd2617..82c0e23 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@ addon_info = {
        # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager
        "addon_description" : _("""Add-on for managing clipboard text."""),
        # version
-       "addon_version" : "5.1",
+       "addon_version" : "5.2-dev",
        # Author(s)
        "addon_author" : u"Noelia Ruiz Martínez <nrm1977@xxxxxxxxx>",
        # URL for the add-on documentation support

Repository URL: https://bitbucket.org/nvdaaddonteam/clipcontentsdesigner/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts: