commit/placeMarkers: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: commits+int+220+6085746285340533186@xxxxxxxxxxxxxxxxxxxxx, nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sun, 06 May 2018 05:32:00 +0000 (UTC)

2 new commits in placeMarkers:

https://bitbucket.org/nvdaaddonteam/placemarkers/commits/4cc3e63df799/
Changeset:   4cc3e63df799
Branch:      None
User:        norrumar
Date:        2018-05-06 05:29:58+00:00
Summary:     Bump version: 9.0

* Stable version
* Tweak of readme

Affected #:  3 files

diff --git a/addon/readme.md b/addon/readme.md
deleted file mode 100644
index b832fb3..0000000
--- a/addon/readme.md
+++ /dev/null
@@ -1,80 +0,0 @@
-# placeMarkers #
-
-* Authors: Noelia, Chris.
-* download [stable version][1]
-* download [development version][2]
-
-This addon is used for saving and searching specific text strings or 
bookmarks. It can be used  on web pages or documents in NVDA's browse mode. It 
can also be used for saving or searching strings of text in multi-line 
controls; in this case, if it's not possible to update the caret, the 
corresponding string will be copied to the clipboard, so that it can be 
searched using other tools.
-The plugin saves the specified strings and bookmarks to files whose name is 
based on the title and URL of the current document.
-This addon is based on SpecificSearch and Bookmark&Search, developed by the 
same author. You should uninstall them to use this one, since they have common 
keystrokes and features.
-
-## Key Commands: ##
-
-*      control+shift+NVDA+f: Opens a dialog with an edit box that shows the 
last saved search; in this dialog you can also select the previously saved 
searches from a combo box or remove the selected string from the history using 
a checkbox. You can choose if the text contained in the edit box will be added 
to the history of your saved texts. Finally, choose an action from the next 
group of radio buttons (between Search next, Search previous or Don't search), 
and specify if NVDA will make a case sensitive search. When you press okay, 
NVDA will search for this string.
-*      control+shift+NVDA+k: Saves the current position as a bookmark. If you 
want to provide a name for this bookmark, select some text from this position 
before saving it.
-*      control+shift+NVDA+delete: Deletes the bookmark corresponding to this 
position.
-*      NVDA+k: Moves to the next bookmark.
-*      shift+NVDA+k: Moves to the previous bookmark.
-*      control+shift+k: Copies the file name where the place markers data will 
be saved to the clipboard, without an extension.
-*      alt+NVDA+k: Opens a dialog with the bookmarks saved for this document. 
You can write a note for each bookmark; press Save note to save changes. 
Pressing OK you can move to the selected position.
-*      Not assigned: Save a position as a temporary bookmark.
-*      Not assigned: Moves to the temporary bookmark for the current document.
-
-
-## Place markers Submenu (NVDA+N) ##
-
-Using the Place markers submenu under NVDA's Preferences menu, you can access:
-
-*      Specific search folder: opens a folder of specific searches previously 
saved.
-*      Bookmarks folder: Opens a folder of the saved bookmarks.
-*      Copy placeMarkers folder: You can save a copy of the bookmarks folder.
-*      Restore placeMarkers: You can restore your bookmarks from a previously 
saved placeMarkers folder.
-
-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 9.0 ##
-*      It's possible to save and move to a temporary bookmark for each 
document.
-
-## Changes for 8.0 ##
-*      Removed fragment identifiers from bookmark filenames, which can avoid 
issues in the VitalSource Bookshelf ePUB reader.
-*      Added a Notes dialog, to associate comments for saved bookmarks and 
move to the selected position.
-
-## 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.
-*      Performing a Find Next or Find Previous command in Browse Mode will now 
correctly do a case sensitive search if the original Find was case sensitive.
-*      Requires NVDA 2016.4 or later.
-*      Now you can assign gestures to open the Copy and Restore place markers 
dialogs.
-*      NVDA will present a message to notify when place markers have been 
copied or restored with the corresponding dialogs.
-
-## Changes for 6.0 ##
-* When the add-on features are not usable, gestures are sent to the 
corresponding application.
-
-## Changes for 5.0 ##
-* Added case sensitive search.
-* Removed option to open documentation from Place markers menu.
-* More intuitive key commands.
-
-## Changes for 4.0 ##
-* Removed fragment identifiers from bookmark filenames, which can avoid issues 
in ePUBREADER Firefox add-on.
-* Add-on help is available from the Add-ons Manager.
-
-## Changes for 3.1 ##
-* Translation updates and new language.
-* Bookmark position is not announced in skim reading.
-
-## Changes for 3.0 ##
-* Added support for skim reading.
-
-## Changes for 2.0 ##
-* Added options to save and delete different searches for each file.
-* Fixed bug which broke when paths contained non latin characters.
-* Shortcuts can now be reassigned using the NVDA gesture input dialog.
-
-## Changes for 1.0 ##
-* Initial version.
-* Translated into: Brazilian Portuguese, Farsi, Finnish, French, Galician, 
German, Italian, Japanese, Korean, Nepali, Portuguese, Spanish, Slovak, 
Slovenian, Tamil.
-
-[1]: http://addons.nvda-project.org/files/get.php?file=pm
-
-[2]: http://addons.nvda-project.org/files/get.php?file=pm-dev

diff --git a/buildVars.py b/buildVars.py
index 9139e61..e4dd117 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" : "9.0-dev",
+       "addon_version" : "9.0",
        # Author(s)
        "addon_author" : u"Noelia <nrm1977@xxxxxxxxx>, Chris 
<llajta2012@xxxxxxxxx>",
        # URL for the add-on documentation support

diff --git a/readme.md b/readme.md
index afdbc06..6038a4e 100644
--- a/readme.md
+++ b/readme.md
@@ -34,7 +34,7 @@ Note: The bookmark position is based on the number of 
characters; and therefore
 
 
 ## Changes for 9.0
-*      When moving to a bookmark from the Notes dialog, the review cursor 
follows the system cursor. (#i6).
+*      When moving to a bookmark from the Notes dialog, the review cursor 
follows the system cursor.
 *      The command to select the previous bookmark works properly again.
 *      Bookmarks can be deleted from the Notes dialog.
 *      Now you can assign gestures to save and move to a temporary bookmark 
for each document.


https://bitbucket.org/nvdaaddonteam/placemarkers/commits/290ca168829f/
Changeset:   290ca168829f
Branch:      stable
User:        norrumar
Date:        2018-05-06 05:31:24+00:00
Summary:     Merge branch 'stable' of 
https://bitbucket.org/nvdaaddonteam/placemarkers into stable

Affected #:  2 files

diff --git a/addon/doc/fi/readme.md b/addon/doc/fi/readme.md
index d2fcf4a..f075a13 100644
--- a/addon/doc/fi/readme.md
+++ b/addon/doc/fi/readme.md
@@ -18,7 +18,7 @@ ominaisuuksia.
 
 ## Näppäinkomennot: ##
 
-*      Ctrl+Shift+NVDA+F: Avaa muokkausruudun sisältävän valintaikkunan, joka
+*      Ctrl+Vaihto+NVDA+F: Avaa muokkausruudun sisältävän valintaikkunan, joka
   näyttää viimeksi tallennetun haun. Tässä ikkunassa voit myös valita
   yhdistelmäruudusta aiemmin tallennettuja hakuja  tai poistaa valitun
   merkkijonon hakuhistoriasta valintaruutua käyttäen. Voit lisäksi valita,
@@ -26,13 +26,13 @@ ominaisuuksia.
   lopuksi toiminto seuraavasta valintapainikeryhmästä (Etsi seuraava, Etsi
   edellinen tai Ei hakua) ja määritä, suorittaako NVDA kirjainkoon
   huomioivan haun. Kun painat OK, NVDA etsii antamaasi merkkijonoa.
-*      Control+Shift+NVDA+K: Tallentaa nykyisen sijainnin paikkamerkiksi. Jos
+*      Ctrl+Vaihto+NVDA+K: Tallentaa nykyisen sijainnin paikkamerkiksi. Jos
   haluat antaa merkille nimen, valitse sijainnista lyhyt tekstipätkä ennen
   sen tallentamista.
-*      Ctrl+Shift+NVDA+Delete: Poistaa paikkamerkin nykyisestä sijainnista.
+*      Ctrl+Vaihto+NVDA+Delete: Poistaa paikkamerkin nykyisestä sijainnista.
 *      NVDA+K: Siirtää seuraavaan paikkamerkkiin.
-*      Shift+NVDA+K: Siirtää edelliseen paikkamerkkiin.
-*      Ctrl+Shift+K: Kopioi paikkamerkkitiedoston nimen leikepöydälle ilman
+*      Vaihto+NVDA+K: Siirtää edelliseen paikkamerkkiin.
+*      Ctrl+Vaihto+K: Kopioi paikkamerkkitiedoston nimen leikepöydälle ilman
   tarkennetta.
 *      Alt+NVDA+K: Avaa valintaikkunan, jossa näkyvät nykyiselle dokumentille
   tallennetut paikkamerkit. Voit kirjoittaa kullekin paikkamerkille

diff --git a/addon/locale/tr/LC_MESSAGES/nvda.po 
b/addon/locale/tr/LC_MESSAGES/nvda.po
index 3087fee..acbc6ad 100644
--- a/addon/locale/tr/LC_MESSAGES/nvda.po
+++ b/addon/locale/tr/LC_MESSAGES/nvda.po
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: 'placeMarkers' '8.1\n"
 "Report-Msgid-Bugs-To: 'nvda-translations@xxxxxxxxxxxxx'\n"
 "POT-Creation-Date: 2013-06-05 23:05+0200\n"
-"PO-Revision-Date: 2018-02-05 09:05+0300\n"
+"PO-Revision-Date: 2018-02-05 09:13+0300\n"
 "Last-Translator: Çağrı Doğan <cagrid@xxxxxxxxxxx>\n"
 "Language-Team: tr <cagrid@xxxxxxxxxxx>\n"
 "Language: tr\n"

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: