Nat Pryce wrote:
> I have documents that contain (refer to) many images, both large JPGs
> and SVGs. XMLMind freezes when loading the document as it loads all
> the images it refers to.  This can freeze XMLMind for up to five
> minutes, which is annoying if I just want to do a quick edit.
> 
> Could a future version load images in the background after loading the
> document so that editing is possible while the images load?
> 

No. This feature is not needed for an XML editor like XMLmind's.

Please create a customized CSS style sheet which does not display the 
images at all, use this CSS style sheet by default and switch to the 
stock one when you really need to see the images (and have the time to 
do so).

---
PS: I would also recommend to increase the memory that the Java[tm] 
runtime may use. Do not hesitate to specify something as large as 1Gb (I 
assume that you use a 2Gb machine).

In order to do that, you need to edit the xxe shell script, xxe.bat, or 
xxe.jstart  depending on the way you start XXE. In all case, you need to 
replace

-Xmx512m

by

-Xmx1024m



Reply via email to