View Single Post
Old 08-23-2014, 10:02 AM   #1
BobC
Guru
BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.
 
Posts: 691
Karma: 3026110
Join Date: Dec 2008
Location: Lancashire, U.K.
Device: BeBook 1, BeBook Pure, Kobo Glo, (and HD),Energy Sistem EReader Pro +
Calibre 2.0 problem editing CSS

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
BobC is offline   Reply With Quote