Howdy --
I've been working on an XQuery function library in the GUI editor (which is great!), and putting actual queries in the bottom. This library has been growing in size (currently about 16K), and therein lies the problem:
When the size of the submitted query gets too large, GUI functionality stops working: Results stop being highlighted in the tree or displayed in the "text" window (which instead always displays the entire document). I can run the exact same XQuery file through basexclient or a REST query and everything works perfectly, so this appears to be strictly a GUI concern.
If I move enough text to the clipboard, or comment out part of the buffer, everything works perfectly again.