First of all I want to thank you for your generosity. And now I would like to comment on two small problems, not to complain but to collaborate, that I have found using the new version (with Windows 10).
1. If I close Sigil with a window width smaller than a certain size, when I open it again it appears with a certain width larger. There seems to be a minimum initial width, about two thirds of my screen width, in my case.
2. One thing I could do before and now it doesn't work:
Select a text, for example "ALBERT EINSTEIN" (quotation marks not included).
Click the button [Aa]->
Ab Titlecase. The text is converted to "Albert Einstein" and remains selected.
Now I click on a custom button of mine that applies the following to the selection:
Code:
<span class="small-caps">\1</span>
and nothing happens. Also nothing happens if I click on the [B], or [I] buttons.
What I mean is that with the previous version, the span defined in the custom button, or the bold, or the italic, was applied to the selected text.