commit/clipContentsDesigner: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: commits+int+220+6085746285340533186@xxxxxxxxxxxxxxxxxxxxx, nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Wed, 12 Jun 2019 05:59:44 +0000 (UTC)

2 new commits in clipContentsDesigner:

https://bitbucket.org/nvdaaddonteam/clipcontentsdesigner/commits/bb3d4da6ba6f/
Changeset:   bb3d4da6ba6f
Branch:      None
User:        norrumar
Date:        2019-06-12 05:51:41+00:00
Summary:     Add Abdel as an author

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index e4ad363..c9563c3 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -21,7 +21,7 @@ addon_info = {
        # version
        "addon_version" : "10.0-dev",
        # Author(s)
-       "addon_author" : u"Noelia Ruiz Martínez <nrm1977@xxxxxxxxx>",
+       "addon_author" : u"Noelia <nrm1977@xxxxxxxxx>, Abdel 
<abdelkrim.bensaid@xxxxxxxxx",
        # URL for the add-on documentation support
        "addon_url" : 
"https://addons.nvda-project.org/addons/clipContentsDesigner";,
        # Documentation file name


https://bitbucket.org/nvdaaddonteam/clipcontentsdesigner/commits/7e4f19a9bb09/
Changeset:   7e4f19a9bb09
Branch:      ar
User:        norrumar
Date:        2019-06-12 05:57:12+00:00
Summary:     Fix bug in showClipboardText, reported by وفيق طاهر

* This user also reported a bug in cut feature when using Arabic keyboard, 
fixed by @abdel792, now an add-on author

Affected #:  1 file

diff --git a/addon/globalPlugins/clipContentsDesigner/__init__.py 
b/addon/globalPlugins/clipContentsDesigner/__init__.py
index c8cfe07..2c5a9b6 100644
--- a/addon/globalPlugins/clipContentsDesigner/__init__.py
+++ b/addon/globalPlugins/clipContentsDesigner/__init__.py
@@ -330,7 +330,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
                                browseableText = text[:maxLength]
                                html = False
                        # Translators: title of a browseable message.
-                       ui.browseableMessage(browseableText, _("Clipboard text 
({max}/{current} - {formatForTitle})".format(max=maxLength, current=len(text), 
formatForTitle=BROWSEABLETEXT_FORMATS[format])), html)
+                       ui.browseableMessage(browseableText, _(u"Clipboard text 
({max}/{current} - {formatForTitle})".format(max=maxLength, current=len(text), 
formatForTitle=BROWSEABLETEXT_FORMATS[format])), html)
        script_showClipboardText.__doc__ = _("Shows the clipboard text in 
browse mode")
 
        __gestures = {

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: