If I open a css file in the editor and attempt to add a new rule to the file the Editor bombs out with a message "calibre worker process has encountered a problem and needs to close..." The error signature gives : AppName: calibre.parallel.exe AppVer 2.0.0.0 Modname: qt5core.dll ModVer 5.3.1.0 Offset 0001d1c5
The aim is to insert the following.
Code:
p {
margin-top: 0;
margin-bottom: 0.3em;
text-align: justify;
text-indent : 1.3em;
}
As soon as I type the opening brace the editor bombs. If, however, I first type the closing brace and then come back and inset the opening brace all is fine and I can fill in the gap.
BobC