Page 1 of 1

Eclipse plugin - annoying pop up view

Posted: Sun Dec 01, 2013 1:52 am
by nikolayo
Let me start with version information : I use Oxygen Editor 1.15.1. plugin in Eclipse Kepler.

Now the effect I observe : when I save XQuery files, Oxygen does not quite predictably but quite often bring up an otherwise minimized Results view with error messages. This did not happen with earlier versions of Oxygen and Eclipse. And it is very annoying because most of the time Oxyen shows me this way messages I do not want to see. For example - notifications that validation of modules is not supported or failures to locate functions which are implemented in Java.

I looked through the documentation but did not find a way to disable this beavior. The only thing which came to my mind was to suspend all validators for my project but that did not help. Can you please advise what to do? This behavior is extremely annoying for me.

Regards
Nikolay

Re: Eclipse plugin - annoying pop up view

Posted: Wed Dec 04, 2013 3:39 pm
by adrian
Hello,

Is the XQuery file in a project from the current Eclipse workspace?
When there are errors in a file from the current workspace, they are reported in the Problems view (does not pop up). However, if the file is NOT in the current workspace, the errors are reported in the Results view. If the Results view is not visible, it will pop up.
I don't see a way to disable this. I've submitted an issue to analyze and address this in a future version of Oxygen

A workaround for this problem is to add the file(s) to your workspace.

Regards,
Adrian

Re: Eclipse plugin - annoying pop up view

Posted: Fri Dec 06, 2013 3:16 am
by nikolayo
Hi Adrian,

Thank you for the reply. My project is a hierarhical Maven project and the last time I tried to place it in the Eclipse workspace Eclipse had problems with it. Maybe I should try that again but in any case I would appreciate VERY much a fix in a future (hopefully 15.x) release.

Regards
Nikolay