Let me tell you what I've done this far:
- attempt to decouple the libs as much as possible; - disabled the automatic parsing of XQuery files-flag; - only name the public files in file: expath-pkg; - annotate as much functions as private as possible;
Thanx for the offer. I'll send you the packages later.
Rob
-----Oorspronkelijk bericht----- Van: Christian Grün [mailto:christian.gruen@gmail.com] Verzonden: donderdag 10 maart 2016 10:53 Aan: Rob Stapper CC: BaseX Onderwerp: Re: [basex-talk] slow GUI-editor when using package-manager eXPath
Hi Rob,
you could try to disable automatic parsing of XQuery files via the Preference Dialog (see screenshot). Does this help?
Apart from that, feel free to directly send me your sources, and I can have a second look.
Cheers, Christian
On Thu, Mar 10, 2016 at 9:45 AM, Rob Stapper r.stapper@lijbrandt.nl wrote:
Hi Christian,
New tools, new challenges.
I’ve rearranged my source-code in packages/libraries conform the eXPath-specs in BaseX now.
But since than the GUI-editor is becoming very slow, even unworkably slow.
What is causing this and can you give me any tips how speed up the GUI-editor?
I’ve got 7 libraries now. The one with the largest interface counts 11 entries in file:expath-pkg.xml, all public entries, the smallest library counts one entry.
TIA,
Rob