Quote:
Originally Posted by KevinH
Yes this is a bug! I have just now committed a fix for it to master. The Sigil devs need to think about a Sigil-1.4.3 release or not.
As for performance in splitting really really long files, the best approach is to use find and replace to manually insert split markers all at once. Then running SplitAtMarkers which should use QtConcurrent and multiple threads to help speed up things.
If you do splitting manually, you should start at the end of the file and split pieces off from the bottom. It is a bit faster that way.
But before doing that, if you do a lot of file splitting, I would revert to Sigil-1.3.0 for now until or if a Sigil-1.4.3 makes the scene.
Sorry about that.
And thank you for your bug report!
|
Thanks Kevin. I will revert to 1.3.0 for now and await further developments regarding 1.4.3...