Hi Jopseph,
Thanks for the details.
I think there is a bug for Mac (10.x). Those options do no work and typing quotes is really difficult. First I need to press the button twice in order for one quote to appear.
One more question: What 'button' do you mean here?
Whitespaces cannot be shown, only new line character (this happens also on a windows machine).
Exactly, we are only visualizing "non-breaking whitespaces" at the moment (\u00A0). This may be changed in future.
ps I also notice that running basexgui and basex.jar are different. I added saxon9he.jar in the lib folder and it is read by basexgui but not by basex.jar. Moreover basexgui sometimes runs out of memory when basex.jar does not. Does this make sense?
If you directly run the JAR file, no other libraries will be embedded in the classpath. This is why we also provide the start scripts. You can adjust the maximum amount of assigned memory in the scripts files; look for the -Xmx flag.
Hope this helps, Christian