Community
Participate
Working Groups
The dialog "Select ETypedElement Dialog" doesn't provide description of the displayed elements. It should be interesting to provide a tooltip to display the documentation about the selected element.
Created attachment 212080 [details] This patch provides the customization to display the documentation in a tooltip. (1) I, Vincent Lorenzo, wrote 100% of the code I've provided. (2) This code contains no cryptography (3) I have the right to contribute the code to Eclipse. (4) I contribute the content under the EPL.
Created attachment 213990 [details] This patch provides the customization to display the documentation in a tooltip. (1) I, Vincent Lorenzo, wrote 100% of the code I've provided. (2) This code contains no cryptography (3) I have the right to contribute the code to Eclipse. (4) I contribute the content under the EPL.
Created attachment 214543 [details] This patch add a description to the DocumentedElement of the example in order to test easily the development (1) I, Vincent Lorenzo, wrote 100% of the code I've provided. (2) This code contains no cryptography (3) I have the right to contribute the code to Eclipse. (4) I contribute the content under the EPL.
Created attachment 214544 [details] This patch adds the tooltips to display documentation of the element in a viewer (1) I, Vincent Lorenzo, wrote 100% of the code I've provided. (2) This code contains no cryptography (3) I have the right to contribute the code to Eclipse. (4) I contribute the content under the EPL. To test it, you can create a new table, then apply the aggregat for tooltip on the table. Open a select ETypedElement dialog to test it. Problem known : when you are in an Aggregat, the FacetAttribute become an AggregateEStructuralFeature -> this element is not a DocumentedElement, so you can't display its documentation on it.
Comment on attachment 214543 [details] This patch add a description to the DocumentedElement of the example in order to test easily the development This patch add or modify less than 250 lines (36 lines). I've committed this patch. Committed revision 2140.
Created attachment 214691 [details] This patch adds the tooltips to display documentation of the element in a viewer (1) I, Vincent Lorenzo, wrote 100% of the code I've provided. (2) This code contains no cryptography (3) I have the right to contribute the code to Eclipse. (4) I contribute the content under the EPL.
Comment on attachment 214691 [details] This patch adds the tooltips to display documentation of the element in a viewer Here is a patch modifying less than 250 lines (92 lines). I've committed this patch after to have cleaned the warning in ToolTipTextQuery. Contributed by Vincent Lorenzo (CEA-LIST).
This bug can be marked as fixed.
We can not get tool tips on AggregatedFacetElement instances because AggregatedFacetElement is not a sub-class of DocumentedElement. .
(In reply to comment #9) > We can not get tool tips on AggregatedFacetElement instances because > AggregatedFacetElement is not a sub-class of DocumentedElement. . Fixed. Committed revision 2176.
This bug can be marked as closed