Problem 1: [...] If I open two ( small) packages of which one has no errors and one has errors then the errorstatus-message at the bottom of the editor doesn’t synchronize correctly when switching files.
Just to be sure: what do you mean with packages? do you refer to XQuery library modules?
I guess there are various reasons for the surprising behavior. The most prominent one is that, when a query is run, an error may occur in another module than the one that is currently displayed in the edit. By clicking on the error message, or by typing Ctrl+., you can jump to the buggy file, line and column. If we parsed the file every time another tab is chosen, this error message disappears. The rational behind this was that buggy code always needs to be fixed anyway, but I know feelings about this can be mixed.
Problem 2: [...]
I read your second mail, but it’s still difficult to figure out what’s going on. Maybe you could manage to provide us with some minimized example code?
Improper use? Potential bug? Your feedback is welcome: […] Being a responsible Basex-user I does what it says and give you some feedback J
Thanks ;) Looks like a clear bug. Let’s see if we can guess what was the reason for that. I’ve added an issue to our bug tracker [1].
Problem 3: […] This has something to do with using a dual monitorsystem.
Well, this is difficult for me to reproduce, as I don’t work with multiple monitors. Some volunteers out there? I’m not even sure if we can fix this is at all, as this might be a Java/Swing issue. The obvious workaround is to avoid fullscreen mode (it may be removed anyway).
Christian