From 13d70679cc9b7d3232b4c034b569da4efd30746a Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Mon, 21 Jun 2021 19:51:47 +0200 Subject: [PATCH] Fix for hyphenations convertation to manual --- description.xml | 2 +- ePublishing/Hyphenations.xba | 6 +++++- releasenotes.txt | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/description.xml b/description.xml index 22a286a..910af21 100644 --- a/description.xml +++ b/description.xml @@ -3,7 +3,7 @@ xmlns:dep="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> - + Инструменты для создания электронных изданий diff --git a/ePublishing/Hyphenations.xba b/ePublishing/Hyphenations.xba index 05977c5..e9e8175 100644 --- a/ePublishing/Hyphenations.xba +++ b/ePublishing/Hyphenations.xba @@ -1,6 +1,6 @@ -Private Sub markHyph4 +Private Sub markHyph End sub Private Sub convertHyphInDoc() @@ -380,6 +380,10 @@ Private Function needHyphen(before As String, after As String,lineLength As Inte needHyphen = false Case "/" needHyphen = false + Case "?" + needHyphen = false + Case "!" + needHyphen = false End Select Select Case after Case " " diff --git a/releasenotes.txt b/releasenotes.txt index c2b1404..5a94b71 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,4 @@ +0.7.2 Added conversion for endnotes to manual endontes and back 0.6.15 Increased limit of articles in issue to 50 0.6.14 Bugfix: Remove bookmark before creating another one with the same name 0.6.13 Forbid creating bidirectional links with empty text