Eclipse plugin - annoying pop up view

Oxygen general issues.
nikolayo
Posts: 12
Joined: Sun Dec 14, 2008 2:17 pm

Eclipse plugin - annoying pop up view

Post 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
adrian
Posts: 2879
Joined: Tue May 17, 2005 4:01 pm

Re: Eclipse plugin - annoying pop up view

Post 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
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
nikolayo
Posts: 12
Joined: Sun Dec 14, 2008 2:17 pm

Re: Eclipse plugin - annoying pop up view

Post 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
Post Reply