![]() |
Hi,
I think this problem is my fault. The damn tr() function to actually translate text is actually what is returning blanks instead of the message it is supposed to show. I think this is because somehow I have generated a base.ts that seems to be seems to be missing all file info and line numbers. I compared it to the base.ts that was in the Sigil 0.8.X branch and it properly had line numbers and did not display this empty message nonsense. So I have taken a chance and rebuild cleanly base.ts so it now has all of the file info and line numbers in it and will upload it to transifex for translating. Hopefully I have not lost anything by doing that but that was the only way to fix the issue and get the messages back for me. I will check out things tomorrow to make sure I have not messed up any other language translations doing it. I have my fingers crossed. But my what a strange problem! KevinH |
Quote:
|
Quote:
|
Select some text in code view - click to Superscript. Sigil crush.
I try to duplicate it without result. |
Is this with Windows? If so, it may be clipboard related. I have not been able to duplicate this subscript issue on Linux or Mac. If you run into it again please let us know.
KevinH |
Hi All,
Given the very few bug reports, I think we have achieved some sort of stability here. We will wait a few weeks in case anything else shows up and then declare the pre-release series done and release a very slightly updated version (hopefully with working messages in Find/Replace), plus a number of other minor changes) as the official Sigil 0.9.0. Thanks all for your continued use and bug reports. KevinH |
Yes Kevin, in Windows 10
|
In the previously releases when you save and you have something like this...
Code:
<p class="subtitle"> ΠΕΡΙΘΩΡΙΑΚΑCode:
<p class="subtitle">ΠΕΡΙΘΩΡΙΑΚΑ</p>EDIT: Another example Code:
<div class="footnote"> |
Hi,
The change you want makes no sense as it removes whitespace that may in fact be part of the paragraph both before and after the exact text (up to one character of each. Quote:
Yes, pretty print has changed a lot, It will no longer trim whitespace from inside of paragraph tags as it should not since whitespace can be important both before and after any text (at least up to one character's worth). Quote:
I am not sure either of these are bugs. You seem to be asking for the old Tidy approach of a deep clean. I am sorry but those days are pretty much gone. If you want me to modify prettyprint to reduce multiple spaces into one space inside of the p tag, that may be doable, but stripping it all away is simply incorrect. KevinH |
The old days the last example turn to...
Code:
<div class="footnote">Thanks KevinH |
Hi,
So do you think prettyprint should ignore the newline and completely remove it as opposed to replacing it with a single space? See the extra space below: Code:
<div class="footnote">Code:
<p>Code:
<p>Thisisalineoftext.</p>[code] <p>This is a line of text.</p> [/code. So dropping newlines and not replacing them with spaces can lead to nonsense just as easily as it can lead to good things. That is why I try to have prettyprint leave whitespace inside of tags alone as much as possible. KevinH |
My mistake. The pretty in 0.8.7 change it like your code, with a space after "Some text".
And I don't want to completly remove the newline :) But the Code:
<p>Code:
<p>This is a line of text.</p>Code:
<p>This<br/>is<br/>a<br/>line<br/>of<br/>text.</p> |
Hi,
Okay, I can live with changing newlines to spaces and replacing a sequence of multiple spaces with a single space when text is inside a tag like p. I will try to play around with gumbo prettyprint to do that hopefully without breaking anything else. KevinH |
Thanks KevinH,
leave it as is now and focus to other things for the next release :p As I say and before, it's not that important. :thumbsup: |
Hello:
Very nice release guys! I do, however, have a question: Will the next non-beta release rewrite the tags: Quote:
I sometimes start with html from the web, and the initial declaration is sometimes different, so short of copying the snippet to before the <body> tag, is there a more efficient way (perhaps a plugin)? Thanks…. |
| All times are GMT -4. The time now is 08:14 PM. |
Powered by: vBulletin
Copyright ©2000 - 3.8.5, Jelsoft Enterprises Ltd.
MobileRead.com is a privately owned, operated and funded community.