Okay, I have a version of Sigil 2.7.5 Beta with that one line change.
It has been posted to my personal github repo:
https://github.com/kevinhendricks/Bu...nMac/releases/
The file you want is:
Sigil-2.7.5-New_Test-Windows-x64-Setup.exe
Please test the following scenario:
1. Open the public domain Alice epub and open Up Chapter 7
2. scroll down in Preview to half way in that chapter and click there in Preview to sync CodeView
3. Use BookBrowser to open styles.css in CodeView
Does Preview after its refesh return to the point you scrolled to?
4. Now add the following at the top of styles.css
body {
background: red;
}
Does Preview which is still showing Chapter 7 reflect this change in css immediately?