Community
Participate
Working Groups
The Query and Facet editors now display an error decorator when a marker is set on a model element. But there is currently no way to know what error it is without looking at the Problems view (in which potentially many other unrelated problems are displayed, making it harder to find). Text editors in Eclipse solve this by displaying the markers as squiggly lines and decorators in the margins. We should display the error message in a tooltip when hovering over the element or error decorator.
Created attachment 167889 [details] patch This patch adds tooltips that appear on mouse hover, and show a description of the error.
Nicolas, You can go ahead with this patch. Regards, Hugo
Thank you. I have applied the patch to 0_8_0.
The patch has been successfully applied.