commit/placeMarkers: 3 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Mon, 08 May 2017 04:33:08 -0000

3 new commits in placeMarkers:

https://bitbucket.org/nvdaaddonteam/placemarkers/commits/3a816a54b6aa/
Changeset:   3a816a54b6aa
Branch:      None
User:        norrumar
Date:        2017-05-07 14:07:07+00:00
Summary:     Make placeMarkers usable also in VitalSource Bookshelf

Affected #:  1 file

diff --git a/addon/globalPlugins/placeMarkers/__init__.py 
b/addon/globalPlugins/placeMarkers/__init__.py
index 9fc6f1d..190c84c 100644
--- a/addon/globalPlugins/placeMarkers/__init__.py
+++ b/addon/globalPlugins/placeMarkers/__init__.py
@@ -122,7 +122,7 @@ def getFile(folder, ext=""):
                childID = obj.IAccessibleChildID
                iAObj = obj.IAccessibleObject
                accValue = iAObj.accValue(childID)
-               nameToAdd = " - %s" % 
accValue.split("/")[-1].split("\\")[-1].split("#")[0]
+               nameToAdd = " - %s" % 
accValue.split("#")[0].split("/")[-1].split("\\")[-1]
        except:
                nameToAdd = ""
        file = file.rsplit(" - ", 1)[0]


https://bitbucket.org/nvdaaddonteam/placemarkers/commits/b92b56a7fa7b/
Changeset:   b92b56a7fa7b
Branch:      None
User:        norrumar
Date:        2017-05-07 14:10:00+00:00
Summary:     Bump version: 8.0-dev

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index 7ff28c5..d8d3fb7 100755
--- 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 setting place markers on specific 
virtual documents"),
        # version
-       "addon_version" : "7.2",
+       "addon_version" : "8.0-dev",
        # Author(s)
        "addon_author" : u"Noelia <nrm1977@xxxxxxxxx>, Chris 
<llajta2012@xxxxxxxxx>",
        # URL for the add-on documentation support


https://bitbucket.org/nvdaaddonteam/placemarkers/commits/bff774ff3b0a/
Changeset:   bff774ff3b0a
Branch:      8.0-dev
User:        norrumar
Date:        2017-05-07 14:16:37+00:00
Summary:     Update readme: Mention compatibility with VitalSource Bookshelf

Affected #:  1 file

diff --git a/readme.md b/readme.md
index cdacd40..78fc8e7 100644
--- a/readme.md
+++ b/readme.md
@@ -29,6 +29,10 @@ Using the Place markers submenu under NVDA's Preferences 
menu, you can access:
 
 Note: The bookmark position is based on the number of characters; and 
therefore in dynamic pages it is better to use the specific search, not 
bookmarks.
 
+
+## Changes for 8.0 ##
+*      Removed fragment identifiers from bookmark filenames, which can avoid 
issues in the VitalSource Bookshelf.
+
 ## Changes for 7.0 ##
 *      The dialog to save a string of text for specific search has been 
removed. This functionality is now included in the Specific search dialog, 
which has been redesigned to allow different actions when pressing the OK 
button.
 *      The visual presentation of the dialogs has been enhanced, adhering to 
the appearance of the dialogs shown in NVDA.

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

--

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: